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 ] | 5 [ $compiler == dart2js ] |
6 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
7 | 7 |
8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 truncdiv_test: RuntimeError # Issue 15246 | 158 truncdiv_test: RuntimeError # Issue 15246 |
159 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 159 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
160 generic_closure_test: RuntimeError # Issue 12605 | 160 generic_closure_test: RuntimeError # Issue 12605 |
161 const_switch_test/02: RuntimeError # Issue 17960 | 161 const_switch_test/02: RuntimeError # Issue 17960 |
162 const_switch_test/04: RuntimeError # Issue 17960 | 162 const_switch_test/04: RuntimeError # Issue 17960 |
163 | 163 |
164 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 | 164 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 |
165 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 | 165 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 |
166 | 166 |
167 # Compilation errors. | 167 # Compilation errors. |
| 168 method_override5_test: RuntimeError # Issue 12809 |
168 external_test/10: CompileTimeError # Issue 12887 | 169 external_test/10: CompileTimeError # Issue 12887 |
169 external_test/13: CompileTimeError # Issue 12887 | 170 external_test/13: CompileTimeError # Issue 12887 |
170 external_test/20: CompileTimeError # Issue 12887 | 171 external_test/20: CompileTimeError # Issue 12887 |
171 list_literal4_test: RuntimeError # Issue 12890 | 172 list_literal4_test: RuntimeError # Issue 12890 |
172 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 173 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
173 | 174 |
174 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 175 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
175 | 176 |
176 numbers_test: RuntimeError, OK # Issue 1533 | 177 numbers_test: RuntimeError, OK # Issue 1533 |
177 canonical_const2_test: RuntimeError, OK # Issue 1533 | 178 canonical_const2_test: RuntimeError, OK # Issue 1533 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | 210 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. |
210 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 211 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
211 *deferred*: Pass,RuntimeError # Issue 17458 | 212 *deferred*: Pass,RuntimeError # Issue 17458 |
212 cha_deopt*: Pass,RuntimeError # Issue 17458 | 213 cha_deopt*: Pass,RuntimeError # Issue 17458 |
213 regress_22443_test: Pass,RuntimeError # Issue 17458 | 214 regress_22443_test: Pass,RuntimeError # Issue 17458 |
214 | 215 |
215 [ $compiler == dart2js && $cps_ir == false ] | 216 [ $compiler == dart2js && $cps_ir == false ] |
216 generic_field_mixin4_test: Crash # Issue 18651 | 217 generic_field_mixin4_test: Crash # Issue 18651 |
217 generic_field_mixin5_test: Crash # Issue 18651 | 218 generic_field_mixin5_test: Crash # Issue 18651 |
218 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 219 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
219 method_override5_test: RuntimeError # Issue 12809 | |
220 | 220 |
221 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] | 221 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
222 issue23244_test: RuntimeError # 23244 | 222 issue23244_test: RuntimeError # 23244 |
223 | 223 |
224 [ $compiler == dart2js && $cps_ir ] | 224 [ $compiler == dart2js && $cps_ir ] |
| 225 assert_assignable_type_test: Crash # Internal Error: Pending statics. |
225 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions | 226 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions |
226 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions | 227 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions |
227 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for | 228 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for |
228 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 229 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
229 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions | 230 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
230 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/
async* functions | 231 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/
async* functions |
231 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn
c* functions | 232 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn
c* functions |
232 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for | 233 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for |
233 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 234 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
234 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle
sync*/async* functions | 235 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 instanceof4_test/01: RuntimeError # Please triage this failure. | 329 instanceof4_test/01: RuntimeError # Please triage this failure. |
329 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 330 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
330 issue_1751477_test: RuntimeError # O.loadLibrary is not a function | 331 issue_1751477_test: RuntimeError # O.loadLibrary is not a function |
331 list_is_test: RuntimeError # Please triage this failure. | 332 list_is_test: RuntimeError # Please triage this failure. |
332 list_test: RuntimeError # Please triage this failure. | 333 list_test: RuntimeError # Please triage this failure. |
333 many_generic_instanceof_test: RuntimeError # Please triage this failure. | 334 many_generic_instanceof_test: RuntimeError # Please triage this failure. |
334 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case | 335 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case |
335 regress_22443_test: RuntimeError # M.loadLibrary is not a function | 336 regress_22443_test: RuntimeError # M.loadLibrary is not a function |
336 regress_23408_test: RuntimeError # G.loadLibrary is not a function | 337 regress_23408_test: RuntimeError # G.loadLibrary is not a function |
337 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] ))
{}): await for | 338 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] ))
{}): await for |
338 stack_trace_test: Fail # Stack trace not preserved when inlining? | |
339 super_call4_test: RuntimeError # Please triage this failure. | 339 super_call4_test: RuntimeError # Please triage this failure. |
340 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. | 340 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. |
341 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 341 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
342 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 342 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
343 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et | 343 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et |
344 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 344 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
345 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 345 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
346 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case | 346 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case |
347 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case | 347 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case |
348 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case | 348 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case |
349 type_variable_closure2_test: RuntimeError # Please triage this failure. | 349 type_variable_closure2_test: RuntimeError # Please triage this failure. |
350 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 350 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
351 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 351 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
352 type_variable_nested_test: RuntimeError # Please triage this failure. | 352 type_variable_nested_test: RuntimeError # Please triage this failure. |
353 | 353 |
354 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | |
355 regress_21795_test: RuntimeError # Due to inlining? | |
356 | |
357 [ $compiler == dart2js && $cps_ir && $host_checked ] | 354 [ $compiler == dart2js && $cps_ir && $host_checked ] |
358 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 355 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
359 async_throw_in_catch_test/none: Crash # Issue 24485 | 356 async_throw_in_catch_test/none: Crash # Issue 24485 |
360 execute_finally9_test: Crash # Issue 24485 | 357 execute_finally9_test: Crash # Issue 24485 |
361 regress_21795_test: Crash # Issue 24485 | 358 regress_21795_test: Crash # Issue 24485 |
362 regress_23537_test: Crash # Issue 24485 | 359 regress_23537_test: Crash # Issue 24485 |
OLD | NEW |