| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 5d7c3411dfc2d77848f6a9fe845fe201277975f4..763dde2e8337465152a80df251b694a889f475bb 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -11,10 +11,12 @@ mirrors/constructor_kinds_test: RuntimeError # Issue 13799
|
| 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/generic_function_typedef_test: RuntimeError # Issue 12333
|
| mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
|
| +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
|
| @@ -148,9 +150,12 @@ 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/constructor_kinds_test: RuntimeError # Issue 13798
|
| +mirrors/generics_substitution_test: RuntimeError # Issue 13808
|
| +mirrors/initializing_formals_test/01: RuntimeError # Issue 11281
|
| mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
|
| mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
|
| -mirrors/constructor_kinds_test: RuntimeError # Issue 13798
|
| mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
|
|
|
| [ $compiler == none && $runtime == drt ]
|
|
|