[Webkit-unassigned] [Bug 139685] New: [iOS] REGRESSION (r174642): DumpRenderTree.app test may dump result twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 16 11:07:50 PST 2014


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

            Bug ID: 139685
           Summary: [iOS] REGRESSION (r174642): DumpRenderTree.app test
                    may dump result twice
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: iOS 8.1
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

When running layout tests for iOS today I noticed that occasionally many tests in directory LayoutTests/fast/dom would fail after test running test LayoutTests/fast/dom/gc-10.html. From briefly debugging, DumpRenderTree.app is dumping the test result twice for test LayoutTests/fast/dom/gc-10.html because a new load may starts after dump() is called. This makes run-webkit-tests confused (since it expects exactly one test result per test run) and leads to run-webkit-tests using the wrong actual result in the comparison with the expected test result. Specifically, run-webkit-tests compares the actual result of test t_(i - 1) to the expected result of test t_i for i > N once it becomes confused where N := "the index of a test that starts a new load after DumpRenderTree.app calls dump()".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141216/7c72675b/attachment-0002.html>


More information about the webkit-unassigned mailing list