| 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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 246 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
| 247 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle
sync*/async* functions | 247 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
| 248 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f
unctions | 248 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f
unctions |
| 249 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for | 249 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for |
| 250 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/
async* functions | 250 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/
async* functions |
| 251 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn
c*/async* functions | 251 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn
c*/async* functions |
| 252 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit
ch case | 252 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit
ch case |
| 253 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit
ch case | 253 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit
ch case |
| 254 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw
itch case | 254 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw
itch case |
| 255 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs
yncStar()async*{}): cannot handle sync*/async* functions | 255 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs
yncStar()async*{}): cannot handle sync*/async* functions |
| 256 async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functi
ons |
| 257 async_return_types_test/none: Crash # cannot handle sync*/async* functions |
| 258 async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async
* functions |
| 259 async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* func
tions |
| 260 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f
unctions |
| 256 async_star_await_pauses_test: Crash # (await for(var i in ... await for | 261 async_star_await_pauses_test: Crash # (await for(var i in ... await for |
| 257 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca
nnot handle sync*/async* functions | 262 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca
nnot handle sync*/async* functions |
| 258 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han
dle sync*/async* functions | 263 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han
dle sync*/async* functions |
| 259 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca
nnot handle sync*/async* functions | 264 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca
nnot handle sync*/async* functions |
| 260 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle
sync*/async* functions | 265 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle
sync*/async* functions |
| 261 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle
sync*/async* functions | 266 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle
sync*/async* functions |
| 262 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync
*/async* functions | 267 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync
*/async* functions |
| 263 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn
c*/async* functions | 268 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn
c*/async* functions |
| 264 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions | 269 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions |
| 265 async_this_bound_test: RuntimeError # Cannot read property 'set$f' of undefined | 270 async_this_bound_test: RuntimeError # Cannot read property 'set$f' of undefined |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 sync_generator1_test/none: Timeout # Please triage this failure. | 372 sync_generator1_test/none: Timeout # Please triage this failure. |
| 368 sync_generator3_test/test1: RuntimeError # Please triage this failure. | 373 sync_generator3_test/test1: RuntimeError # Please triage this failure. |
| 369 sync_generator3_test/test2: RuntimeError # Please triage this failure. | 374 sync_generator3_test/test2: RuntimeError # Please triage this failure. |
| 370 syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure. | 375 syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure. |
| 371 syncstar_yield_test/none: RuntimeError # Please triage this failure. | 376 syncstar_yield_test/none: RuntimeError # Please triage this failure. |
| 372 syncstar_yieldstar_test: RuntimeError # Please triage this failure. | 377 syncstar_yieldstar_test: RuntimeError # Please triage this failure. |
| 373 type_variable_closure2_test: RuntimeError # Please triage this failure. | 378 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 374 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 379 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 375 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 380 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 376 type_variable_nested_test: RuntimeError # Please triage this failure. | 381 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |