Bug 80752 - REGRESSION(r110353): copmile failed on Chromium (Requested by ukai_home on #webkit).
Summary: REGRESSION(r110353): copmile failed on Chromium (Requested by ukai_home on #w...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 80613
  Show dependency treegraph
 
Reported: 2012-03-10 02:17 PST by WebKit Review Bot
Modified: 2012-03-10 02:27 PST (History)
3 users (show)

See Also:


Attachments
ROLLOUT of r110353 (217.57 KB, patch)
2012-03-10 02:18 PST, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-03-10 02:17:50 PST
http://trac.webkit.org/changeset/110353 broke the build:
copmile failed on Chromium (Requested by ukai_home on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-03-10 02:18:24 PST
Created attachment 131167 [details]
ROLLOUT of r110353

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Fumitoshi Ukai 2012-03-10 02:22:13 PST
 -c /Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCOcclusionTrackerTest.cpp -o /Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/./xcodebuild/WebKitUnitTests.build/Release/webkit_unit_tests.build/Objects-normal/i386/CCOcclusionTrackerTest.o

/Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCOcclusionTrackerTest.cpp:316:9: error: use of undeclared identifier 'calcDrawEtc'
        calcDrawEtc(parent);
        ^
        this->
/Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCOcclusionTrackerTest.cpp:354:1: note: in instantiation of member function '<anonymous namespace>::CCOcclusionTrackerTestIdentityTransforms<<anonymous>::CCOcclusionTrackerTestMainThreadTypes, true>::runMyTest' requested here
ALL_CCOCCLUSIONTRACKER_TEST(CCOcclusionTrackerTestIdentityTransforms);
^
/Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCOcclusionTrackerTest.cpp:300:5: note: expanded from macro 'ALL_CCOCCLUSIONTRACKER_TEST'
    RUN_TEST_MAIN_THREAD_OPAQUE_LAYERS(ClassName) \
    ^
/Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCOcclusionTrackerTest.cpp:283:58: note: expanded from macro 'RUN_TEST_MAIN_THREAD_OPAQUE_LAYERS'
    TEST_F(ClassName##MainThreadOpaqueLayers, runTest) { runMyTest(); }
                                                         ^
/Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCOcclusionTrackerTest.cpp:219:27: note: must qualify identifier to find this declaration in dependent base class
    TestContentLayerImpl* calcDrawEtc(TestContentLayerImpl* root)
                          ^
/Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release/build/Source/WebKit/chromium/tests/CCOcclusionTrackerTest.cpp:235:31: note: must qualify identifier to find this declaration in dependent base class
    TestContentLayerChromium* calcDrawEtc(TestContentLayerChromium* root)
                              ^

..
http://build.webkit.org/builders/Chromium%20Mac%20Release/builds/33021/steps/compile-webkit/logs/stdio
Comment 3 WebKit Review Bot 2012-03-10 02:27:53 PST
Comment on attachment 131167 [details]
ROLLOUT of r110353

Clearing flags on attachment: 131167

Committed r110372: <http://trac.webkit.org/changeset/110372>
Comment 4 WebKit Review Bot 2012-03-10 02:27:57 PST
All reviewed patches have been landed.  Closing bug.