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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
6 constructor_duplicate_final_test/01: Fail # Issue 13363 | 6 constructor_duplicate_final_test/01: Fail # Issue 13363 |
7 constructor_duplicate_final_test/02: Fail # Issue 13363 | 7 constructor_duplicate_final_test/02: Fail # Issue 13363 |
8 override_inheritance_mixed_test/08: Fail # Issue 18124 | 8 override_inheritance_mixed_test/08: Fail # Issue 18124 |
9 override_inheritance_mixed_test/09: Fail # Issue 18124 | 9 override_inheritance_mixed_test/09: Fail # Issue 18124 |
10 bad_constructor_test/05: CompileTimeError # Issue 13669 | 10 bad_constructor_test/05: CompileTimeError # Issue 13669 |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 mixin_mixin4_test: Fail # Issue 12605 | 94 mixin_mixin4_test: Fail # Issue 12605 |
95 mixin_mixin5_test: Fail # Issue 12605 | 95 mixin_mixin5_test: Fail # Issue 12605 |
96 mixin_mixin6_test: Fail # Issue 12605 | 96 mixin_mixin6_test: Fail # Issue 12605 |
97 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 97 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
98 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 98 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
99 | 99 |
100 [ $compiler == dart2js ] | 100 [ $compiler == dart2js ] |
101 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js | 101 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js |
102 generic_field_mixin4_test: Crash # Issue 18651 | 102 generic_field_mixin4_test: Crash # Issue 18651 |
103 generic_field_mixin5_test: Crash # Issue 18651 | 103 generic_field_mixin5_test: Crash # Issue 18651 |
| 104 reify_typevar_static_test/00: Crash # Issue 21566 |
| 105 reify_typevar_static_test/01: MissingCompileTimeError # Issue 21566 |
104 | 106 |
105 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 107 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
106 type_variable_conflict2_test/02: Crash # Issue 16180 | 108 type_variable_conflict2_test/02: Crash # Issue 16180 |
107 type_variable_conflict2_test/06: Crash # Issue 16180 | 109 type_variable_conflict2_test/06: Crash # Issue 16180 |
108 type_variable_conflict2_test/08: Crash # Issue 16180 | 110 type_variable_conflict2_test/08: Crash # Issue 16180 |
109 type_variable_conflict2_test/10: Crash # Issue 16180 | 111 type_variable_conflict2_test/10: Crash # Issue 16180 |
110 | 112 |
111 branch_canonicalization_test: RuntimeError # Issue 638. | 113 branch_canonicalization_test: RuntimeError # Issue 638. |
112 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 114 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
113 integer_division_by_zero_test: RuntimeError # Issue 8301 | 115 integer_division_by_zero_test: RuntimeError # Issue 8301 |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 | 186 |
185 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] | 187 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] |
186 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 188 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
187 | 189 |
188 [ $compiler == dart2dart ] | 190 [ $compiler == dart2dart ] |
189 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 | 191 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 |
190 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 | 192 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 |
191 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 | 193 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 |
192 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 | 194 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 |
193 regress_13494_test: Fail # Issue 13494 | 195 regress_13494_test: Fail # Issue 13494 |
| 196 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21566 |
| 197 reify_typevar_static_test/01: MissingCompileTimeError # Issue 21566 |
194 | 198 |
195 built_in_identifier_prefix_test: Fail # Issue 6972 | 199 built_in_identifier_prefix_test: Fail # Issue 6972 |
196 constructor_initializer_test/none: Fail # Issue 12633 | 200 constructor_initializer_test/none: Fail # Issue 12633 |
197 | 201 |
198 # Mixins fail on the VM. | 202 # Mixins fail on the VM. |
199 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 203 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
200 | 204 |
201 # Calling unresolved class constructor: | 205 # Calling unresolved class constructor: |
202 call_nonexistent_constructor_test/01: Fail # Issue 13082 | 206 call_nonexistent_constructor_test/01: Fail # Issue 13082 |
203 call_nonexistent_constructor_test/02: Fail # Issue 13082 | 207 call_nonexistent_constructor_test/02: Fail # Issue 13082 |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 | 250 |
247 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 251 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
248 super_call4_test: Fail, OK # hardcoded names. | 252 super_call4_test: Fail, OK # hardcoded names. |
249 | 253 |
250 [ $minified ] | 254 [ $minified ] |
251 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 255 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
252 | 256 |
253 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 257 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
254 *deferred*: Skip # Issue 17458 | 258 *deferred*: Skip # Issue 17458 |
255 cha_deopt*: Skip # Issue 17458 | 259 cha_deopt*: Skip # Issue 17458 |
OLD | NEW |