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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 266523002: Fix long co19 path names in new directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: stray comma Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index d4f758e1e5f3eeef78bc0357cf8b9b5f5f3d7c39..dbcf5e3ae98fb45c5c1e59ee19361861d875202f 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -2105,25 +2105,26 @@ class TestUtils {
static String getShortName(String path) {
final PATH_REPLACEMENTS = const {
- "tests_co19_src_WebPlatformTest1_shadow-dom_shadow-trees_":
+ "tests_co19_src_WebPlatformTest_shadow-dom_shadow-trees_":
"co19_shadow-trees_",
- "tests_co19_src_WebPlatformTest1_shadow-dom_elements-and-dom-objects_":
+ "tests_co19_src_WebPlatformTest_shadow-dom_elements-and-dom-objects_":
"co19_shadowdom_",
- "tests_co19_src_WebPlatformTest1_html-templates_parsing-html-"
+ "tests_co19_src_WebPlatformTest_html-templates_parsing-html-"
"templates_additions-to-": "co19_htmltemplates_add_",
- "tests_co19_src_WebPlatformTest1_html-templates_parsing-html-"
+ "tests_co19_src_WebPlatformTest_html-templates_parsing-html-"
"templates_appending-to-a-template_": "co19_htmltemplates_append_",
- "tests_co19_src_WebPlatformTest1_html-templates_parsing-html-"
+ "tests_co19_src_WebPlatformTest_html-templates_parsing-html-"
"templates_clearing-the-stack-back-to-a-given-context_":
"co19_htmltemplates_clearstack_",
- "tests_co19_src_WebPlatformTest1_html-templates_parsing-html-"
+ "tests_co19_src_WebPlatformTest_html-templates_parsing-html-"
"templates_creating-an-element-for-the-token_":
"co19_htmltemplates_create_",
- "tests_co19_src_WebPlatformTest1_html-templates_additions-to-"
+ "tests_co19_src_WebPlatformTest_html-templates_additions-to-"
"the-steps-to-clone-a-node_": "co19_htmltemplates_clone_",
"tests_co19_src_LayoutTests_fast_dom_Document_CaretRangeFromPoint_"
"caretRangeFromPoint-": "co19_caretrangefrompoint_",
- "pkg_polymer_example_canonicalization_test_canonicalization": "polymer_c16n"
+ "pkg_polymer_example_canonicalization_test_canonicalization":
+ "polymer_c16n"
};
// Some tests are already in [build_dir]/generated_tests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698