[Webkit-unassigned] [Bug 153018] New: LayoutTest inspector/model/scope-chain-node.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 09:25:31 PST 2016


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

            Bug ID: 153018
           Summary: LayoutTest inspector/model/scope-chain-node.html is
                    flaky
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160112/6c49a8ca/attachment.html>


More information about the webkit-unassigned mailing list