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

Unified Diff: tests/lib/lib.status

Issue 195793013: Add support for closure calls through getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status file and remove bad type.wq Created 6 years, 8 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 fe28afbcc88ff5efd42955af8a936952ea23aec6..461eff27efa7d01862028737b48a63277c7cd2ce 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -59,11 +59,13 @@ mirrors/instance_members_test: RuntimeError # Issue 14633
mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490
mirrors/invoke_test: RuntimeError # Issue 11954
mirrors/invoke_call_on_closure_test: RuntimeError # 6490
-mirrors/invoke_call_through_getter_previously_accessed_test: RuntimeError # Issue 15138
-mirrors/invoke_call_through_getter_test: RuntimeError # Issue 15138
-mirrors/invoke_call_through_implicit_getter_previously_accessed_test: RuntimeError # Issue 15138
-mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 15138
-mirrors/invoke_closurization_test/static: RuntimeError # Issue 13002. When updating this status, please remove the "///" lines in the test.
+mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
+mirrors/invoke_call_through_getter_test/getter_call_stub: RuntimeError # Issue 17451. When updating the status, remove the "///" in the test.
+mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
+mirrors/invoke_call_through_getter_previously_accessed_test/getter_call_stub: RuntimeError # Issue 17451. When updating the status, remove the "///" in the test.
+mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
+mirrors/invoke_call_through_implicit_getter_previously_accessed_test/getter_call_stub: RuntimeError # Issue 17451. When updating the status, remove the "///" in the test.
+mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 17638
mirrors/invoke_named_test/none: RuntimeError # Issue 12863
mirrors/invoke_private_test: CompileTimeError # Issue 12164
mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
@@ -257,6 +259,8 @@ mirrors/symbol_validation_test: RuntimeError # Issue 13596
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
+mirrors/mirrors_nsm_test/vm: Fail # Issue 18042
+
[ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
async/schedule_microtask6_test: Fail # Issue 10910
mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0
« no previous file with comments | « sdk/lib/_internal/lib/js_mirrors.dart ('k') | tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698