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

Unified Diff: test/inspector/cpu-profiler/enable-disable-expected.txt

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)
Patch Set: addressed comments Created 4 years, 3 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/cpu-profiler/enable-disable.js ('k') | test/inspector/cpu-profiler/record-cpu-profile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/cpu-profiler/enable-disable-expected.txt
diff --git a/test/inspector/cpu-profiler/enable-disable-expected.txt b/test/inspector/cpu-profiler/enable-disable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..05d3fd3d5f98ae6aeef5ed703c6b677d88104945
--- /dev/null
+++ b/test/inspector/cpu-profiler/enable-disable-expected.txt
@@ -0,0 +1,8 @@
+Test that profiling can only be started when Profiler was enabled and that Profiler.disable command will stop recording all profiles.
+PASS: didFailToStartWhenDisabled
+PASS: didStartFrontendProfile
+PASS: console initiated profile started
+PASS: didStartConsoleProfile
+PASS: didDisableProfiler
+PASS: no front-end initiated profiles found
+PASS: didStopConsoleProfile
« no previous file with comments | « test/inspector/cpu-profiler/enable-disable.js ('k') | test/inspector/cpu-profiler/record-cpu-profile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698