| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 288fc7b62821a9140164fc025127ca6076f529f8..120f3a3c43e1b703d67db650386a993e2f37d8bf 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -187,8 +187,6 @@ bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
|
| optimization_test: Fail, OK # Expects negative results of bit-operations.
|
| expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
|
|
|
| -const_factory_with_body_test/01: Fail # Issue 13028
|
| -
|
| assign_top_method_test: Fail
|
| null_test/none: Fail # Issue 12482
|
|
|
| @@ -337,7 +335,6 @@ throw7_test/01: Fail # Issue 13019
|
| number_identifier_test/01: Fail # Issue 13014
|
| number_identifier_test/02: Fail # Issue 13014
|
| scope_variable_test/01: Fail # Issue 13016
|
| -const_factory_with_body_test/01: Fail # Issue 13028
|
| # Common with language_dart2js.
|
| factory_redirection_test/01: Fail # Issue 12753
|
| factory_redirection_test/02: Crash # Issue 12753
|
|
|