Bug 153018
Summary: | LayoutTest inspector/model/scope-chain-node.html is flaky | ||
---|---|---|---|
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
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked as flaky on mac debug in <https://trac.webkit.org/r194897>
Radar WebKit Bug Importer
<rdar://problem/24200943>