| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 0279706472365d75517ab778dadf2ffc6b8d6bd8..2174982eaec9050dc4ccd66dd326f3daeb832814 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -35,7 +35,6 @@ mirrors/abstract_class_test: RuntimeError # Issue 12826
|
| mirrors/class_declarations_test/none: RuntimeError # Issue 13440
|
| mirrors/constructor_kinds_test: RuntimeError # Issue 13799
|
| mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
|
| -mirrors/delegate_call_through_getter_test: RuntimeError # Issue 15138
|
| mirrors/equality_test/02: RuntimeError # Issue 12785
|
| mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
|
| mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
|
| @@ -60,11 +59,8 @@ 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_named_test/none: RuntimeError # Issue 12863
|
| mirrors/invoke_private_test: CompileTimeError # Issue 12164
|
|
|