| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 [ $runtime == safari && ($system == linux || $system == windows) ] | 325 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 326 *: Skip | 326 *: Skip |
| 327 | 327 |
| 328 [ $browser ] | 328 [ $browser ] |
| 329 | 329 |
| 330 | 330 |
| 331 [ $compiler == dart2dart ] | 331 [ $compiler == dart2dart ] |
| 332 built_in_identifier_prefix_test: Fail # Inherited from dart2js. | 332 built_in_identifier_prefix_test: Fail # Inherited from dart2js. |
| 333 constructor_redirect2_test/03: Fail | 333 constructor_redirect2_test/03: Fail |
| 334 constructor_initializer_test: Fail # VM issue | 334 constructor_initializer_test: Fail # VM issue |
| 335 factory2_test: Fail | |
| 336 factory3_test: Fail | 335 factory3_test: Fail |
| 337 factory5_test/none: Fail | |
| 338 factory5_test/00: Fail | |
| 339 type_checks_in_factory_method_test: Fail | 336 type_checks_in_factory_method_test: Fail |
| 340 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | |
| 341 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted | |
| 342 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | |
| 343 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | |
| 344 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | |
| 345 | 337 |
| 346 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. | 338 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. |
| 347 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. | 339 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. |
| 348 | 340 |
| 349 on_catch_malformed_type_test: Fail # Issue 8601 | 341 on_catch_malformed_type_test: Fail # Issue 8601 |
| 350 | 342 |
| 351 # False positive compile-time error is masking expected compile-time error | 343 # False positive compile-time error is masking expected compile-time error |
| 352 mixin_type_parameters_errors_test/*: Skip | 344 mixin_type_parameters_errors_test/*: Skip |
| 353 | 345 |
| 354 # Mixins fail on the VM. | 346 # Mixins fail on the VM. |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 | 805 |
| 814 | 806 |
| 815 [ $arch == simarm ] | 807 [ $arch == simarm ] |
| 816 *: Skip | 808 *: Skip |
| 817 | 809 |
| 818 [ $arch == mips ] | 810 [ $arch == mips ] |
| 819 *: Skip | 811 *: Skip |
| 820 | 812 |
| 821 [ $arch == simmips ] | 813 [ $arch == simmips ] |
| 822 *: Skip | 814 *: Skip |
| OLD | NEW |