| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 constructor_redirect2_test/03: Fail | 331 constructor_redirect2_test/03: Fail |
| 332 constructor_initializer_test: Fail # VM issue | 332 constructor_initializer_test: Fail # VM issue |
| 333 factory2_test: Fail | 333 factory2_test: Fail |
| 334 factory3_test: Fail | 334 factory3_test: Fail |
| 335 factory5_test/none: Fail | 335 factory5_test/none: Fail |
| 336 factory5_test/00: Fail | 336 factory5_test/00: Fail |
| 337 factory_implementation_test/00: Fail | |
| 338 type_checks_in_factory_method_test: Fail | 337 type_checks_in_factory_method_test: Fail |
| 339 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | 338 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented |
| 340 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted | 339 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted |
| 341 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | 340 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented |
| 342 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | 341 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented |
| 343 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 342 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
| 344 | 343 |
| 345 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. | 344 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. |
| 346 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. | 345 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. |
| 347 | 346 |
| (...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 | 818 |
| 820 | 819 |
| 821 [ $arch == simarm ] | 820 [ $arch == simarm ] |
| 822 *: Skip | 821 *: Skip |
| 823 | 822 |
| 824 [ $arch == mips ] | 823 [ $arch == mips ] |
| 825 *: Skip | 824 *: Skip |
| 826 | 825 |
| 827 [ $arch == simmips ] | 826 [ $arch == simmips ] |
| 828 *: Skip | 827 *: Skip |
| OLD | NEW |