Bug 154688
Summary: | inspector/controller/runtime-controller.html is a flaky timeout on mac | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
inspector/controller/runtime-controller.html is flaky on Yosemite
This test intermittently times out on Yosemite, most frequently on Yosemite Debug WK2.
Most recent timeout:
<https://build.webkit.org/builders/Apple%20Yosemite%20Debug%20WK2%20(Tests)/builds/10306>
Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fcontroller%2Fruntime-controller.html>
--- /Volumes/Data/slave/yosemite-debug-tests-wk2/build/layout-test-results/inspector/controller/runtime-controller-expected.txt
+++ /Volumes/Data/slave/yosemite-debug-tests-wk2/build/layout-test-results/inspector/controller/runtime-controller-actual.txt
@@ -1,22 +1,2 @@
-Tests for the Runtime.parse command.
+FAIL: Timed out waiting for notifyDone to be called
-
-== Running test suite: RuntimeManager
--- Running test case: RuntimeManager.prototype.evaluateInInspectedWindow.ObjectLiteralConvenience
-Source: {a:1}
-PASS: Evaluation should produce an object.
-Source: {a:1, b:2}
-PASS: Evaluation should produce an object.
-Source: {a:1, b:2}
-PASS: Evaluation should produce an object.
-Source: { let a = 1; a += 1; a }
-PASS: Evaluation should produce an exception.
-Source: ;{a:1}
-PASS: Evaluation should produce the labeled statement's value.
-Source: {a:1};
-PASS: Evaluation should produce the labeled statement's value.
-Source: ;{a:1, b:2}
-PASS: Evaluation should produce an exception.
-Source: ;{ let a = 1; a += 1; a }
-PASS: Evaluation should produce the labeled statement's value.
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24843711>
Ryan Haddad
Marked this test as flaky in <http://trac.webkit.org/projects/webkit/changeset/198297>