| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index ec3f2b9350f6ae6354e2692c65ad53ab9d298c5a..308f1dab59abc77cb0809accbbad60a7c24cea9f 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -14,7 +14,7 @@ math/random_test: RuntimeError
|
|
|
| mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
|
| mirrors/class_declarations_test/none: RuntimeError # Issue 13440
|
| -mirrors/closures_test/none: RuntimeError # Issue 6490
|
| +mirrors/closures_test/none: RuntimeError # Issue 6940
|
| mirrors/constructor_kinds_test: RuntimeError # Issue 13799
|
| mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
|
| mirrors/equality_test/02: RuntimeError # Issue 12333
|
| @@ -25,12 +25,11 @@ mirrors/find_in_context_private_test: Fail # Issue 6490
|
| mirrors/find_in_context_fake_function_test: Fail # Issue 6490
|
| mirrors/function_type_mirror_test: RuntimeError # Issue 12166
|
| mirrors/generics_test/01: RuntimeError # Issue 12087
|
| -mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
|
| -mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
|
| +mirrors/generic_f_bounded_mixin_application_test/01: RuntimeError # Issue 12087
|
| +mirrors/generic_function_typedef_test: RuntimeError # Issue 12166
|
| mirrors/generic_interface_test: RuntimeError # Issue 12087
|
| mirrors/generic_local_function_test: RuntimeError # Issue 12333
|
| mirrors/generic_mixin_test: RuntimeError # Issue 12333
|
| -mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
|
| mirrors/generics_substitution_test/01: RuntimeError # Issue 12087
|
| mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
|
| mirrors/immutable_collections_test: RuntimeError # Issue 14030
|
| @@ -185,7 +184,6 @@ mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
|
|
|
| mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
|
| mirrors/generic_superclass_test/01: RuntimeError # Issue 14000
|
| -mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869
|
|
|
| mirrors/generic_local_function_test: RuntimeError # Issue 14913
|
|
|
|
|