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

Unified Diff: tests/lib/lib.status

Issue 26777002: Test reflecting on an object that implements Function but has no call method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase 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 | « runtime/vm/bootstrap_natives.h ('k') | tests/lib/mirrors/fake_function_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 3aadc42a3e4c3bbccedc2c0040c07f35d99f888f..0c8e9cc45ccfe6bb19426d9cdab081d6d48a2baa 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -19,7 +19,8 @@ mirrors/closures_test/none: RuntimeError # Issue 6490
mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
mirrors/constructor_kinds_test: RuntimeError # Issue 13799
mirrors/equality_test/02: RuntimeError # Issue 12333
-mirrors/fake_function_test: RuntimeError # Issue 11612
+mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
+mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
mirrors/find_in_context_fake_function_test: Fail # Issue 6490
mirrors/function_type_mirror_test: RuntimeError # Issue 12166
mirrors/generics_test/01: RuntimeError # Issue 12087
@@ -268,6 +269,7 @@ convert/chunked_conversion_json_decode1_test: StaticWarning
math/min_max_test: StaticWarning
mirrors/closure_mirror_find_in_context_test: StaticWarning
mirrors/equality_test/02: StaticWarning
+mirrors/fake_function_without_call_test: StaticWarning
mirrors/find_in_context_fake_function_test: StaticWarning
mirrors/function_type_mirror_test: StaticWarning
mirrors/generic_f_bounded_test/01: StaticWarning
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | tests/lib/mirrors/fake_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698