| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 28104)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -79,6 +79,7 @@
|
| 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
|
| malformed_test/none: RuntimeError # Issue 12695
|
| function_type_alias9_test/00: Crash # Issue 9792
|
| @@ -197,6 +198,7 @@
|
|
|
|
|
| [ $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
|
|
|