| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 526486249e0b62d53a42db180b1ea1ae8570ad56..32d1c3af76af47cd9a5ad5b0deb55f60ae516fb1 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -79,8 +79,7 @@ mixin_mixin5_test: Fail # Issue 12605.
|
| mixin_mixin6_test: Fail # Issue 12605.
|
|
|
| [ $compiler == dart2js ]
|
| -compile_time_constant11_test: Fail # issue 13270
|
| -switch_bad_case_test/02: MissingCompileTimeError # switch case of type double
|
| +switch_bad_case_test/02: MissingCompileTimeError # switch case of type double
|
| malformed_test/none: RuntimeError # Issue 12695
|
| function_type_alias9_test/00: Crash # Issue 9792
|
| branch_canonicalization_test: RuntimeError # Issue 638.
|
| @@ -199,7 +198,6 @@ label_test: Skip
|
|
|
|
|
| [ $compiler == dart2dart ]
|
| -compile_time_constant11_test: Fail # Issue 13271
|
| function_type_alias9_test/00: Crash # Issue 11986
|
| malformed_test/none: CompileTimeError # Issue 12695
|
| mixin_super_constructor_named_test: Fail # Issue 12631
|
|
|