[Webkit-unassigned] [Bug 86168] New: [chromium] compositing tests timeout if you skip the expected failures and flakes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 10 19:23:43 PDT 2012


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

           Summary: [chromium] compositing tests timeout if you skip the
                    expected failures and flakes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpranke at chromium.org
                CC: eric at webkit.org, tkent at chromium.org,
                    jamesr at chromium.org


if you run nrwt with --skip-failing-tests, then tests that aren't expected to fail or be flaky fail (on Linux, at least):

(With failing tests):

chromium $ rwtd --chromium compositing platform/chromium/compositing
python /src/wk/Tools/Scripts/new-run-webkit-tests --clobber-old-results --print config,default --noshow-results --no-new-test-results --chromium compositing platform/chromium/compositing

  compositing/sibling-positioning.html -> unexpected test timed out
Testing (97%): 295 ran as expected, 1 didn't, 9 leftstopping DumpRenderTree timed out, killing it
killed

Retrying 1 unexpected failure(s) ...

Running 1 DumpRenderTree over 1 shard
304 tests ran as expected, 1 didn't:


Unexpected flakiness: tests timed out (1)
  compositing/sibling-positioning.html = TIMEOUT PASS


Without failing tests:

chromium $ rwtd --chromium --skip-failing-tests compositing platform/chromium/compositing
python /src/wk/Tools/Scripts/new-run-webkit-tests --clobber-old-results --print config,default --noshow-results --no-new-test-results --chromium --skip-failing-tests compositing platform/chromium/compositing


Testing (75%): 230 ran as expected, 0 didn't, 75 leftstopping DumpRenderTree timed out, killing it
killed
  compositing/reflections/nested-reflection-anchor-point.html -> unexpected test timed out
  compositing/overflow/overflow-scaled-descendant-overlapping.html -> unexpected test timed out
Testing (95%): 289 ran as expected, 2 didn't, 14 leftstopping DumpRenderTree timed out, killing it
killed
  platform/chromium/compositing/perpendicular-layer-sorting.html -> unexpected test timed out
  compositing/overflow/theme-affects-visual-overflow.html -> unexpected test timed out

Retrying 4 unexpected failure(s) ...

Running 1 DumpRenderTree over 3 shards
301 tests ran as expected, 4 didn't:               


Unexpected flakiness: tests timed out (4)
  compositing/overflow/overflow-scaled-descendant-overlapping.html = TIMEOUT PASS
  compositing/overflow/theme-affects-visual-overflow.html = TIMEOUT PASS
  compositing/reflections/nested-reflection-anchor-point.html = TIMEOUT PASS
  platform/chromium/compositing/perpendicular-layer-sorting.html = TIMEOUT PASS
%

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