| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 0bb725a5f9e0666979bc8e1a03a3c19efd7046f1..18f3f86262706c4ff1c1e05870f8049df2dc0591 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -36,7 +36,6 @@ 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/delegate_function_invocation_test: RuntimeError # Issue 6490
|
| 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
|
| @@ -64,7 +63,7 @@ mirrors/invoke_call_through_getter_previously_accessed_test: RuntimeError # Issu
|
| 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: RuntimeError # Issue 13002
|
| +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
|
|
|