| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 3433ac4c605999ed6e154ed7e116320047e1044b..96830522683151a312f1ea85710650695a598f67 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -154,6 +154,18 @@ expect_test: RuntimeError, OK # Issue 13080
|
|
|
| null_test/none: RuntimeError # Issue 12482
|
|
|
| +[ $compiler == dart2js || $compiler == dart2dart ]
|
| +
|
| +function_type_alias9_test/00: Crash # Issue 15237
|
| +string_interpolation9_test/11: Crash # Issue 15237
|
| +string_interpolation9_test/12: Crash # Issue 15237
|
| +string_interpolation9_test/13: Crash # Issue 15237
|
| +string_interpolation9_test/16: Crash # Issue 15237
|
| +string_interpolation9_test/17: Crash # Issue 15237
|
| +string_interpolation9_test/18: Crash # Issue 15237
|
| +
|
| +[ ($compiler == dart2js || $compiler == dart2dart) && $checked ]
|
| +cyclic_typedef_test/07: Crash # Issue 15237
|
|
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|