Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 178 pseudo_kw_illegal_test/10: Fail | 178 pseudo_kw_illegal_test/10: Fail |
| 179 pseudo_kw_illegal_test/11: Fail | 179 pseudo_kw_illegal_test/11: Fail |
| 180 pseudo_kw_illegal_test/12: Fail | 180 pseudo_kw_illegal_test/12: Fail |
| 181 pseudo_kw_illegal_test/13: Fail | 181 pseudo_kw_illegal_test/13: Fail |
| 182 pseudo_kw_illegal_test/14: Fail | 182 pseudo_kw_illegal_test/14: Fail |
| 183 pseudo_kw_illegal_test/15: Fail | 183 pseudo_kw_illegal_test/15: Fail |
| 184 pseudo_kw_illegal_test/16: Fail | 184 pseudo_kw_illegal_test/16: Fail |
| 185 pseudo_kw_test: Fail | 185 pseudo_kw_test: Fail |
| 186 # external keyword is not yet supported by dart2js/dart2dart. | 186 # external keyword is not yet supported by dart2js/dart2dart. |
| 187 external_test/*: Skip | 187 external_test/*: Skip |
| 188 # Final top-level field declarations without initializer do not lead to errors i n dart2js frontend. | |
|
ahe
2012/08/21 15:55:18
Hmm. I think the Dart VM is handling this error fo
Anton Muhin
2012/08/21 18:27:30
Before your change, F1/F3 were not even analyzed a
ahe
2012/08/21 18:54:21
I know. I just think it is unfortunate that dart2d
| |
| 189 final_syntax_test/03: Fail | |
| 190 final_syntax_test/04: Fail | |
| 191 # Call operator is not supported by DartVM (see suppression above.) | 188 # Call operator is not supported by DartVM (see suppression above.) |
| 192 call_operator_test: Fail | 189 call_operator_test: Fail |
| 193 # dart2js frontend doesn't even analyse problematic classes. | 190 # dart2js frontend doesn't even analyse problematic classes. |
| 194 class_extends_negative_test: Fail | 191 class_extends_negative_test: Fail |
| 195 duplicate_implements_test/01: Fail | 192 duplicate_implements_test/01: Fail |
| 196 duplicate_implements_test/02: Fail | 193 duplicate_implements_test/02: Fail |
| 197 duplicate_implements_test/03: Fail | 194 duplicate_implements_test/03: Fail |
| 198 duplicate_implements_test/04: Fail | 195 duplicate_implements_test/04: Fail |
| 199 empty_body_member_negative_test: Fail | 196 empty_body_member_negative_test: Fail |
| 200 field2_negative_test: Fail | 197 field2_negative_test: Fail |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 248 field_override_test/02: Fail | 245 field_override_test/02: Fail |
| 249 field_override_test/none: Fail | 246 field_override_test/none: Fail |
| 250 gc_test: Fail | 247 gc_test: Fail |
| 251 super_closure_test: Fail | 248 super_closure_test: Fail |
| 252 super_field_access_test: Fail | 249 super_field_access_test: Fail |
| 253 super_first_constructor_test: Fail | 250 super_first_constructor_test: Fail |
| 254 # VM specific tests. | 251 # VM specific tests. |
| 255 disable_privacy_test: Fail, Ok | 252 disable_privacy_test: Fail, Ok |
| 256 # This test hard codes name of file being run and precise position. | 253 # This test hard codes name of file being run and precise position. |
| 257 generic_test: Fail, Ok | 254 generic_test: Fail, Ok |
| OLD | NEW |