| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 42c7dd20b3ca851b64fa1ea4f16f4d634348b531..f7aade86390688a1460d95e649ad6d230f8b788b 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -153,6 +153,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.
|
|
|