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

Unified Diff: test/inspector/sessions/cpu-profile-expected.txt

Issue 2928493002: Revert of [inspector] Test how Profiler interacts with multiple sessions (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « test/inspector/sessions/cpu-profile.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/sessions/cpu-profile-expected.txt
diff --git a/test/inspector/sessions/cpu-profile-expected.txt b/test/inspector/sessions/cpu-profile-expected.txt
deleted file mode 100644
index db5c0e2444df86e4c160bc72ecf3af56371f8646..0000000000000000000000000000000000000000
--- a/test/inspector/sessions/cpu-profile-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-Tests that multiple sessions can record profiles concurrently.
-console.profile in 1
-console profile started from 2: one
-console profile started from 1: one
-console profile finished from 2: one
-Found foo() call in profile: true
-console profile finished from 1: one
-Found foo() call in profile: true
-console.profile in 2
-console profile started from 2: two
-console profile started from 1: two
-console profile finished from 2: two
-Found foo() call in profile: true
-console profile finished from 1: two
-Found foo() call in profile: true
-starting in 1
-starting in 2
-stopping in 1
-stopped in 1
-Found foo() call in profile: true
-stopping in 2
-stopped in 2
-Found foo() call in profile: true
« no previous file with comments | « test/inspector/sessions/cpu-profile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698