Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: tests/language/language_dart2js.status

Issue 1427593003: dart2js: Bugfix for when 'await' occurs in an initializer list. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/compiler/dart2js/dart2js.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions 264 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions
265 async_star_await_pauses_test: Crash # (await for(var i in ... await for 265 async_star_await_pauses_test: Crash # (await for(var i in ... await for
266 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions 266 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions
267 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions 267 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions
268 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions 268 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions
269 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions 269 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
270 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions 270 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
271 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync */async* functions 271 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync */async* functions
272 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions 272 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions
273 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 273 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
274 async_this_bound_test: RuntimeError # Cannot read property 'set$f' of undefined
275 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 274 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
276 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 275 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
277 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 276 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
278 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 277 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
279 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 278 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
280 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for 279 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
281 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for 280 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
282 await_future_test: RuntimeError # Cannot read property '_await_future_test$_box_ 0' of undefined
283 await_postfix_expr_test: RuntimeError # Please triage this failure.
284 await_regression_test: RuntimeError # "Obelix".then$1 is not a function 281 await_regression_test: RuntimeError # "Obelix".then$1 is not a function
285 await_test: RuntimeError # Cannot read property '$add' of undefined
286 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 282 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
287 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 283 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
288 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 284 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
289 closure_in_constructor_test: RuntimeError # Please triage this failure. 285 closure_in_constructor_test: RuntimeError # Please triage this failure.
290 closures_initializer_test: RuntimeError # Please triage this failure. 286 closures_initializer_test: RuntimeError # Please triage this failure.
291 constructor12_test: RuntimeError # Please triage this failure. 287 constructor12_test: RuntimeError # Please triage this failure.
292 crash_6725_test/01: Crash # unsupported operation on erroneous element 288 crash_6725_test/01: Crash # unsupported operation on erroneous element
293 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 289 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
294 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion 290 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion
295 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function 291 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 376 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
381 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 377 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
382 type_variable_nested_test: RuntimeError # Please triage this failure. 378 type_variable_nested_test: RuntimeError # Please triage this failure.
383 379
384 [ $compiler == dart2js && $cps_ir && $host_checked ] 380 [ $compiler == dart2js && $cps_ir && $host_checked ]
385 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 381 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
386 async_throw_in_catch_test/none: Crash # Issue 24485 382 async_throw_in_catch_test/none: Crash # Issue 24485
387 execute_finally9_test: Crash # Issue 24485 383 execute_finally9_test: Crash # Issue 24485
388 regress_21795_test: Crash # Issue 24485 384 regress_21795_test: Crash # Issue 24485
389 regress_23537_test: Crash # Issue 24485 385 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/dart2js.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698