| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index e9def68ccdcd3e10031e9f6fee77e686c21a38df..7c2b9fbd084752671b456c8372fdacb6a7453465 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -162,7 +162,7 @@ map_literal4_test: Fail # Issue 12891
|
| #
|
| # The following tests are all negative tests that should be fixed.
|
| #
|
| -abstract_syntax_test/01: Fail # Negative language test.
|
| +abstract_syntax_test/01: Fail # Issue 12898
|
| const_constructor_syntax_test/04: Fail # Negative language test.
|
| const_syntax_test/04: Fail # Negative language test.
|
| constructor2_negative_test: Fail # Negative language test.
|
| @@ -343,7 +343,7 @@ map_literal3_test: Fail # Issue 12794
|
| # Common problems with dart2js. In illegal family, invalid
|
| # declarations are simply not parsed. In pseudo kw dart2js
|
| # chokes on things like typedef(x) => "typedef $x" and alike.
|
| -abstract_syntax_test/01: Fail
|
| +abstract_syntax_test/01: Fail # Issue 12899
|
| pseudo_kw_test: Fail
|
| external_test/01: Fail # Issue 12888
|
| external_test/02: Fail # Issue 12888
|
|
|