| 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 [ $compiler == none ] | 8 [ $compiler == none ] |
| 9 mixin_super_constructor_named_test: Fail # Issue 12631 | 9 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 compile_time_constant_checked3_test/02: Fail, OK | 74 compile_time_constant_checked3_test/02: Fail, OK |
| 75 compile_time_constant_checked3_test/03: Fail, OK | 75 compile_time_constant_checked3_test/03: Fail, OK |
| 76 compile_time_constant_checked3_test/04: Fail, OK | 76 compile_time_constant_checked3_test/04: Fail, OK |
| 77 compile_time_constant_checked3_test/05: Fail, OK | 77 compile_time_constant_checked3_test/05: Fail, OK |
| 78 compile_time_constant_checked3_test/06: Fail, OK | 78 compile_time_constant_checked3_test/06: Fail, OK |
| 79 type_check_const_function_typedef2_test/00: Fail, OK | 79 type_check_const_function_typedef2_test/00: Fail, OK |
| 80 malformed2_test/01: Fail, OK | 80 malformed2_test/01: Fail, OK |
| 81 | 81 |
| 82 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no
ne) ] | 82 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no
ne) ] |
| 83 dynamic_prefix_core_test/01: Fail # Issue 12478 | 83 dynamic_prefix_core_test/01: Fail # Issue 12478 |
| 84 call_closurization_test: Fail # Issue 17473 | |
| 85 | 84 |
| 86 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
) ] | 85 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
) ] |
| 87 dynamic_prefix_core_test/none: Fail # Issue 12478 | 86 dynamic_prefix_core_test/none: Fail # Issue 12478 |
| 88 export_ambiguous_main_negative_test: Fail # Issue 14763 | 87 export_ambiguous_main_negative_test: Fail # Issue 14763 |
| 89 | 88 |
| 90 [ $compiler == none && $runtime == drt ] | 89 [ $compiler == none && $runtime == drt ] |
| 91 mixin_illegal_object_test/01: pass # Issue 10952. | 90 mixin_illegal_object_test/01: pass # Issue 10952. |
| 92 mixin_illegal_object_test/02: pass # Issue 10952. | 91 mixin_illegal_object_test/02: pass # Issue 10952. |
| 93 | 92 |
| 94 [ $compiler == dart2js && $runtime == ie9 ] | 93 [ $compiler == dart2js && $runtime == ie9 ] |
| (...skipping 19 matching lines...) Expand all Loading... |
| 114 issue13474_test: Pass, Fail # Issue 14651. | 113 issue13474_test: Pass, Fail # Issue 14651. |
| 115 | 114 |
| 116 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 115 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 117 typed_message_test: Crash, Fail # Issue 13921, 14400 | 116 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 118 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 117 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
| 119 override_inheritance_mixed_test/08: Fail # Issue 16137 | 118 override_inheritance_mixed_test/08: Fail # Issue 16137 |
| 120 override_inheritance_mixed_test/09: Fail # Issue 16137 | 119 override_inheritance_mixed_test/09: Fail # Issue 16137 |
| 121 | 120 |
| 122 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 121 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
| 123 generic_instanceof3_test: Pass, Crash # dartbug.com/17440 | 122 generic_instanceof3_test: Pass, Crash # dartbug.com/17440 |
| OLD | NEW |