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

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

Issue 2949823003: Simplify enqueueBrowserTest(). (Closed)
Patch Set: Merge branch 'master' into simplify-enqueue-browser-test Created 3 years, 6 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/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/utils.dart
diff --git a/tools/testing/dart/utils.dart b/tools/testing/dart/utils.dart
index 97081135de152775035d4d6ebfbc3f720c95bea3..ee14293d754899916bd5956ccbd4361ca448744c 100644
--- a/tools/testing/dart/utils.dart
+++ b/tools/testing/dart/utils.dart
@@ -448,10 +448,6 @@ class TestUtils {
static String getShortName(String path) {
final PATH_REPLACEMENTS = const {
- "pkg_polymer_e2e_test_bad_import_test": "polymer_bi",
- "pkg_polymer_e2e_test_canonicalization_test": "polymer_c16n",
- "pkg_polymer_e2e_test_experimental_boot_test": "polymer_boot",
- "pkg_polymer_e2e_test_good_import_test": "polymer_gi",
"tests_co19_src_Language_12_Expressions_14_Function_Invocation_":
"co19_fn_invoke_",
"tests_co19_src_LayoutTests_fast_css_getComputedStyle_getComputedStyle-":
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698