| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 | 305 |
| 306 | 306 |
| 307 [ $arch == simarm ] | 307 [ $arch == simarm ] |
| 308 *: Skip | 308 *: Skip |
| 309 | 309 |
| 310 [ $arch == arm ] | 310 [ $arch == arm ] |
| 311 *: Skip | 311 *: Skip |
| 312 | 312 |
| 313 [ $compiler == dart2dart ] | 313 [ $compiler == dart2dart ] |
| 314 built_in_identifier_prefix_test: Fail # Inherited from dart2js. | 314 built_in_identifier_prefix_test: Fail # Inherited from dart2js. |
| 315 factory_redirection2_test/01: Fail # Inherited from dart2js. | |
| 316 const_factory_redirection_test: Fail # http://dartbug.com/6894 | 315 const_factory_redirection_test: Fail # http://dartbug.com/6894 |
| 317 compile_time_constant_h_test: Fail | 316 compile_time_constant_h_test: Fail |
| 318 constructor_redirect2_test/03: Fail | 317 constructor_redirect2_test/03: Fail |
| 319 factory_implementation_test/none: Fail | 318 factory_implementation_test/none: Fail |
| 320 factory_implementation_test/00:Fail | 319 factory_implementation_test/00:Fail |
| 321 factory2_test: Fail | 320 factory2_test: Fail |
| 322 factory3_test: Fail | 321 factory3_test: Fail |
| 323 factory5_test/none: Fail | 322 factory5_test/none: Fail |
| 324 factory5_test/00: Fail | 323 factory5_test/00: Fail |
| 325 factory_implementation_test/00: Fail | 324 factory_implementation_test/00: Fail |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 | 520 |
| 522 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 521 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 523 | 522 |
| 524 # This is a VM error when the compiled code is run. | 523 # This is a VM error when the compiled code is run. |
| 525 invocation_mirror_test: Fail # issue 3326, 3622. | 524 invocation_mirror_test: Fail # issue 3326, 3622. |
| 526 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 525 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| 527 | 526 |
| 528 [ $compiler == dart2dart && $minified ] | 527 [ $compiler == dart2dart && $minified ] |
| 529 import_core_prefix_test: Pass | 528 import_core_prefix_test: Pass |
| 530 prefix22_test: Pass | 529 prefix22_test: Pass |
| OLD | NEW |