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

Unified Diff: LayoutTests/inspector/sources/debugger/async-callstack-xhrs-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-xhrs-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/async-callstack-xhrs-expected.txt b/LayoutTests/inspector/sources/debugger/async-callstack-xhrs-expected.txt
deleted file mode 100644
index cf67f378ce7e96eb263c5eb1d3facc432410fe16..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/async-callstack-xhrs-expected.txt
+++ /dev/null
@@ -1,84 +0,0 @@
-CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
-Tests asynchronous call stacks for XHRs.
-
-Set timer for test function.
-Captured call stacks in no particular order:
-Call stack:
- 0) downloadEnd1 (async-callstack-xhrs.html:36)
- 1) sendXHR (async-callstack-xhrs.html:66)
- 2) sendSyncXHR (async-callstack-xhrs.html:21)
- 3) timeout (async-callstack-xhrs.html:16)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) downloadEnd1 (async-callstack-xhrs.html:36)
- [XMLHttpRequest.send]
- 0) sendXHR (async-callstack-xhrs.html:66)
- 1) sendAsyncXHR (async-callstack-xhrs.html:20)
- 2) timeout (async-callstack-xhrs.html:17)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) downloadEnd2 (async-callstack-xhrs.html:41)
- 1) sendXHR (async-callstack-xhrs.html:66)
- 2) sendSyncXHR (async-callstack-xhrs.html:21)
- 3) timeout (async-callstack-xhrs.html:16)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) downloadEnd2 (async-callstack-xhrs.html:41)
- [XMLHttpRequest.send]
- 0) sendXHR (async-callstack-xhrs.html:66)
- 1) sendAsyncXHR (async-callstack-xhrs.html:20)
- 2) timeout (async-callstack-xhrs.html:17)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) downloadProgress (async-callstack-xhrs.html:50)
- [XMLHttpRequest.send]
- 0) sendXHR (async-callstack-xhrs.html:66)
- 1) sendAsyncXHR (async-callstack-xhrs.html:20)
- 2) timeout (async-callstack-xhrs.html:17)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) uploadEnd (async-callstack-xhrs.html:46)
- [XMLHttpRequest.send]
- 0) sendXHR (async-callstack-xhrs.html:66)
- 1) sendAsyncXHR (async-callstack-xhrs.html:20)
- 2) timeout (async-callstack-xhrs.html:17)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) uploadProgress (async-callstack-xhrs.html:55)
- [XMLHttpRequest.send]
- 0) sendXHR (async-callstack-xhrs.html:66)
- 1) sendAsyncXHR (async-callstack-xhrs.html:20)
- 2) timeout (async-callstack-xhrs.html:17)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
- 1) sendXHR (async-callstack-xhrs.html:66)
- 2) sendSyncXHR (async-callstack-xhrs.html:21)
- 3) timeout (async-callstack-xhrs.html:16)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-Call stack:
- 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
- [XMLHttpRequest.send]
- 0) sendXHR (async-callstack-xhrs.html:66)
- 1) sendAsyncXHR (async-callstack-xhrs.html:20)
- 2) timeout (async-callstack-xhrs.html:17)
- [setTimeout]
- 0) testFunction (async-callstack-xhrs.html:11)
-
-

Powered by Google App Engine
This is Rietveld 408576698