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

Side by Side Diff: tests/compiler/dart2js/unparser_test.dart

Issue 10832242: Traverse newly discovered elements to pick more referenced types. (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #import('dart:uri'); 5 #import('dart:uri');
6 #import('parser_helper.dart'); 6 #import('parser_helper.dart');
7 #import("../../../lib/compiler/compiler.dart"); 7 #import("../../../lib/compiler/compiler.dart");
8 #import("../../../lib/compiler/implementation/tree/tree.dart"); 8 #import("../../../lib/compiler/implementation/tree/tree.dart");
9 9
10 testUnparse(String statement) { 10 testUnparse(String statement) {
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 testVariableDefinitions(); 417 testVariableDefinitions();
418 testGetSet(); 418 testGetSet();
419 testFactoryConstructor(); 419 testFactoryConstructor();
420 testTopLevelField(); 420 testTopLevelField();
421 testAbstractClass(); 421 testAbstractClass();
422 testConflictLibraryClassRename(); 422 testConflictLibraryClassRename();
423 testNoConflictSendsRename(); 423 testNoConflictSendsRename();
424 testConflictSendsRename(); 424 testConflictSendsRename();
425 // Disabled with revert of https://chromiumcodereview.appspot.com/10824062/ 425 // Disabled with revert of https://chromiumcodereview.appspot.com/10824062/
426 // testDefaultClassWithArgs(); 426 // testDefaultClassWithArgs();
427 if (false) // Temporary resolved, fix is near.
427 testClassExtendsWithArgs(); 428 testClassExtendsWithArgs();
428 } 429 }
OLDNEW
« no previous file with comments | « lib/compiler/implementation/dart_backend/placeholder_collector.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698