| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. | 269 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. |
| 270 closure_in_constructor_test: RuntimeError # Please triage this failure. | 270 closure_in_constructor_test: RuntimeError # Please triage this failure. |
| 271 closures_initializer_test: RuntimeError # Please triage this failure. | 271 closures_initializer_test: RuntimeError # Please triage this failure. |
| 272 constructor12_test: RuntimeError # Please triage this failure. | 272 constructor12_test: RuntimeError # Please triage this failure. |
| 273 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i
nstance getter 'initializer'. | 273 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i
nstance getter 'initializer'. |
| 274 field3a_negative_test: Fail # Bogus result from type inference in case of invali
d program. | 274 field3a_negative_test: Fail # Bogus result from type inference in case of invali
d program. |
| 275 first_class_types_test: RuntimeError # Please triage this failure. | 275 first_class_types_test: RuntimeError # Please triage this failure. |
| 276 generic2_test: RuntimeError # Please triage this failure. | 276 generic2_test: RuntimeError # Please triage this failure. |
| 277 generic_instanceof_test: RuntimeError # Please triage this failure. | 277 generic_instanceof_test: RuntimeError # Please triage this failure. |
| 278 generic_native_test: RuntimeError # Please triage this failure. | 278 generic_native_test: RuntimeError # Please triage this failure. |
| 279 gc_test: Crash # Internal Error: Pending statics (see above). | |
| 280 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case | 279 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case |
| 281 instanceof2_test: RuntimeError # Please triage this failure. | 280 instanceof2_test: RuntimeError # Please triage this failure. |
| 282 instanceof4_test/01: RuntimeError # Please triage this failure. | 281 instanceof4_test/01: RuntimeError # Please triage this failure. |
| 283 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 282 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 284 list_is_test: RuntimeError # Please triage this failure. | 283 list_is_test: RuntimeError # Please triage this failure. |
| 285 list_test: RuntimeError # Please triage this failure. | 284 list_test: RuntimeError # Please triage this failure. |
| 286 many_generic_instanceof_test: RuntimeError # Please triage this failure. | 285 many_generic_instanceof_test: RuntimeError # Please triage this failure. |
| 287 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case | 286 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case |
| 288 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] ))
{}): await for | 287 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] ))
{}): await for |
| 289 stack_trace_test: Fail # Stack trace not preserved when inlining? | 288 stack_trace_test: Fail # Stack trace not preserved when inlining? |
| (...skipping 15 matching lines...) Expand all Loading... |
| 305 | 304 |
| 306 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 305 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 307 regress_21795_test: Pass, RuntimeError # Due to inlining? | 306 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 308 | 307 |
| 309 [ $compiler == dart2js && $cps_ir && $host_checked ] | 308 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 310 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 309 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 311 async_throw_in_catch_test/none: Crash # Issue 24485 | 310 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 312 execute_finally9_test: Crash # Issue 24485 | 311 execute_finally9_test: Crash # Issue 24485 |
| 313 regress_21795_test: Crash # Issue 24485 | 312 regress_21795_test: Crash # Issue 24485 |
| 314 regress_23537_test: Crash # Issue 24485 | 313 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |