| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 60d9e740c94032bd49cdd124c8261a747c87ecb4..5d130302d665477dee2d5f6d321d6cb1332a583a 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -237,12 +237,12 @@ 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/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
|
|
|
| [ $compiler == none ]
|
| async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
|
| mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
| -mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
|
|
|
| mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are not covered by any MirrorsUsed annotation.
|
|
|
| @@ -258,6 +258,7 @@ mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus
|
| mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
|
| mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction.
|
| mirrors/local_isolate_test: RuntimeError # Issue 12188
|
| +mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue 22072
|
|
|
| [ $compiler == none && $runtime == drt && $system == windows ]
|
| async/multiple_timer_test: Fail, Pass # See Issue 10982
|
|
|