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

Unified Diff: PerformanceTests/resources/runner.js

Issue 198873004: perf test: Add PerfTestRunner.logFatalError(text) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: PerformanceTests/resources/runner.js
diff --git a/PerformanceTests/resources/runner.js b/PerformanceTests/resources/runner.js
index 3a6c7c0c7ab50253fe504d68117f6d063417f32d..1e0d7ece0d536c058969382a49231855d41e4a65 100644
--- a/PerformanceTests/resources/runner.js
+++ b/PerformanceTests/resources/runner.js
@@ -142,6 +142,10 @@ if (window.testRunner) {
logInDocument(text);
}
+ PerfTestRunner.logFatalError(text) {
+ logFatalError(text);
+ }
+
function logFatalError(text) {
PerfTestRunner.log(text);
finish();

Powered by Google App Engine
This is Rietveld 408576698