Bug 154688 - inspector/controller/runtime-controller.html is a flaky timeout on mac
Summary: inspector/controller/runtime-controller.html is a flaky timeout on mac
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-02-25 12:37 PST by Ryan Haddad
Modified: 2016-12-13 15:40 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-02-25 12:37:01 PST
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.
-
Comment 1 Radar WebKit Bug Importer 2016-02-25 12:37:27 PST
<rdar://problem/24843711>
Comment 2 Ryan Haddad 2016-03-16 13:13:47 PDT
Marked this test as flaky in <http://trac.webkit.org/projects/webkit/changeset/198297>