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

Unified Diff: LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-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/frameworks-with-async-callstack-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt b/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt
deleted file mode 100644
index a2c49c48348309c5d5c2c1c8dade4518d0f5ab48..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/frameworks-with-async-callstack-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-
-Tests the async call stacks and framework black-boxing features working together.
-
-Set timer for test function.
-Call stack:
- 0) callback2 (frameworks-with-async-callstack.html:30)
- * 1) Framework_inner1 (framework.js:59)
- [setTimeout]
- * 0) Framework.schedule (framework.js:45)
- * 1) Framework_willSchedule (framework.js:51)
- 2) window.callbackFromFramework (frameworks-with-async-callstack.html:10)
- * 3) Framework_inner2 (framework.js:63)
- [setTimeout]
- * 0) Framework.schedule (framework.js:45)
- * 1) Framework_willSchedule (framework.js:51)
- [setTimeout]
- * 0) Framework.schedule (framework.js:45)
- * 1) Framework.doSomeAsyncChainCalls (framework.js:67)
- 2) callback1 (frameworks-with-async-callstack.html:25)
- * 3) Framework.safeRun (framework.js:8)
- * 4) Framework.safeRun (framework.js:10)
- 5) timeout1 (frameworks-with-async-callstack.html:20)
- [setTimeout]
- 0) testFunction (frameworks-with-async-callstack.html:15)
-
-Printing visible call stack:
-Call stack:
- 0) callback2 (frameworks-with-async-callstack.html:30)
- [setTimeout]
- 0) window.callbackFromFramework (frameworks-with-async-callstack.html:10)
- [setTimeout]
- 0) callback1 (frameworks-with-async-callstack.html:25)
- 1) timeout1 (frameworks-with-async-callstack.html:20)
- [setTimeout]
- 0) testFunction (frameworks-with-async-callstack.html:15)
-

Powered by Google App Engine
This is Rietveld 408576698