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

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

Issue 14172003: Move Chromium's TestExpectations and ContentShellTestExpectations to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated a comment 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/Scripts/webkitpy/layout_tests/port/chromium_android.py ('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.js
diff --git a/Tools/TestResultServer/static-dashboards/loader.js b/Tools/TestResultServer/static-dashboards/loader.js
index 8d84682305d999e06137b3930a123348b3104884..825dc4e0db581099b871c48fcbda7ba8e29b8163 100644
--- a/Tools/TestResultServer/static-dashboards/loader.js
+++ b/Tools/TestResultServer/static-dashboards/loader.js
@@ -32,7 +32,8 @@ var loader = loader || {};
(function() {
var TEST_RESULTS_SERVER = 'http://test-results.appspot.com/';
-var CHROMIUM_EXPECTATIONS_URL = 'http://svn.webkit.org/repository/webkit/trunk/LayoutTests/platform/chromium/TestExpectations';
+// FIXME: Update to use blink repository.
+var CHROMIUM_EXPECTATIONS_URL = 'http://svn.webkit.org/repository/webkit/trunk/LayoutTests/TestExpectations';
Julie Parent 2013/04/11 22:40:13 The dashboards definitely need to be updated, but
Steve Block 2013/04/11 23:54:46 OK, thanks. I'll remove my change here.
function pathToBuilderResultsFile(builderName) {
return TEST_RESULTS_SERVER + 'testfile?builder=' + builderName +
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698