| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 302b4fe802e5fe084fa0245eb2af81ff25691ec9..89b70365dba629d711f9123195d2943cace5c5b7 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -5,6 +5,9 @@
|
| # This directory contains tests that are intended to show the
|
| # current state of the language.
|
|
|
| +[ ($runtime == vm || $runtime == dart_precompiled) && $compiler != dartk && $compiler != dartkp ]
|
| +abstract_beats_arguments2_test: Crash # dartbug.com/29171
|
| +
|
| # These test entries will be valid for vm/dartium (with and without kernel).
|
| [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
|
| async_star_cancel_while_paused_test: RuntimeError
|
|
|