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

Unified Diff: tests/lib/lib.status

Issue 25741005: Implement ObjectMirror.[] (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
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 61ba7ee1f67367585c0645e1c21cb3384e383a03..3d7e875b638a37756f4431ce41d33943f1c866d8 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -16,6 +16,7 @@ mirrors/invoke_test: RuntimeError # Issue 11954
mirrors/invoke_closurization_test: RuntimeError # Issue 13002
mirrors/invoke_named_test/none: RuntimeError # Issue 12863
mirrors/invoke_private_test: CompileTimeError # Issue 12164
+mirrors/invoke_subscript_test/none: RuntimeError # Issue 12863
mirrors/invoke_throws_test: RuntimeError # Issue 11954
mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
mirrors/method_mirror_name_test: RuntimeError # Issue 6335
@@ -44,6 +45,7 @@ async/stream_controller_async_test: Pass, Fail # Issue 13608
[ $compiler == dart2js && $checked ]
mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706
+mirrors/invoke_subscript_test: RuntimeError # Issue 13766
rmacnak 2013/10/03 00:36:51 Several other tests break in checked mode because
[ $runtime == safari ]
mirrors/return_type_test: Pass, Timeout # Issue 12858

Powered by Google App Engine
This is Rietveld 408576698