Chromium Code Reviews

Unified Diff: test/inspector-protocol/cpu-profiler/record-cpu-profile-expected.txt

Issue 2358943002: [inspector] added inspector protocol test runner (Closed)
Patch Set: a Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/inspector-protocol/cpu-profiler/record-cpu-profile-expected.txt
diff --git a/test/inspector-protocol/cpu-profiler/record-cpu-profile-expected.txt b/test/inspector-protocol/cpu-profiler/record-cpu-profile-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d810093968050998bd93289df5e899a0a13566c5
--- /dev/null
+++ b/test/inspector-protocol/cpu-profiler/record-cpu-profile-expected.txt
@@ -0,0 +1,7 @@
+Test that profiler is able to record a profile. Also it tests that profiler returns an error when it unable to find the profile.
+PASS: startFrontendProfile
+PASS: startConsoleProfile
+PASS: stopConsoleProfile
+PASS: stoppedFrontendProfile
+PASS: startFrontendProfileSecondTime
+PASS: stopFrontendProfileSecondTime

Powered by Google App Engine