| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 *: Skip | 321 *: Skip |
| 322 | 322 |
| 323 [ $runtime == safari && ($system == linux || $system == windows) ] | 323 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 324 *: Skip | 324 *: Skip |
| 325 | 325 |
| 326 [ $browser ] | 326 [ $browser ] |
| 327 | 327 |
| 328 | 328 |
| 329 [ $compiler == dart2dart ] | 329 [ $compiler == dart2dart ] |
| 330 built_in_identifier_prefix_test: Fail # Inherited from dart2js. | 330 built_in_identifier_prefix_test: Fail # Inherited from dart2js. |
| 331 const_factory_redirection_test: Fail # http://dartbug.com/6894 | |
| 332 compile_time_constant_h_test: Fail | 331 compile_time_constant_h_test: Fail |
| 333 constructor_redirect2_test/03: Fail | 332 constructor_redirect2_test/03: Fail |
| 334 constructor_initializer_test: Fail # VM issue | 333 constructor_initializer_test: Fail # VM issue |
| 335 factory_implementation_test/none: Fail | 334 factory_implementation_test/none: Fail |
| 336 factory_implementation_test/00:Fail | 335 factory_implementation_test/00:Fail |
| 337 factory2_test: Fail | 336 factory2_test: Fail |
| 338 factory3_test: Fail | 337 factory3_test: Fail |
| 339 factory5_test/none: Fail | 338 factory5_test/none: Fail |
| 340 factory5_test/00: Fail | 339 factory5_test/00: Fail |
| 341 factory_implementation_test/00: Fail | 340 factory_implementation_test/00: Fail |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 | 822 |
| 824 | 823 |
| 825 [ $arch == simarm ] | 824 [ $arch == simarm ] |
| 826 *: Skip | 825 *: Skip |
| 827 | 826 |
| 828 [ $arch == mips ] | 827 [ $arch == mips ] |
| 829 *: Skip | 828 *: Skip |
| 830 | 829 |
| 831 [ $arch == simmips ] | 830 [ $arch == simmips ] |
| 832 *: Skip | 831 *: Skip |
| OLD | NEW |