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

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

Issue 10828250: Support for generic type variables and unresolved types added. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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: tests/compiler/dart2js/unparser_test.dart
diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
index 26a8940b24637727b5a15b7ef47d2c58fe23a74b..50845fb50a09fc33e77ee4b6f45dd75efe9af568 100644
--- a/tests/compiler/dart2js/unparser_test.dart
+++ b/tests/compiler/dart2js/unparser_test.dart
@@ -408,22 +408,21 @@ main() {
testNativeMethods();
testPrefixIncrements();
testConstModifier();
- testStaticInvocation();
testSimpleFileUnparse();
+ testTopLevelField();
testSimpleObjectInstantiation();
testSimpleTopLevelClass();
testClassWithSynthesizedConstructor();
testClassWithMethod();
+ testExtendsImplements();
testVariableDefinitions();
testGetSet();
testFactoryConstructor();
- testTopLevelField();
testAbstractClass();
- testConflictLibraryClassRename();
- testNoConflictSendsRename();
testConflictSendsRename();
- // Disabled with revert of https://chromiumcodereview.appspot.com/10824062/
- // testDefaultClassWithArgs();
- if (false) // Temporary resolved, fix is near.
+ testNoConflictSendsRename();
+ testConflictLibraryClassRename();
+ testDefaultClassWithArgs();
testClassExtendsWithArgs();
+ testStaticInvocation();
}

Powered by Google App Engine
This is Rietveld 408576698