| 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 [ $browser ] | 316 [ $browser ] |
| 317 | 317 |
| 318 | 318 |
| 319 [ $arch == simarm ] | 319 [ $arch == simarm ] |
| 320 *: Skip | 320 *: Skip |
| 321 | 321 |
| 322 [ $arch == arm ] | 322 [ $arch == arm ] |
| 323 *: Skip | 323 *: Skip |
| 324 | 324 |
| 325 [ $compiler == dart2dart ] | 325 [ $compiler == dart2dart ] |
| 326 class_cycle_test/02: Fail # Issue 7468 inherited from dart2js. | |
| 327 class_cycle_test/03: Fail # Issue 7468 inherited from dart2js. | |
| 328 built_in_identifier_prefix_test: Fail # Inherited from dart2js. | 326 built_in_identifier_prefix_test: Fail # Inherited from dart2js. |
| 329 const_factory_redirection_test: Fail # http://dartbug.com/6894 | 327 const_factory_redirection_test: Fail # http://dartbug.com/6894 |
| 330 compile_time_constant_h_test: Fail | 328 compile_time_constant_h_test: Fail |
| 331 constructor_redirect2_test/03: Fail | 329 constructor_redirect2_test/03: Fail |
| 332 factory_implementation_test/none: Fail | 330 factory_implementation_test/none: Fail |
| 333 factory_implementation_test/00:Fail | 331 factory_implementation_test/00:Fail |
| 334 factory2_test: Fail | 332 factory2_test: Fail |
| 335 factory3_test: Fail | 333 factory3_test: Fail |
| 336 factory5_test/none: Fail | 334 factory5_test/none: Fail |
| 337 factory5_test/00: Fail | 335 factory5_test/00: Fail |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 | 531 |
| 534 [ $compiler == dart2dart && $minified ] | 532 [ $compiler == dart2dart && $minified ] |
| 535 # TODO(tball): Assign proper bug numbers. | 533 # TODO(tball): Assign proper bug numbers. |
| 536 class_literal_test/none: Fail | 534 class_literal_test/none: Fail |
| 537 | 535 |
| 538 import_core_prefix_test: Pass | 536 import_core_prefix_test: Pass |
| 539 prefix22_test: Pass | 537 prefix22_test: Pass |
| 540 invocation_mirror_test: Fail, OK # hardcoded names. | 538 invocation_mirror_test: Fail, OK # hardcoded names. |
| 541 invocation_mirror2_test: Fail, OK # hardcoded names. | 539 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 542 super_call4_test: Fail, OK # hardcoded names. | 540 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |