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

Unified Diff: tests/compiler/dart2js/kernel/visitor_test.dart

Issue 2935043002: Update kernel/visitor_test expectations (Closed)
Patch Set: 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 | « 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/kernel/visitor_test.dart
diff --git a/tests/compiler/dart2js/kernel/visitor_test.dart b/tests/compiler/dart2js/kernel/visitor_test.dart
index baf17c67edfd13d53620d743a93444b32e881cf9..8c78f754188f7066599fab44d58eb929c6b71e57 100644
--- a/tests/compiler/dart2js/kernel/visitor_test.dart
+++ b/tests/compiler/dart2js/kernel/visitor_test.dart
@@ -30,16 +30,16 @@ const List<String> TESTS = const <String>[
'bad_store',
'call',
'closure',
- 'covariant_generic',
+ // 'covariant_generic', Issue 29853: typedefs
'escape',
'fallthrough',
'micro',
'named_parameters',
'null_aware',
- 'optional',
+ // 'optional', Issue 29853: abstract members
'override',
'prefer_baseclass',
- 'redirecting_factory',
+ // 'redirecting_factory', Issue 29853: redirecting factories
'static_setter',
'store_load',
'stringliteral',
« 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