| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 [ $browser ] | 338 [ $browser ] |
| 339 | 339 |
| 340 | 340 |
| 341 [ $compiler == dart2dart ] | 341 [ $compiler == dart2dart ] |
| 342 built_in_identifier_prefix_test: Fail # Inherited from dart2js. | 342 built_in_identifier_prefix_test: Fail # Inherited from dart2js. |
| 343 const_factory_redirection_test: Fail # http://dartbug.com/6894 | 343 const_factory_redirection_test: Fail # http://dartbug.com/6894 |
| 344 compile_time_constant_h_test: Fail | 344 compile_time_constant_h_test: Fail |
| 345 constructor_redirect2_test/03: Fail | 345 constructor_redirect2_test/03: Fail |
| 346 factory_implementation_test/none: Fail | 346 factory_implementation_test/none: Fail |
| 347 factory_implementation_test/00:Fail | 347 factory_implementation_test/00:Fail |
| 348 factory2_test: Fail | |
| 349 factory3_test: Fail | 348 factory3_test: Fail |
| 350 factory5_test/none: Fail | |
| 351 factory5_test/00: Fail | |
| 352 factory_implementation_test/00: Fail | 349 factory_implementation_test/00: Fail |
| 353 type_checks_in_factory_method_test: Fail | 350 type_checks_in_factory_method_test: Fail |
| 354 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | |
| 355 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted | |
| 356 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | |
| 357 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | |
| 358 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | |
| 359 | 351 |
| 360 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. | 352 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. |
| 361 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. | 353 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. |
| 362 | 354 |
| 363 # Mixins fail on the VM. | 355 # Mixins fail on the VM. |
| 364 mixin_field_test: Fail # VM issue | 356 mixin_field_test: Fail # VM issue |
| 365 mixin_is_test: Fail # VM issue | 357 mixin_is_test: Fail # VM issue |
| 366 mixin_method_test: Fail # VM issue | 358 mixin_method_test: Fail # VM issue |
| 367 mixin_naming_test: Fail # VM issue | 359 mixin_naming_test: Fail # VM issue |
| 368 mixin_extends_field_test: Fail # VM issue | 360 mixin_extends_field_test: Fail # VM issue |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 *: Skip | 571 *: Skip |
| 580 | 572 |
| 581 [ $arch == simarm ] | 573 [ $arch == simarm ] |
| 582 *: Skip | 574 *: Skip |
| 583 | 575 |
| 584 [ $arch == mips ] | 576 [ $arch == mips ] |
| 585 *: Skip | 577 *: Skip |
| 586 | 578 |
| 587 [ $arch == simmips ] | 579 [ $arch == simmips ] |
| 588 *: Skip | 580 *: Skip |
| OLD | NEW |