| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index aada2a983b1db658a44219c7e49bf7eef243a532..fe28afbcc88ff5efd42955af8a936952ea23aec6 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -59,13 +59,11 @@ 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_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_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_named_test/none: RuntimeError # Issue 12863
|
| mirrors/invoke_private_test: CompileTimeError # Issue 12164
|
| mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
|
| @@ -247,7 +245,6 @@ async/timer_test: Fail, Pass
|
| [ $runtime == vm ]
|
| async/timer_not_available_test: Fail, OK
|
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
| -mirrors_nsm_test/vm: Fail # Issue 18042
|
|
|
| [ $compiler == none ]
|
| mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464
|
|
|