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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 export_cyclic_test: Fail, Crash # issue 6060 | 51 export_cyclic_test: Fail, Crash # issue 6060 |
52 duplicate_export_negative_test: Fail # issue 6134 | 52 duplicate_export_negative_test: Fail # issue 6134 |
53 type_annotation_test/04: Fail # Issue 6970 | 53 type_annotation_test/04: Fail # Issue 6970 |
54 type_annotation_test/06: Fail # Issue 6973 | 54 type_annotation_test/06: Fail # Issue 6973 |
55 type_annotation_test/09: Fail # Issue 6973 | 55 type_annotation_test/09: Fail # Issue 6973 |
56 | 56 |
57 type_parameter_literal_test: Fail # Issue 7551 | 57 type_parameter_literal_test: Fail # Issue 7551 |
58 | 58 |
59 on_catch_malformed_type_test: Fail # Issue 8601 | 59 on_catch_malformed_type_test: Fail # Issue 8601 |
60 | 60 |
61 mixin_illegal_syntax_test/none: Fail | 61 mixin_mixin_test: Fail |
62 mixin_type_parameters_mixin_test: Fail | |
63 mixin_type_parameters_super_test: Fail | |
64 mixin_type_parameters_super_extends_test: Fail | |
65 mixin_lib_extends_field_test: Fail | 62 mixin_lib_extends_field_test: Fail |
66 | 63 |
67 type_variable_field_initializer_closure_test: Crash # issue 8847 | 64 type_variable_field_initializer_closure_test: Crash # issue 8847 |
68 | 65 |
69 super_getter_setter_test: Fail # Issue 8917 | 66 super_getter_setter_test: Fail # Issue 8917 |
70 super_operator_index7_test: Fail # Issue 8918 | 67 super_operator_index7_test: Fail # Issue 8918 |
71 | 68 |
72 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] | 69 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] |
73 gc_test: Skip # Issue 1487, flaky. | 70 gc_test: Skip # Issue 1487, flaky. |
74 | 71 |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | 348 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented |
352 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | 349 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented |
353 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 350 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
354 | 351 |
355 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. |
356 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. |
357 | 354 |
358 on_catch_malformed_type_test: Fail # Issue 8601 | 355 on_catch_malformed_type_test: Fail # Issue 8601 |
359 | 356 |
360 # Mixins fail on the VM. | 357 # Mixins fail on the VM. |
361 mixin_illegal_syntax_test/none: Fail # VM issue | 358 mixin_mixin_test: Fail # VM issue |
362 mixin_illegal_constructor_test/none: Fail # VM issue | 359 mixin_illegal_constructor_test/none: Fail # VM issue |
363 mixin_type_parameters_mixin_test: Fail # VM issue | 360 |
364 mixin_type_parameters_super_test: Fail # VM issue | |
365 mixin_type_parameters_super_extends_test: Fail # VM issue | |
366 | 361 |
367 # Malformed types not handled as unresolved: | 362 # Malformed types not handled as unresolved: |
368 import_core_prefix_test: Fail | 363 import_core_prefix_test: Fail |
369 prefix16_test: Fail | 364 prefix16_test: Fail |
370 prefix22_test: Fail | 365 prefix22_test: Fail |
371 type_annotation_test/04: Fail | 366 type_annotation_test/04: Fail |
372 type_annotation_test/06: Fail | 367 type_annotation_test/06: Fail |
373 | 368 |
374 # Calling unresolved class constructor: | 369 # Calling unresolved class constructor: |
375 call_nonexistent_constructor_test: Fail | 370 call_nonexistent_constructor_test: Fail |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 *: Skip | 551 *: Skip |
557 | 552 |
558 [ $arch == simarm ] | 553 [ $arch == simarm ] |
559 *: Skip | 554 *: Skip |
560 | 555 |
561 [ $arch == mips ] | 556 [ $arch == mips ] |
562 *: Skip | 557 *: Skip |
563 | 558 |
564 [ $arch == simmips ] | 559 [ $arch == simmips ] |
565 *: Skip | 560 *: Skip |
OLD | NEW |