| 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 built_in_identifier_prefix_test: Fail # Issue 6970 | 9 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 10 | 10 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 override_inheritance_mixed_test/08: Fail # Issue 18124 | 46 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 47 override_inheritance_mixed_test/09: Fail # Issue 18124 | 47 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 48 | 48 |
| 49 [ $compiler == none || $compiler == dart2dart] | 49 [ $compiler == none || $compiler == dart2dart] |
| 50 # Non-contractive types are not supported in the vm. | 50 # Non-contractive types are not supported in the vm. |
| 51 cyclic_type_test/02: Fail, OK | 51 cyclic_type_test/02: Fail, OK |
| 52 cyclic_type_test/04: Fail, OK | 52 cyclic_type_test/04: Fail, OK |
| 53 cyclic_type2_test: Fail, OK | 53 cyclic_type2_test: Fail, OK |
| 54 least_upper_bound_expansive_test/*: Fail, OK | 54 least_upper_bound_expansive_test/*: Fail, OK |
| 55 | 55 |
| 56 compile_time_constant12_test: Fail # Issue 21000 |
| 57 |
| 58 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] |
| 56 compile_time_constant_c_test/01: Fail # Issue 21000 | 59 compile_time_constant_c_test/01: Fail # Issue 21000 |
| 57 compile_time_constant12_test: Fail # Issue 21000 | |
| 58 | 60 |
| 59 [ $compiler == none && $runtime == vm ] | 61 [ $compiler == none && $runtime == vm ] |
| 60 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 62 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 61 unicode_bom_test: Fail # Issue 16067 | 63 unicode_bom_test: Fail # Issue 16067 |
| 62 | 64 |
| 63 [ $compiler == none && $checked ] | 65 [ $compiler == none && $checked ] |
| 64 type_variable_bounds4_test/01: Fail # Issue 14006 | 66 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 65 | 67 |
| 66 [ $compiler == none ] | 68 [ $compiler == none ] |
| 67 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 | 69 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 | 113 |
| 112 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 114 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 113 large_class_declaration_test: Skip # Times out. Issue 20352 | 115 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 114 | 116 |
| 115 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 117 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 116 gc_test: Skip # Times out flakily. Issue 20956 | 118 gc_test: Skip # Times out flakily. Issue 20956 |
| 117 | 119 |
| 118 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] | 120 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] |
| 119 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 121 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 120 | 122 |
| OLD | NEW |