@@ -277,7 +277,7 @@ override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
277
277
stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
278
278
regress_21795_test: RuntimeError # Issue 12605
279
279
280
- [ $compiler == dart2js && $cps_ir == false ]
280
+ [ $compiler == dart2js ]
281
281
accessor_conflict_export2_test: Crash # Issue 25626
282
282
accessor_conflict_export_test: Crash # Issue 25626
283
283
generic_field_mixin4_test: Crash # Issue 18651
@@ -288,80 +288,6 @@ method_override5_test: RuntimeError # Issue 12809
288
288
[ $compiler == dart2js && $runtime != drt && $runtime != dartium ]
289
289
issue23244_test: RuntimeError # 23244
290
290
291
- [ $compiler == dart2js && $cps_ir ]
292
- accessor_conflict_export_test: CompileTimeError # Issue 25747
293
- accessor_conflict_export2_test: CompileTimeError # Issue 25747
294
- async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/async* functions
295
- async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/async* functions
296
- async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sync*/async* functions
297
- async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
298
- async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/async* functions
299
- async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/async* functions
300
- async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sync*/async* functions
301
- async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions
302
- async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/async* functions
303
- async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/async* functions
304
- async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sync*/async* functions
305
- async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions
306
- async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* functions
307
- async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/async* functions
308
- async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle sync*/async* functions
309
- async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAsyncStar()async*{}): cannot handle sync*/async* functions
310
- async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functions
311
- async_return_types_test/none: Crash # cannot handle sync*/async* functions
312
- async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async* functions
313
- async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* functions
314
- async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* functions
315
- async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... cannot handle sync*/async* functions
316
- async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot handle sync*/async* functions
317
- async_star_no_cancel_test: Crash # (foo()async*{try {in... cannot handle sync*/async* functions
318
- async_star_no_cancel2_test: Crash # (foo()async*{try {in... cannot handle sync*/async* functions
319
- async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): cannot handle sync*/async* functions
320
- async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
321
- async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
322
- async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync*/async* functions
323
- async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle sync*/async* functions
324
- async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
325
- asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot handle sync*/async* functions
326
- asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sync*/async* functions
327
- asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async* functions
328
- asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream;}): cannot handle sync*/async* functions
329
- call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off.
330
- field3a_negative_test: Fail # Bogus result from type inference in case of invalid program.
331
- gc_test: Crash # Internal Error: Pending statics (see above).
332
- if_null_assignment_static_test/29: Crash # Pending statics: JSArray
333
- if_null_assignment_static_test/31: Crash # Pending statics: JSArray
334
- if_null_assignment_static_test/32: Crash # Pending statics: JSArray
335
- if_null_assignment_static_test/33: Crash # Pending statics: JSArray
336
- if_null_assignment_static_test/35: Crash # Pending statics: JSArray
337
- invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
338
- many_calls_test: Crash # Internal Error: Pending statics (see above).
339
- mixin_bound_test: RuntimeError # TypeError: Cannot read property 'toString$0' of undefined
340
- super_call4_test: RuntimeError # Please triage this failure.
341
- super_getter_setter_test: RuntimeError # Expect.equals(expected: <42>, actual: <null>) fails.
342
- super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
343
- super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
344
- super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexSet
345
- super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSet
346
- super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSet
347
- switch8_test: Crash # Pending statics: JSArray
348
-
349
- [ $compiler == dart2js && $cps_ir && $host_checked == false ]
350
- regress_21795_test: Pass, RuntimeError # Due to inlining?
351
-
352
- [ $compiler == dart2js && $cps_ir && $host_checked ]
353
- accessor_conflict_export2_test: Crash # Duplicate export of 'x'
354
- accessor_conflict_export_test: Crash # Duplicate export of 'x'
355
- async_throw_in_catch_test/forceAwait: Crash # Issue 24485
356
- async_throw_in_catch_test/none: Crash # Issue 24485
357
- execute_finally9_test: Crash # Issue 24485
358
- regress_21795_test: Crash # Issue 24485
359
- regress_23537_test: Crash # Issue 24485
360
- try_finally_regress_25333_test: Crash # Issue 24485
361
-
362
- [ $compiler == dart2js && $cps_ir && $checked ]
363
- *: Skip # `assert` not implemented
364
-
365
291
[ $compiler == dart2js && $host_checked ]
366
292
regress_26855_test/1: Crash # Issue 26867
367
293
regress_26855_test/2: Crash # Issue 26867
0 commit comments