| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index a288d385f18e763747bb95a64645ff4219b5d5e5..288fc7b62821a9140164fc025127ca6076f529f8 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -184,16 +184,10 @@ final_syntax_test/04: Fail # Issue 13020
|
| canonical_const2_test: Fail, OK # Dart2js only has doubles.
|
|
|
| bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
|
| -# The following test will start to fail again once dart2js implements the
|
| -# runtime semantics for numbers.
|
| -# Should be: Fail, OK # Expects negative results of bit-operations.
|
| 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.
|
|
|
| -# Partially implemented redirecting constructors makes this throw instead
|
| -# of failing.
|
| -const_factory_negative_test: Crash, Fail
|
| +const_factory_with_body_test/01: Fail # Issue 13028
|
|
|
| assign_top_method_test: Fail
|
| null_test/none: Fail # Issue 12482
|
| @@ -343,6 +337,7 @@ 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
|
|
|