| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn
c*/async* functions | 260 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn
c*/async* functions |
| 261 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions | 261 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions |
| 262 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h
andle sync*/async* functions | 262 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h
andle sync*/async* functions |
| 263 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy
nc*/async* functions | 263 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy
nc*/async* functions |
| 264 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async
* functions | 264 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async
* functions |
| 265 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
;}): cannot handle sync*/async* functions | 265 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
;}): cannot handle sync*/async* functions |
| 266 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=
0;j<10;j++ ){if(j==5)continue outer;}}): await for | 266 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=
0;j<10;j++ ){if(j==5)continue outer;}}): await for |
| 267 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for | 267 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for |
| 268 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for | 268 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for |
| 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 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented | |
| 271 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented | |
| 272 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented | |
| 273 closure_in_constructor_test: RuntimeError # Please triage this failure. | 270 closure_in_constructor_test: RuntimeError # Please triage this failure. |
| 274 closures_initializer_test: RuntimeError # Please triage this failure. | 271 closures_initializer_test: RuntimeError # Please triage this failure. |
| 275 constructor12_test: RuntimeError # Please triage this failure. | 272 constructor12_test: RuntimeError # Please triage this failure. |
| 276 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented | 273 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i
nstance getter 'initializer'. |
| 277 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func
tion | |
| 278 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function | |
| 279 deferred_constraints_constants_test/none: RuntimeError # S.loadLibrary is not a
function | |
| 280 deferred_constraints_constants_test/reference_after_load: RuntimeError # G.loadL
ibrary is not a function | |
| 281 deferred_constraints_type_annotation_test/as_operation: RuntimeError # Z.loadLib
rary is not a function | |
| 282 deferred_constraints_type_annotation_test/catch_check: RuntimeError # D.loadLibr
ary is not a function | |
| 283 deferred_constraints_type_annotation_test/is_check: RuntimeError # L.loadLibrary
is not a function | |
| 284 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n
ot a function | |
| 285 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # K.load
Library is not a function | |
| 286 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # R.loadLib
rary is not a function | |
| 287 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # X.loadLib
rary is not a function | |
| 288 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # K.loadLib
rary is not a function | |
| 289 deferred_constraints_type_annotation_test/none: RuntimeError # D.loadLibrary is
not a function | |
| 290 deferred_constraints_type_annotation_test/static_method: RuntimeError # F.loadLi
brary is not a function | |
| 291 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # K.loa
dLibrary is not a function | |
| 292 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError
# T.loadLibrary is not a function | |
| 293 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError
# Q.loadLibrary is not a function | |
| 294 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError
# Z.loadLibrary is not a function | |
| 295 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError
# Q.loadLibrary is not a function | |
| 296 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE
rror # R.loadLibrary is not a function | |
| 297 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # Z
.loadLibrary is not a function | |
| 298 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro
r # U.loadLibrary is not a function | |
| 299 deferred_function_type_test: RuntimeError # N.loadLibrary is not a function | |
| 300 deferred_global_test: RuntimeError # Y.loadLibrary is not a function | |
| 301 deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented | |
| 302 deferred_load_constants_test/none: Crash # (foo.toplevel): deferred access is no
t implemented | |
| 303 deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not impleme
nted | |
| 304 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not
a function | |
| 305 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function | |
| 306 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function | |
| 307 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac
cess is not implemented | |
| 308 deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function | |
| 309 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented | |
| 310 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is
not implemented | |
| 311 deferred_regression_22995_test: RuntimeError # U.loadLibrary is not a function | |
| 312 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio
n | |
| 313 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a
function | |
| 314 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function | |
| 315 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no
t a function | |
| 316 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented | |
| 317 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented | |
| 318 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented | |
| 319 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented | |
| 320 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. |
| 321 first_class_types_test: RuntimeError # Please triage this failure. | 275 first_class_types_test: RuntimeError # Please triage this failure. |
| 322 generic2_test: RuntimeError # Please triage this failure. | 276 generic2_test: RuntimeError # Please triage this failure. |
| 323 generic_instanceof_test: RuntimeError # Please triage this failure. | 277 generic_instanceof_test: RuntimeError # Please triage this failure. |
| 324 generic_native_test: RuntimeError # Please triage this failure. | 278 generic_native_test: RuntimeError # Please triage this failure. |
| 325 gc_test: Crash # Internal Error: Pending statics (see above). | 279 gc_test: Crash # Internal Error: Pending statics (see above). |
| 326 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case | 280 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case |
| 327 instanceof2_test: RuntimeError # Please triage this failure. | 281 instanceof2_test: RuntimeError # Please triage this failure. |
| 328 instanceof4_test/01: RuntimeError # Please triage this failure. | 282 instanceof4_test/01: RuntimeError # Please triage this failure. |
| 329 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 283 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 330 issue_1751477_test: RuntimeError # O.loadLibrary is not a function | |
| 331 list_is_test: RuntimeError # Please triage this failure. | 284 list_is_test: RuntimeError # Please triage this failure. |
| 332 list_test: RuntimeError # Please triage this failure. | 285 list_test: RuntimeError # Please triage this failure. |
| 333 many_generic_instanceof_test: RuntimeError # Please triage this failure. | 286 many_generic_instanceof_test: RuntimeError # Please triage this failure. |
| 334 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled
switch case | 287 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_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 | 288 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? | 289 stack_trace_test: Fail # Stack trace not preserved when inlining? |
| 339 super_call4_test: RuntimeError # Please triage this failure. | 290 super_call4_test: RuntimeError # Please triage this failure. |
| 340 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. | 291 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. |
| 341 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 292 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 342 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 293 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 343 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et | 294 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et |
| 344 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 295 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 345 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 296 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 | 297 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 | 298 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 | 299 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. | 300 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 350 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 301 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 351 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 302 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 352 type_variable_nested_test: RuntimeError # Please triage this failure. | 303 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 353 | 304 |
| 354 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 305 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 355 regress_21795_test: RuntimeError # Due to inlining? | 306 regress_21795_test: RuntimeError # Due to inlining? |
| 356 | 307 |
| 357 [ $compiler == dart2js && $cps_ir && $host_checked ] | 308 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 358 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 309 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 359 async_throw_in_catch_test/none: Crash # Issue 24485 | 310 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 360 execute_finally9_test: Crash # Issue 24485 | 311 execute_finally9_test: Crash # Issue 24485 |
| 361 regress_21795_test: Crash # Issue 24485 | 312 regress_21795_test: Crash # Issue 24485 |
| 362 regress_23537_test: Crash # Issue 24485 | 313 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |