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

Unified Diff: pkg/dev_compiler/test/not_yet_strong_tests.dart

Issue 2980383002: ignore `@proxy` in strong mode (Closed)
Patch Set: 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
Index: pkg/dev_compiler/test/not_yet_strong_tests.dart
diff --git a/pkg/dev_compiler/test/not_yet_strong_tests.dart b/pkg/dev_compiler/test/not_yet_strong_tests.dart
index 9b7e7af21d0713c59236d438b43e1b2a63b924e7..44655560f2b172ca8a8b0e3bb1e74463789b8bdd 100644
--- a/pkg/dev_compiler/test/not_yet_strong_tests.dart
+++ b/pkg/dev_compiler/test/not_yet_strong_tests.dart
@@ -1424,6 +1424,8 @@ final notYetStrongTests = new HashSet<String>.from([
'language/propagated_argument_type_check_test',
'language/property_field_override_test',
'language/proxy2_test_01_multi',
+ 'language/proxy2_test_03_multi',
+ 'language/proxy2_test_04_multi',
'language/proxy2_test_02_multi',
'language/proxy3_test_01_multi',
'language/proxy3_test_02_multi',
@@ -1431,6 +1433,8 @@ final notYetStrongTests = new HashSet<String>.from([
'language/proxy3_test_04_multi',
'language/proxy_test_01_multi',
'language/proxy_test_02_multi',
+ 'language/proxy_test_03_multi',
+ 'language/proxy_test_04_multi',
'language/proxy_test_05_multi',
'language/proxy_test_06_multi',
'language/redirecting_constructor_initializer_test',
« no previous file with comments | « pkg/analyzer/test/src/task/strong/strong_test_helper.dart ('k') | tests/language_strong/deferred_no_such_method_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698