[Webkit-unassigned] [Bug 50263] New: Exception in flaky test reporting code in commit-queue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 13:00:54 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50263

           Summary: Exception in flaky test reporting code in commit-queue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org


Exception in flaky test reporting code in commit-queue

>From the log:

=== BUILD AGGREGATE TARGET All OF PROJECT DumpRenderTree WITH CONFIGURATION Release ===
Check dependencies
** BUILD SUCCEEDED **

Compiling Java tests
make: Nothing to be done for `default'.
Running tests from /Projects/CommitQueue/LayoutTests
Testing 22075 test cases.
accessibility .....................................................................................
animations ...........................................................
animations/stop-animation-on-suspend.html -> failed

Exiting early after 1 failures. 144 tests run.
44.81s total testing time

143 test cases (99%) succeeded
1 test case (<1%) had incorrect layout
1 test case (<1%) had stderr output
Patch does not pass tests
Traceback (most recent call last):
  File "/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/tool/bot/queueengine.py", line 108, in run
    if not self._delegate.process_work_item(work_item):
  File "/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/tool/commands/queues.py", line 265, in process_work_item
    if task.run():
  File "/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/tool/bot/commitqueuetask.py", line 188, in run
    if not self._test_patch():
  File "/Projects/CommitQueue/WebKitTools/Scripts/webkitpy/tool/bot/commitqueuetask.py", line 172, in _test_patch
    self._report_flaky_tests(first_failing_tests + second_failing_tests)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'list'
Exception while preparing queue Sleeping until 2010-11-30 12:57:20 (2 mins).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list