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

Unified Diff: tests/compiler/dart2js/analyze_test_test.dart

Issue 1564733003: Fix analyze_test_test white-listing. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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: tests/compiler/dart2js/analyze_test_test.dart
diff --git a/tests/compiler/dart2js/analyze_test_test.dart b/tests/compiler/dart2js/analyze_test_test.dart
index f27b7baf29b51faa503f5732faa3ebd7107b28ba..d731aa2fe225b6e72b572997561cf6c029728ac9 100644
--- a/tests/compiler/dart2js/analyze_test_test.dart
+++ b/tests/compiler/dart2js/analyze_test_test.dart
@@ -27,7 +27,8 @@ import 'memory_compiler.dart';
// TODO(johnniwinther): Support canonical URIs as keys and message kinds as
// values.
const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const {
- "analyze_all_test.dart": const [
+ // Several tests import mirrors; any of these might trigger the warning.
+ ".dart": const [
MessageKind.IMPORT_EXPERIMENTAL_MIRRORS,
],
"/test/src/util/": const [
« 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