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

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

Issue 2486703002: Change IR encoding of redirecting factory invocations. (Closed)
Patch Set: Fix impact_test. Created 4 years, 1 month 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 | « tests/compiler/dart2js/kernel/impact_test.dart ('k') | 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 e8ad84290bc5f209ae198f2f0f9dea3d240a846f..ec8e3ae00b2305141746758197fe7c61df5055c9 100644
--- a/tests/compiler/dart2js/kernel/visitor_test.dart
+++ b/tests/compiler/dart2js/kernel/visitor_test.dart
@@ -22,8 +22,8 @@ import '../memory_compiler.dart';
const String TESTCASE_DIR = 'third_party/pkg/kernel/testcases/';
const List<String> SKIP_TESTS = const <String>[
- // Encoding of redirecting factories have changed.
- 'redirecting_factory',
+ /// The test expects an unpatched api.
+ 'external',
];
main(List<String> arguments) {
« no previous file with comments | « tests/compiler/dart2js/kernel/impact_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698