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

Unified Diff: tests/lib/lib.status

Issue 27275002: Add test for ClassMirror.mixin. Rename the mixin application test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | tests/lib/mirrors/mixin_application_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 61cafe5dc1a40819cf28762bec0e4a6ed1e50903..e5f0e4574bdc9cc157397019bd3d2f956f0302a3 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -49,7 +49,8 @@ mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
mirrors/method_mirror_source_test : RuntimeError # Issue 6490
mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
-mirrors/mixin_test/none: RuntimeError # Issue 12464
+mirrors/mixin_test: RuntimeError # Issue 12464
+mirrors/mixin_application_test/none: RuntimeError # Issue 12464
mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
mirrors/null_test : RuntimeError # Issue 12129
mirrors/parameter_test/none: RuntimeError # Issue 6490
@@ -168,7 +169,7 @@ mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
[ $compiler == none ]
async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9001.
mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464
-mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
+mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
« no previous file with comments | « no previous file | tests/lib/mirrors/mixin_application_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698