| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index ecfa7d6de361e503805c26c76e7ec41da19ac338..6eb2eff95a23690abb37651b184715f4524df857 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -14,9 +14,6 @@ async_star_cancel_while_paused_test: RuntimeError
|
| # This is OK for now, but we may want to change the semantics to match the test.
|
| async_star_pause_test: Fail, OK
|
|
|
| -[ $compiler == dartk ]
|
| -const_native_factory_test/01: MissingCompileTimeError # Issue 29763
|
| -
|
| # These tests are skipped in the VM because it has "--supermixin"
|
| # functionality enabled unconditionally. The tests should be removed
|
| # once the same is true for analyzer (#24478) and dart2js (#23773)
|
| @@ -49,6 +46,9 @@ least_upper_bound_expansive_test/*: Fail, OK
|
| # Skipped temporarily until fixed
|
| vm/regress_29145_test: Skip # Issue 29145
|
|
|
| +[ $compiler == dartk ]
|
| +const_native_factory_test/01: MissingCompileTimeError # Issue 29763
|
| +
|
| [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
|
| dynamic_prefix_core_test/01: RuntimeError # Issue 12478
|
| multiline_strings_test: Fail # Issue 23020
|
|
|