| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 70773a8f2223ca37dda5def60815cfb4f34b4b1b..fb15541c84b7256c1ff167a642fa9e47078e88f7 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -156,9 +156,6 @@ const_factory_negative_test: Fail, OK # Negative language test.
|
| const_field_negative_test: Fail, OK # Negative language test.
|
| const_init4_negative_test: Fail, OK # Negative language test.
|
| const_init_negative_test: Fail, OK # Negative language test.
|
| -const_syntax_test/01: Fail, OK # Negative language test.
|
| -const_syntax_test/02: Fail, OK # Negative language test.
|
| -const_syntax_test/03: Fail, OK # Negative language test.
|
| constructor2_negative_test: Fail, OK # Negative language test.
|
| constructor_duplicate_initializers_test/02: Fail, OK # Negative language test.
|
| constructor_negative_test: Pass # For the wrong reason.
|
| @@ -239,8 +236,10 @@ numbers_test: Fail, OK # (unintended?) VM specific test.
|
|
|
| final_syntax_test/01: Fail
|
| final_syntax_test/02: Fail
|
| -final_syntax_test/03: Fail
|
| -final_syntax_test/04: Fail
|
| +final_syntax_test/03: Fail, OK
|
| +final_syntax_test/04: Fail, OK
|
| +const_syntax_test/03: Fail, OK
|
| +const_syntax_test/04: Fail, OK
|
|
|
| div_by_zero_test: Fail, OK # Leg only has doubles.
|
| bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
|
|
|