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

Side by Side Diff: tests/lib/mirrors/mixin_dart2js_test.dart

Issue 23190003: ClassMirror.mixin (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: split test to maintain coverage Created 7 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) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, 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 // TODO(ahe): This test is sligthly broken but provides temporary test coverage 5 // TODO(ahe): This test is sligthly broken but provides temporary test coverage
6 // for dart2js. See http://dartbug.com/12464. 6 // for dart2js. See http://dartbug.com/12464.
7 7
8 library test.mixin_test; 8 library test.mixin_test;
9 9
10 @MirrorsUsed(targets: 'test.mixin_test, test.model, Object', override: '*') 10 @MirrorsUsed(targets: 'test.mixin_test, test.model, Object', override: '*')
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 testMixin(); 297 testMixin();
298 testMixin2(); 298 testMixin2();
299 testMixinApplication(); 299 testMixinApplication();
300 testMixinApplicationA(); 300 testMixinApplicationA();
301 testUnusedMixinApplication(); 301 testUnusedMixinApplication();
302 testSubclass(); 302 testSubclass();
303 testSubclass2(); 303 testSubclass2();
304 testSubclassA(); 304 testSubclassA();
305 testSubclass2A(); 305 testSubclass2A();
306 } 306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698