[Webkit-unassigned] [Bug 173723] New: Multiple Layout Tests from inspector/ are flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 22 10:15:07 PDT 2017


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

            Bug ID: 173723
           Summary: Multiple Layout Tests from inspector/ are flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jlewis3 at apple.com

Multiple tests from inspector are failing together on Sierra WK2 Release:
  inspector/indexeddb/clearObjectStore.html
  inspector/unit-tests/collection.html
  inspector/unit-tests/globals-uncaught-exception-in-test-suite.html

One of the tests was already a flaky timeout: inspector/indexeddb/clearObjectStore.html

https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r218696%20(2455)/results.html
https://build.webkit.org/builders/Apple%20Sierra%20Release%20WK2%20(Tests)/builds/2455

All 3 test Have a similar Diff:
--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/inspector/indexeddb/clearObjectStore-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/inspector/indexeddb/clearObjectStore-actual.txt
@@ -15,5 +15,6 @@
 PASS: 'Stats' object store should have been cleared.

 -- Running test case: NoSuchObjectStore
+ERROR: TypeError: this._dispatcher is not an Object. (evaluating 'eventName in this._dispatcher')
 PASS: Should be an error attempting to clear an object store that does not exist.


All 3 test get the same error:
+ERROR: TypeError: this._dispatcher is not an Object. (evaluating 'eventName in this._dispatcher')

In addition, these test will intermittently fail with other inspector tests but fail together more often.

-- 
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/20170622/b500ea0a/attachment.html>


More information about the webkit-unassigned mailing list