Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| =================================================================== |
| --- tests/language/language_dart2js.status (revision 12037) |
| +++ tests/language/language_dart2js.status (working copy) |
| @@ -9,8 +9,6 @@ |
| [ $compiler == dart2js && $checked ] |
| assert_with_type_test_or_cast_test: Fail # Issue 4929 |
| -assign_static_type_test/01: Fail |
| -assign_static_type_test/02: Fail |
| type_variable_bounds_test/01: Fail |
| type_variable_bounds_test/02: Fail |
| type_variable_bounds_test/04: Fail |
| @@ -42,6 +40,7 @@ |
| [ $compiler == dart2js && $unchecked ] |
| assertion_test: Fail |
| +static_initializer_type_error_test: Fail, Ok |
|
kasperl
2012/09/10 13:34:13
Is it really OK to fail this test? Could the test
|
| [ $compiler == dart2js ] |
| infinity_test: Fail # Issue 4984 |
| @@ -70,7 +69,6 @@ |
| # Crash infinite loop on Mac and dart2js checked mode on linux. |
| function_type_alias6_test: Crash, Fail |
| -static_initializer_type_error_test: Fail # Checked mode not supported. |
| # Compilation errors. |
| const_var_test: Fail # Map literals take 2 type arguments. |