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

Unified Diff: Tools/TestResultServer/static-dashboards/loader_unittests.js

Issue 14301012: Temporary fix for flakiness dashboard by avoiding loading mac snow leopard test expectation file fr… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed unit test Created 7 years, 8 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 | « Tools/TestResultServer/static-dashboards/flakiness_dashboard.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/static-dashboards/loader_unittests.js
diff --git a/Tools/TestResultServer/static-dashboards/loader_unittests.js b/Tools/TestResultServer/static-dashboards/loader_unittests.js
index 98f4a3e1926e924ef1b59e8c141fcf9f3d003825..186067a3681566309c5fb56a91bac6aa2ac414bf 100644
--- a/Tools/TestResultServer/static-dashboards/loader_unittests.js
+++ b/Tools/TestResultServer/static-dashboards/loader_unittests.js
@@ -84,7 +84,7 @@ test('expectations files loading', 1, function() {
g_history.parseCrossDashboardParameters();
// FIXME: re-enable once added back in flakiness_dashboard.js
var expectedLoadedPlatforms = [/* "chromium", "chromium-android", */"efl", "efl-wk1", "efl-wk2", "gtk",
- "gtk-wk2", "mac", "mac-lion", "mac-snowleopard", "qt", "win", "wk2"];
+ "gtk-wk2", "mac", "mac-lion", /*"mac-snowleopard", */"qt", "win", "wk2"];
var loadedPlatforms = [];
var resourceLoader = new loader.Loader();
resourceLoader._loadNext = function() {
« no previous file with comments | « Tools/TestResultServer/static-dashboards/flakiness_dashboard.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698