Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| =================================================================== |
| --- tests/language/language_dart2js.status (revision 10523) |
| +++ tests/language/language_dart2js.status (working copy) |
| @@ -263,6 +263,7 @@ |
| call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError' |
| call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError' |
| double_to_string_as_fixed_test: Fail |
| +naming_test: Fail |
|
Emily Fortuna
2012/08/10 22:02:08
Did you File an issue about this/add a comment? I
hausner
2012/08/10 22:10:38
Thanks for filing this. I added a comment to the b
|
| [ $compiler == dart2js && $runtime == ie ] |
| @@ -296,3 +297,5 @@ |
| method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| +naming_test: Fail |
| + |