Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt b/LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt
deleted file mode 100644
index 843ce6245f16b070ad3c2c56309a51752be6731c..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt
+++ /dev/null
@@ -1,87 +0,0 @@
-
-Test that sections representing scopes are expandable and contain correct data for async call frames.
-
-Set timer for test function.
-Dumping call frames with scope chains:
-
-1) innerTimeout2 async-callstack-scopes.html:51
-Scope variables sidebar pane:
-Local
- localInInnerTimeout2: "innerTimeout2"
- this: Window
-WindowGlobal
- <section collapsed>
-
-2) innerFunction async-callstack-scopes.html:18
-Scope variables sidebar pane:
-ObjectWith Block
- foo: "bar2"
-Catch
- e: Error: An exception
- at innerFunction (...)
- at timeout2 (...)
-Local
- arguments: Arguments[1]
- innerFunctionLocalVar: 202
- this: Window
- x: 200
-Closure
- callback: innerTimeout2()
- makeClosureLocalVar: "local.2"
- n: 2
- withScope: Object
-WindowGlobal
- <section collapsed>
-
-3) timeout2 async-callstack-scopes.html:53
-Scope variables sidebar pane:
-Local
- innerTimeout2: innerTimeout2()
- localInTimeout2: "timeout2"
- this: Window
-WindowGlobal
- <section collapsed>
-
-4) innerTimeout1 async-callstack-scopes.html:40
-Scope variables sidebar pane:
-Local
- localInInnerTimeout1: "innerTimeout1"
- this: Window
-Closure
- localInTimeout1: "timeout1"
-WindowGlobal
- <section collapsed>
-
-5) innerFunction async-callstack-scopes.html:18
-Scope variables sidebar pane:
-Local
- arguments: Arguments[1]
- innerFunctionLocalVar: 102
- this: Window
- x: 100
-Closure
- callback: innerTimeout1()
- makeClosureLocalVar: "local.1"
- n: 1
- withScope: Object
-WindowGlobal
- <section collapsed>
-
-6) timeout1 async-callstack-scopes.html:42
-Scope variables sidebar pane:
-Local
- innerTimeout1: innerTimeout1()
- localInTimeout1: "timeout1"
- this: Window
-WindowGlobal
- <section collapsed>
-
-7) testFunction async-callstack-scopes.html:31
-Scope variables sidebar pane:
-Local
- delay1: 0
- this: Window
-WindowGlobal
- <section collapsed>
-
-

Powered by Google App Engine
This is Rietveld 408576698