| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 compile_time_constant_checked3_test/06: Fail, OK | 91 compile_time_constant_checked3_test/06: Fail, OK |
| 92 | 92 |
| 93 [ $compiler == dartc ] | 93 [ $compiler == dartc ] |
| 94 class_literal_test/none : Fail # Issue 7630. | 94 class_literal_test/none : Fail # Issue 7630. |
| 95 import_private_test/01: Fail # Issue 8365. | 95 import_private_test/01: Fail # Issue 8365. |
| 96 | 96 |
| 97 # test issue 7749 | 97 # test issue 7749 |
| 98 list_literal1_negative_test: Fail | 98 list_literal1_negative_test: Fail |
| 99 map_literal1_negative_test: Fail | 99 map_literal1_negative_test: Fail |
| 100 | 100 |
| 101 mixin_type_parameters_errors_test/03: Fail |
| 102 mixin_type_parameters_errors_test/04: Fail |
| 101 | 103 |
| 102 # test issue 8129 | 104 # test issue 8129 |
| 103 redirecting_factory_infinite_steps_test/01: Fail | 105 redirecting_factory_infinite_steps_test/01: Fail |
| 104 | 106 |
| 105 | 107 |
| 106 library_juxtaposition_test: Fail # Issue 6881 | 108 library_juxtaposition_test: Fail # Issue 6881 |
| 107 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. | 109 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. |
| 108 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 | 110 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 |
| 109 metadata_test: Fail | 111 metadata_test: Fail |
| 110 const_locals_test: Fail | 112 const_locals_test: Fail |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted | 349 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted |
| 348 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | 350 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented |
| 349 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | 351 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented |
| 350 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 352 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
| 351 | 353 |
| 352 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. | 354 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. |
| 353 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. | 355 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. |
| 354 | 356 |
| 355 on_catch_malformed_type_test: Fail # Issue 8601 | 357 on_catch_malformed_type_test: Fail # Issue 8601 |
| 356 | 358 |
| 359 # False positive compile-time error is masking expected compile-time error |
| 360 mixin_type_parameters_errors_test/*: Skip |
| 361 |
| 357 # Mixins fail on the VM. | 362 # Mixins fail on the VM. |
| 358 mixin_mixin_test: Fail # VM issue | 363 mixin_mixin_test: Fail # VM issue |
| 359 mixin_illegal_constructor_test/none: Fail # VM issue | 364 mixin_illegal_constructor_test/none: Fail # VM issue |
| 360 | 365 |
| 361 | 366 |
| 362 # Malformed types not handled as unresolved: | 367 # Malformed types not handled as unresolved: |
| 363 import_core_prefix_test: Fail | 368 import_core_prefix_test: Fail |
| 364 prefix16_test: Fail | 369 prefix16_test: Fail |
| 365 prefix22_test: Fail | 370 prefix22_test: Fail |
| 366 type_annotation_test/04: Fail | 371 type_annotation_test/04: Fail |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 *: Skip | 556 *: Skip |
| 552 | 557 |
| 553 [ $arch == simarm ] | 558 [ $arch == simarm ] |
| 554 *: Skip | 559 *: Skip |
| 555 | 560 |
| 556 [ $arch == mips ] | 561 [ $arch == mips ] |
| 557 *: Skip | 562 *: Skip |
| 558 | 563 |
| 559 [ $arch == simmips ] | 564 [ $arch == simmips ] |
| 560 *: Skip | 565 *: Skip |
| OLD | NEW |