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

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-promises-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-promises-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-promises-expected.txt b/LayoutTests/inspector/sources/debugger/async-callstack-promises-expected.txt
deleted file mode 100644
index e4173be1c3dcd28cecec42429a571895ed56fad0..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/async-callstack-promises-expected.txt
+++ /dev/null
@@ -1,174 +0,0 @@
-Tests asynchronous call stacks for Promises.
-
-Set timer for test function.
-Captured call stacks in no particular order:
-Call stack:
- 0) afterJSONStringifyAndParse (async-callstack-promises.html:97)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) doTestChainedPromises (async-callstack-promises.html:93)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-Call stack:
- 0) catchCallback (async-callstack-promises.html:118)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained1 (async-callstack-promises.html:110)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) doTestThrowFromChain (async-callstack-promises.html:109)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
-
-Call stack:
- 0) catchCallback (async-callstack-promises.html:130)
- [Promise.reject]
- 0) rejectPromise (async-callstack-promises.html:16)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:19)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained3 (async-callstack-promises.html:126)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained2 (async-callstack-promises.html:124)
-
-Call stack:
- 0) chained1 (async-callstack-promises.html:80)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) doTestChainedPromises (async-callstack-promises.html:79)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-Call stack:
- 0) chained2 (async-callstack-promises.html:83)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained1 (async-callstack-promises.html:81)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) doTestChainedPromises (async-callstack-promises.html:79)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
-
-Call stack:
- 0) chained3 (async-callstack-promises.html:86)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained1 (async-callstack-promises.html:81)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) doTestChainedPromises (async-callstack-promises.html:79)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
-
-Call stack:
- 0) chained4 (async-callstack-promises.html:89)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained1 (async-callstack-promises.html:81)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) doTestChainedPromises (async-callstack-promises.html:79)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
-
-Call stack:
- 0) errorCallback (async-callstack-promises.html:60)
- [Promise.reject]
- 0) doTestPromiseResolveAndReject (async-callstack-promises.html:137)
- 1) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-Call stack:
- 0) errorCallback (async-callstack-promises.html:60)
- [Promise.reject]
- 0) doTestSettledPromises (async-callstack-promises.html:74)
- 1) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-Call stack:
- 0) promiseCallback (async-callstack-promises.html:67)
- 1) doTestPromiseConstructor (async-callstack-promises.html:65)
- 2) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-Call stack:
- 0) thenCallback (async-callstack-promises.html:55)
- [Promise.resolve]
- 0) doTestPromiseResolveAndReject (async-callstack-promises.html:136)
- 1) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-Call stack:
- 0) thenCallback (async-callstack-promises.html:55)
- [Promise.resolve]
- 0) doTestSettledPromises (async-callstack-promises.html:73)
- 1) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-Call stack:
- 0) thenCallback (async-callstack-promises.html:55)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained4 (async-callstack-promises.html:90)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) chained1 (async-callstack-promises.html:81)
-
-Call stack:
- 0) thenCallback (async-callstack-promises.html:55)
- [Promise.resolve]
- 0) resolvePromise (async-callstack-promises.html:12)
- [setTimeout]
- 0) promiseCallback (async-callstack-promises.html:21)
- 1) timeoutPromise (async-callstack-promises.html:9)
- 2) doTestPromiseAll (async-callstack-promises.html:103)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
- [setTimeout]
- 0) testFunction (async-callstack-promises.html:43)
-
-

Powered by Google App Engine
This is Rietveld 408576698