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

Unified Diff: LayoutTests/inspector/sources/debugger/async-operation-events-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-operation-events-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/async-operation-events-expected.txt b/LayoutTests/inspector/sources/debugger/async-operation-events-expected.txt
deleted file mode 100644
index bfa5c5a8ffb8b0afd66e8223dae020a5ec795c3e..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/async-operation-events-expected.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-Tests debugger AsyncOperation events while in a debugger stepping session.
-
-Set timer for test function.
-Executing StepOver...
-Executing StepOver...
-==> AsyncOperationStarted: [setTimeout] testFunction @ async-operation-events.html:10
-Executing StepOver...
-Call stack:
- 0) callback1 (async-operation-events.html:13)
- [setTimeout]
- 0) testFunction (async-operation-events.html:10)
-
-Executing StepOver...
-Executing StepOver...
-==> AsyncOperationStarted: [setTimeout] callback1 @ async-operation-events.html:15
-Executing StepOver...
-==> AsyncOperationStarted: [Promise.resolve] callback1 @ async-operation-events.html:17
-Executing StepOver...
-==> AsyncOperationCompleted: [setTimeout] testFunction @ async-operation-events.html:10
-Executing StepOver...
-==> AsyncOperationCompleted: [Promise.resolve] callback1 @ async-operation-events.html:17
-Call stack:
- 0) callback2 (async-operation-events.html:20)
- [setTimeout]
- 0) callback1 (async-operation-events.html:15)
- [setTimeout]
- 0) testFunction (async-operation-events.html:10)
-
-Executing StepOver...
-Executing StepOver...
-==> AsyncOperationStarted: [setTimeout] callback2 @ async-operation-events.html:22
-Executing Resume...
-==> AsyncOperationCompleted: [setTimeout] callback1 @ async-operation-events.html:15
-==> AsyncOperationCompleted: [setTimeout] callback2 @ async-operation-events.html:22
-==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html:36
-Executing Resume...
-==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html:36
-Scheduling few setInterval's...
-All setInterval's were scheduled.
-Requesting all pending AsyncOperation events from backend...
-==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.html:48
-==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.html:49
-==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.html:50
-

Powered by Google App Engine
This is Rietveld 408576698