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

Unified Diff: LayoutTests/http/tests/inspector/resources/test-scanner.html

Issue 14166003: Move all generic Chromium expected results to the generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Tools/Scripts/webkitpy/common/checkout/baselineoptimizer_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/resources/test-scanner.html
diff --git a/LayoutTests/http/tests/inspector/resources/test-scanner.html b/LayoutTests/http/tests/inspector/resources/test-scanner.html
index b417228dedf8443546c4c891dbd1983933dd53ef..cecfd1b6c207464f9424b7f3bd33c9610c2232db 100644
--- a/LayoutTests/http/tests/inspector/resources/test-scanner.html
+++ b/LayoutTests/http/tests/inspector/resources/test-scanner.html
@@ -35,9 +35,8 @@ function fetchExpectations(path)
{
var ext = path.lastIndexOf(".");
path = path.substring(0, ext) + "-expected.txt";
- var chromiumPath = path.replace("/LayoutTests/", "/LayoutTests/platform/chromium/");
- var expectations = fetch(chromiumPath) || fetch(path) || "";
+ var expectations = fetch(path) || "";
var expectationLines = expectations.split("\n");
var filtered = [];
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/common/checkout/baselineoptimizer_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698