| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 type_parameter_test/04: Fail, OK | 203 type_parameter_test/04: Fail, OK |
| 204 type_variable_scope2_test: Fail, OK | 204 type_variable_scope2_test: Fail, OK |
| 205 | 205 |
| 206 # test issue 5333 | 206 # test issue 5333 |
| 207 named_constructor_test: Fail, OK | 207 named_constructor_test: Fail, OK |
| 208 naming_test: Fail, OK | 208 naming_test: Fail, OK |
| 209 | 209 |
| 210 # test issue 5337 | 210 # test issue 5337 |
| 211 bad_constructor_test/05: Fail, OK | 211 bad_constructor_test/05: Fail, OK |
| 212 | 212 |
| 213 # test issue 5529 |
| 214 abstract_factory_constructor_test/none: Fail, OK |
| 215 abstract_syntax_test/none: Fail, OK |
| 216 interface_test/none: Fail, OK |
| 213 | 217 |
| 214 | 218 |
| 215 # | 219 # |
| 216 # Add new dartc annotations above in alphabetical order | 220 # Add new dartc annotations above in alphabetical order |
| 217 # | 221 # |
| 218 | 222 |
| 219 # VM specific tests that should not be run by DartC. | 223 # VM specific tests that should not be run by DartC. |
| 220 *vm_test: Skip | 224 *vm_test: Skip |
| 221 *vm_negative_test: Skip | 225 *vm_negative_test: Skip |
| 222 | 226 |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 compile_time_constant_checked2_test/05: Fail, OK | 405 compile_time_constant_checked2_test/05: Fail, OK |
| 402 compile_time_constant_checked2_test/06: Fail, OK | 406 compile_time_constant_checked2_test/06: Fail, OK |
| 403 compile_time_constant_checked3_test/01: Fail, OK | 407 compile_time_constant_checked3_test/01: Fail, OK |
| 404 compile_time_constant_checked3_test/02: Fail, OK | 408 compile_time_constant_checked3_test/02: Fail, OK |
| 405 compile_time_constant_checked3_test/03: Fail, OK | 409 compile_time_constant_checked3_test/03: Fail, OK |
| 406 compile_time_constant_checked3_test/04: Fail, OK | 410 compile_time_constant_checked3_test/04: Fail, OK |
| 407 compile_time_constant_checked3_test/05: Fail, OK | 411 compile_time_constant_checked3_test/05: Fail, OK |
| 408 compile_time_constant_checked3_test/06: Fail, OK | 412 compile_time_constant_checked3_test/06: Fail, OK |
| 409 | 413 |
| 410 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 414 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |