| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 pseudo_kw_illegal_test/14: Fail | 187 pseudo_kw_illegal_test/14: Fail |
| 188 pseudo_kw_illegal_test/15: Fail | 188 pseudo_kw_illegal_test/15: Fail |
| 189 pseudo_kw_illegal_test/16: Fail | 189 pseudo_kw_illegal_test/16: Fail |
| 190 pseudo_kw_test: Fail | 190 pseudo_kw_test: Fail |
| 191 # external keyword is not yet supported by dart2js/dart2dart. | 191 # external keyword is not yet supported by dart2js/dart2dart. |
| 192 external_test/*: Skip | 192 external_test/*: Skip |
| 193 # Call operator is not supported by DartVM (see suppression above.) | 193 # Call operator is not supported by DartVM (see suppression above.) |
| 194 call_operator_test: Fail | 194 call_operator_test: Fail |
| 195 # dart2js frontend doesn't even analyse problematic classes. | 195 # dart2js frontend doesn't even analyse problematic classes. |
| 196 class_extends_negative_test: Fail | 196 class_extends_negative_test: Fail |
| 197 compile_time_constant8_test: Fail | |
| 198 ct_const_test: Fail | |
| 199 list_literal1_negative_test: Fail | |
| 200 list_literal2_negative_test: Fail | |
| 201 list_literal4_test: Fail | |
| 202 duplicate_implements_test/01: Fail | 197 duplicate_implements_test/01: Fail |
| 203 duplicate_implements_test/02: Fail | 198 duplicate_implements_test/02: Fail |
| 204 duplicate_implements_test/03: Fail | 199 duplicate_implements_test/03: Fail |
| 205 duplicate_implements_test/04: Fail | 200 duplicate_implements_test/04: Fail |
| 206 empty_body_member_negative_test: Fail | 201 empty_body_member_negative_test: Fail |
| 207 field2_negative_test: Fail | 202 field2_negative_test: Fail |
| 208 field4_negative_test: Fail | 203 field4_negative_test: Fail |
| 209 field5_negative_test: Fail | 204 field5_negative_test: Fail |
| 210 field6a_negative_test: Fail | 205 field6a_negative_test: Fail |
| 211 field7a_negative_test: Fail | 206 field7a_negative_test: Fail |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 field_override_test/02: Fail | 252 field_override_test/02: Fail |
| 258 field_override_test/none: Fail | 253 field_override_test/none: Fail |
| 259 gc_test: Fail | 254 gc_test: Fail |
| 260 super_closure_test: Fail | 255 super_closure_test: Fail |
| 261 super_field_access_test: Fail | 256 super_field_access_test: Fail |
| 262 super_first_constructor_test: Fail | 257 super_first_constructor_test: Fail |
| 263 # VM specific tests. | 258 # VM specific tests. |
| 264 disable_privacy_test: Fail, Ok | 259 disable_privacy_test: Fail, Ok |
| 265 # This test hard codes name of file being run and precise position. | 260 # This test hard codes name of file being run and precise position. |
| 266 generic_test: Fail, Ok | 261 generic_test: Fail, Ok |
| OLD | NEW |