| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 818252675447800a8fda83bd2b42949071cc04b3..86ddc8aab1f26a1de39d7219483e619d0f52e08e 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -94,6 +94,7 @@ mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
|
| mirrors/mixin_test: RuntimeError # Issue 12464
|
| mirrors/mixin_application_test/none: RuntimeError # Issue 12464
|
| mirrors/parameter_test/none: RuntimeError # Issue 6490
|
| +mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490
|
| mirrors/private_symbol_test: CompileTimeError # Issue 13597
|
| mirrors/proxy_type_test: RuntimeError # Issue 13842
|
| mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
|
| @@ -258,8 +259,6 @@ 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/immutable_collections_test: Fail # Issue 17823
|
| -
|
| [ $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
|
|
|