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

Unified Diff: third_party/WebKit/PerformanceTests/resources/runner.js

Issue 1644353002: Enable blink_perf.canvas on Android Perf bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add --reduce-security-for-testing Created 4 years, 10 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: third_party/WebKit/PerformanceTests/resources/runner.js
diff --git a/third_party/WebKit/PerformanceTests/resources/runner.js b/third_party/WebKit/PerformanceTests/resources/runner.js
index ff74d8dc00969ca831da38fdb4c1788301c4e212..7874e39408daabd12c4367d6d69f1d6bb8fcbc13 100644
--- a/third_party/WebKit/PerformanceTests/resources/runner.js
+++ b/third_party/WebKit/PerformanceTests/resources/runner.js
@@ -133,7 +133,7 @@ if (window.testRunner) {
}
PerfTestRunner.logFatalError = function (text) {
- PerfTestRunner.log(text);
+ PerfTestRunner.log("FATAL: " + text);
finish();
}

Powered by Google App Engine
This is Rietveld 408576698