Bug 59928

Summary: REGRESSION(r85469): Broke webkitpy-tests on Windows 7, GTK and Qt. (Requested by bbandix on #webkit).
Product: WebKit Reporter: WebKit Review Bot <webkit.review.bot>
Component: New BugsAssignee: WebKit Review Bot <webkit.review.bot>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, abecsi, commit-queue, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 59920    
Attachments:
Description Flags
ROLLOUT of r85469 none

Description WebKit Review Bot 2011-05-02 05:09:41 PDT
http://trac.webkit.org/changeset/85469 broke the build:
Broke  webkitpy-tests on Windows 7, GTK and Qt. (Requested by bbandix 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 2011-05-02 05:10:00 PDT
Created attachment 91911 [details]
ROLLOUT of r85469

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 --ignore-builders

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Andras Becsi 2011-05-02 05:10:47 PDT
The error message:

======================================================================
FAIL: test_testing_ews (webkitpy.tool.commands.earlywarningsystem_unittest.EarlyWarningSytemTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py", line 131, in test_testing_ews
    self.assert_queue_outputs(ews, expected_stderr=expected_stderr)
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/tool/commands/queuestest.py", line 90, in assert_queue_outputs
    self.assert_outputs(queue.begin_work_queue, "begin_work_queue", [], expected_stdout, expected_stderr, expected_exceptions)
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/tool/commands/queuestest.py", line 61, in assert_outputs
    expected_exception=exception)
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/common/system/outputcapture.py", line 65, in assert_outputs
    testcase.assertEqual(stderr_string, expected_stderr)
AssertionError: 'CAUTION: mock-testing-ews-name will discard all local changes in "/tmp"\nRunning WebKit mock-testing-ews-name.\nMOCK: update_status: mock-testing-ews-name Starting Queue\n' != 'CAUTION: mock-testing-ews-name will discard all local changes in "/private/tmp"\nRunning WebKit mock-testing-ews-name.\nMOCK: update_status: mock-testing-ews-name Starting Queue\n'

----------------------------------------------------------------------

(In reply to comment #0)
> http://trac.webkit.org/changeset/85469 broke the build:
> Broke  webkitpy-tests on Windows 7, GTK and Qt. (Requested by bbandix 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 3 WebKit Commit Bot 2011-05-02 05:13:10 PDT
Comment on attachment 91911 [details]
ROLLOUT of r85469

Clearing flags on attachment: 91911

Committed r85472: <http://trac.webkit.org/changeset/85472>
Comment 4 WebKit Commit Bot 2011-05-02 05:13:16 PDT
All reviewed patches have been landed.  Closing bug.