Bug 174208
Summary: | Layout Test inspector/formatting/formatting-javascript.html is flaky. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lewis <jlewis3> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | graouts, ryanhaddad |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=156634 |
Matt Lewis
inspector/formatting/formatting-javascript.html has been a flaky timeout for some time and is marked as such for Mac WK2.
Recently the test has started to be a flaky failure on Sierra Release WK2 according to the flakiness dashboard.
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fformatting%2Fformatting-javascript.html
The first failure occurred on 7/3/2017 with this build:
https://build.webkit.org/builders/Apple%20Sierra%20Release%20WK2%20(Tests)/builds/2700
Current Failure:
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r219197%20(2766)/results.html
https://build.webkit.org/builders/Apple%20Sierra%20Release%20WK2%20(Tests)/builds/2766
Diff:
--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/inspector/formatting/formatting-javascript-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/inspector/formatting/formatting-javascript-actual.txt
@@ -1,5 +1,7 @@
Test JavaScript formatting.
+ERROR: TypeError: this._dispatcher is not an Object. (evaluating 'eventName in this._dispatcher')
+ERROR: TypeError: this._dispatcher is not an Object. (evaluating 'eventName in this._dispatcher')
== Running test suite: EsprimaFormatter.JavaScript
-- Running test case: EsprimaFormatter.JavaScript.arrow-functions.js
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This looks like the issue reported in https://bugs.webkit.org/show_bug.cgi?id=171822 and https://bugs.webkit.org/show_bug.cgi?id=173723.
*** This bug has been marked as a duplicate of bug 171822 ***