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

Unified Diff: pkg/compiler/testing.json

Issue 2976313002: Delete old tests that aren't used and/or useful any more. (Closed)
Patch Set: Resurrect dummy_compiler_test and recursive_import_test. Created 3 years, 5 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 | tests/_chrome/_chrome.status » ('j') | tests/compiler/dart2js/dummy_compiler_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/testing.json
diff --git a/pkg/compiler/testing.json b/pkg/compiler/testing.json
index 31caf626d306163a1cc1e26db68508bfb87ef67b..f173447eca1c7dd3aadd69111ca4cfec99101c8c 100644
--- a/pkg/compiler/testing.json
+++ b/pkg/compiler/testing.json
@@ -10,15 +10,13 @@
"uris": [
".",
- "../../tests/compiler/dart2js/",
- "../../tests/utils/"
+ "../../tests/compiler/dart2js/"
],
"exclude": [
"^tests/compiler/dart2js/data/.*",
"^tests/compiler/dart2js/path with spaces/.*",
- "^tests/compiler/dart2js/sourcemaps/data/.*",
- "^tests/utils/dummy\\.dart"
+ "^tests/compiler/dart2js/sourcemaps/data/.*"
]
}
}
« no previous file with comments | « no previous file | tests/_chrome/_chrome.status » ('j') | tests/compiler/dart2js/dummy_compiler_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698