Bug 153018 - LayoutTest inspector/model/scope-chain-node.html is flaky
Summary: LayoutTest inspector/model/scope-chain-node.html is flaky
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-01-12 09:25 PST by Ryan Haddad
Modified: 2016-12-13 15:38 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-01-12 09:25:31 PST
LayoutTest inspector/model/scope-chain-node.html is flaky

Frequently times out on El Capitan Debug WK1 and Yosemite Leaks, less frequently on other Debug builds.

Most recent timeout:
<https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/builds/2168>

Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fmodel%2Fscope-chain-node.html>

--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/inspector/model/scope-chain-node-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/inspector/model/scope-chain-node-actual.txt
@@ -18,6 +18,7 @@
 CONSOLE MESSAGE: line 130: class (method)
 CONSOLE MESSAGE: line 139: class (static)
 CONSOLE MESSAGE: line 145: normal
+FAIL: Timed out waiting for notifyDone to be called
 Tests for the WebInspector.ScopeChainNode model object.
 
 
@@ -75,8 +76,7 @@
     Global
 
 -- Running test case: WebInspector.ScopeChainNode.BlockScopes
-PASS: Pause #1 - Top scope should be normal function Closure/Local scope.
-PASS: Pause #2 - Top scope should be Block scope.
+FAIL: Pause #2 - Top scope should be Block scope.
 PASS: Pause #3 - Top scope should be Block scope.
 PASS: Pause #4 - Top scope should be Block scope.
 PASS: Pause #5 - Top scope should be Block scope.
@@ -93,6 +93,18 @@
 PASS: Pause #16 - Contains a Block scope.
 SCOPE CHAIN:
     Block
+      - a: 1002
+    With
+      - something: true
+    Closure
+      - a: 1
+    Closure
+    GlobalLexicalEnvironment
+      - lexicalGlobalVariable: 2
+    Global
+PASS: Pause #17 - Contains a Block scope.
+SCOPE CHAIN:
+    Block
       - a: 1006
     Block
       - a: 1005
@@ -106,7 +118,7 @@
     GlobalLexicalEnvironment
       - lexicalGlobalVariable: 2
     Global
-PASS: Pause #17 - Contains a Block scope.
+PASS: Pause #18 - Contains a Block scope.
 SCOPE CHAIN:
     Closure
     FunctionName
@@ -119,18 +131,5 @@
     GlobalLexicalEnvironment
       - lexicalGlobalVariable: 2
     Global
-PASS: Pause #18 - Contains a Block scope.
-SCOPE CHAIN:
-    Closure
-    FunctionName
-      - staticMethod: function staticMethod() {
-    Block
-      - MyClassWithStaticMethod: class MyClassWithStaticMethod
-    Closure
-      - a: 1
-    Closure
-    GlobalLexicalEnvironment
-      - lexicalGlobalVariable: 2
-    Global
 PASS: Pause #19 - Top scope should be normal function Closure/Local scope.
Comment 1 Ryan Haddad 2016-01-12 09:29:10 PST
Marked as flaky on mac debug in <https://trac.webkit.org/r194897>
Comment 2 Radar WebKit Bug Importer 2016-01-14 19:06:55 PST
<rdar://problem/24200943>