| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 923014f848e1d1876f25a6a0684899e7629a5f19..4a89f010dc3776cd8d5dac4976dd5ca804d66b6e 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -73,7 +73,7 @@ mirrors/method_mirror_location_test: RuntimeError # Issue 6490
|
| mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart".
|
| mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353
|
| mirrors/mixin_test: RuntimeError # Issue 12464
|
| -mirrors/mixin_application_test/none: RuntimeError # Issue 12464
|
| +mirrors/mixin_application_test: 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
|
| @@ -89,7 +89,7 @@ mirrors/relation_subtype_test: RuntimeError # Issue 6490
|
| mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
|
| mirrors/symbol_validation_test/01: RuntimeError # Issue 13597
|
| mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
|
| -mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
|
| +mirrors/typedef_test: RuntimeError # http://dartbug.com/6490
|
| mirrors/typedef_metadata_test: RuntimeError # Issue 12785
|
| mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607
|
| mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
|
| @@ -225,19 +225,13 @@ async/timer_test: Fail, Pass
|
| async/timer_not_available_test: Fail, OK
|
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
|
|
| -[ $compiler == none ]
|
| -mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464
|
| -mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
|
| -mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
|
| -mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
|
| +[ $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/generic_local_function_test: RuntimeError # Issue 14913
|
| mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
| -mirrors/mirrors_used_inheritance_test: RuntimeError # Issue 16048
|
| -
|
| -async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
|
| -mirrors/typedef_declaration_test/01: Fail # dartbug.com/16048. Remove multitest marker when it passes.
|
| +mirrors/mirrors_used*: Skip # Invalid tests.
|
|
|
| [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| async/schedule_microtask6_test: Fail # Issue 10910
|
|
|