| 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 compile_time_constant_h_test: Fail | |
| 332 constructor_redirect2_test/03: Fail | 331 constructor_redirect2_test/03: Fail |
| 333 constructor_initializer_test: Fail # VM issue | 332 constructor_initializer_test: Fail # VM issue |
| 334 factory_implementation_test/none: Fail | |
| 335 factory_implementation_test/00:Fail | |
| 336 factory2_test: Fail | 333 factory2_test: Fail |
| 337 factory3_test: Fail | 334 factory3_test: Fail |
| 338 factory5_test/none: Fail | 335 factory5_test/none: Fail |
| 339 factory5_test/00: Fail | 336 factory5_test/00: Fail |
| 340 factory_implementation_test/00: Fail | 337 factory_implementation_test/00: Fail |
| 341 type_checks_in_factory_method_test: Fail | 338 type_checks_in_factory_method_test: Fail |
| 342 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | 339 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented |
| 343 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted | 340 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted |
| 344 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | 341 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented |
| 345 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | 342 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 | 819 |
| 823 | 820 |
| 824 [ $arch == simarm ] | 821 [ $arch == simarm ] |
| 825 *: Skip | 822 *: Skip |
| 826 | 823 |
| 827 [ $arch == mips ] | 824 [ $arch == mips ] |
| 828 *: Skip | 825 *: Skip |
| 829 | 826 |
| 830 [ $arch == simmips ] | 827 [ $arch == simmips ] |
| 831 *: Skip | 828 *: Skip |
| OLD | NEW |