| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case | 287 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case |
| 288 instanceof2_test: RuntimeError # Please triage this failure. | 288 instanceof2_test: RuntimeError # Please triage this failure. |
| 289 instanceof4_test/01: RuntimeError # Please triage this failure. | 289 instanceof4_test/01: RuntimeError # Please triage this failure. |
| 290 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 290 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 291 list_is_test: RuntimeError # Please triage this failure. | 291 list_is_test: RuntimeError # Please triage this failure. |
| 292 list_test: RuntimeError # Please triage this failure. | 292 list_test: RuntimeError # Please triage this failure. |
| 293 many_generic_instanceof_test: RuntimeError # Please triage this failure. | 293 many_generic_instanceof_test: RuntimeError # Please triage this failure. |
| 294 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case | 294 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case |
| 295 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] ))
{}): await for | 295 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] ))
{}): await for |
| 296 savannah_test: RuntimeError # Success depends on the variable hints. | 296 savannah_test: RuntimeError # Success depends on the variable hints. |
| 297 stack_trace_test: Fail # Stack trace not preserved when inlining? | |
| 298 super_call4_test: RuntimeError # Please triage this failure. | 297 super_call4_test: RuntimeError # Please triage this failure. |
| 299 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. | 298 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. |
| 300 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 299 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 301 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 300 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 302 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et | 301 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et |
| 303 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 302 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 304 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 303 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 305 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case | 304 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case |
| 306 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case | 305 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case |
| 307 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case | 306 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case |
| 308 switch8_test: Crash # Pending statics: JSArray | 307 switch8_test: Crash # Pending statics: JSArray |
| 309 type_variable_closure2_test: RuntimeError # Issue 25309: T lost in List<T> | 308 type_variable_closure2_test: RuntimeError # Issue 25309: T lost in List<T> |
| 310 type_variable_closure4_test: RuntimeError # T lost in <T,T>{} | 309 type_variable_closure4_test: RuntimeError # T lost in <T,T>{} |
| 311 type_variable_field_initializer_closure_test: RuntimeError # Issue 25309: T lost
in List<T> | 310 type_variable_field_initializer_closure_test: RuntimeError # Issue 25309: T lost
in List<T> |
| 312 type_variable_field_initializer_test: RuntimeError # Issue 25309: T lost in List
<T> | 311 type_variable_field_initializer_test: RuntimeError # Issue 25309: T lost in List
<T> |
| 313 type_variable_nested_test: RuntimeError # Issue 25309: T lost in List<T> | 312 type_variable_nested_test: RuntimeError # Issue 25309: T lost in List<T> |
| 314 | 313 |
| 315 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 314 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 316 regress_21795_test: Pass, RuntimeError # Due to inlining? | 315 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 317 | 316 |
| 318 [ $compiler == dart2js && $cps_ir && $host_checked ] | 317 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 319 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 318 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 320 async_throw_in_catch_test/none: Crash # Issue 24485 | 319 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 321 execute_finally9_test: Crash # Issue 24485 | 320 execute_finally9_test: Crash # Issue 24485 |
| 322 regress_21795_test: Crash # Issue 24485 | 321 regress_21795_test: Crash # Issue 24485 |
| 323 regress_23537_test: Crash # Issue 24485 | 322 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |