| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 1e442d263ecbb3d17294b6026ac3bed64f3c2e30..d953d520b60bc0d37d570ee284d3b748f5f49acd 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -10,8 +10,10 @@ mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
|
| mirrors/equality_test/02: RuntimeError # Issue 12333
|
| mirrors/fake_function_test: RuntimeError # Issue 11612
|
| mirrors/function_type_mirror_test: RuntimeError # Issue 12166
|
| -mirrors/generics_test/01: RuntimeError # Issue 12333
|
| +mirrors/generics_test/01: RuntimeError # Issue 12087
|
| +mirrors/generics_substitution_test: RuntimeError # Issue 12087
|
| mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
|
| +mirrors/initializing_formals_test: CompileTimeError # Issue 12164
|
| mirrors/invoke_test: RuntimeError # Issue 11954
|
| mirrors/invoke_closurization_test: RuntimeError # Issue 13002
|
| mirrors/invoke_named_test/none: RuntimeError # Issue 12863
|
| @@ -144,6 +146,8 @@ mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
|
| mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
|
| mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
|
| mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
|
| +mirrors/initializing_formals_test/01: RuntimeError # Issue 11281
|
| +mirrors/generics_substitution_test: RuntimeError # Issue 13808
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| async/timer_isolate_test: Skip # See Issue 4997
|
|
|