Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| =================================================================== |
| --- tests/language/language_dart2js.status (revision 7745) |
| +++ tests/language/language_dart2js.status (working copy) |
| @@ -185,7 +185,7 @@ |
| setter_declaration_negative_test: Fail, OK # Negative language test. |
| static_field1_run_negative_test: Fail, OK # Negative language test. |
| static_field2_run_negative_test: Fail, OK # Negative language test. |
| -static_final_field2_negative_test: Fail, OK # Negative language test. |
| +static_final_field2_negative_test: Fail, OK # Negative language test.too |
| static_final_field_negative_test: Fail, OK # Negative language test. |
| static_top_level_test/00: Fail, OK # Negative language test. |
| static_top_level_test/01: Fail, OK # Negative language test. |
| @@ -209,6 +209,10 @@ |
| disable_privacy_test: Fail, OK # VM specific test. |
| 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 |
|
Lasse Reichstein Nielsen
2012/05/21 04:49:08
For 03 and 04, the test is:
Expect.equals(42, F0
|
| div_by_zero_test: Fail, OK # Leg only has doubles. |
| bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| @@ -221,8 +225,6 @@ |
| list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-10-31. |
| -final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| - |
| [ $compiler == dart2js && $mode == release ] |
| assign_top_method_negative_test: Crash |