Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
| index 0fdceb05746e95a6cf380e076e98db034aac6674..41ee01cea8e411756fd1f3deab6f33024b44a26d 100644 |
| --- a/tests/language/language_dart2js.status |
| +++ b/tests/language/language_dart2js.status |
| @@ -44,6 +44,13 @@ arithmetic_test: Fail |
| assertion_test: Fail |
| [ $compiler == dart2js ] |
| +class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore. |
|
ahe
2012/09/07 12:18:53
Fail, OK
|
| +class_literal_test/04: Fail # Calling a nonexistent static is not a compile time error anymore. |
| +class_literal_test/08: Fail # Calling a nonexistent static is not a compile time error anymore. |
| +class_literal_test/09: Fail # Calling a nonexistent static is not a compile time error anymore. |
| +class_literal_test/15: Fail # Calling a nonexistent static is not a compile time error anymore. |
| +class_literal_test/16: Fail # Calling a nonexistent static is not a compile time error anymore. |
| + |
| getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax. |
| function_type_this_parameter_test: Crash # Issue 4417. |