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

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

Issue 1349723002: dart2js cps: Set result of 'await' to dynamic instead of empty. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months 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 | « pkg/compiler/lib/src/cps_ir/type_propagation.dart ('k') | no next file » | 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for 261 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for
262 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle sync*/a sync* functions 262 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle sync*/a sync* functions
263 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle sync */async* functions 263 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle sync */async* functions
264 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle sync */async* functions 264 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle sync */async* functions
265 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions 265 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions
266 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions 266 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions
267 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit ch case 267 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit ch case
268 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit ch case 268 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit ch case
269 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw itch case 269 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw itch case
270 async_continue_label_test/await_in_init: RuntimeError # Please triage this failu re. 270 async_continue_label_test/await_in_init: RuntimeError # Please triage this failu re.
271 async_continue_label_test/await_in_update: RuntimeError # Please triage this fai lure.
272 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions 271 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions
273 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle sync*/async* functions 272 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle sync*/async* functions
274 async_star_await_pauses_test: Crash # (await for(var i in ... await for 273 async_star_await_pauses_test: Crash # (await for(var i in ... await for
275 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions 274 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions
276 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions 275 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions
277 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions 276 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions
278 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions 277 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
279 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions 278 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
280 async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): awai t for 279 async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): awai t for
281 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions 280 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions
282 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 281 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
283 async_switch_test/none: RuntimeError # Uncaught Error: Expect.equals(expected: < 1>, actual: <null>) fails.
284 async_switch_test/withDefault: RuntimeError # Uncaught Error: Expect.equals(expe cted: <1>, actual: <null>) fails.
285 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 282 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
286 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 283 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
287 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 284 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
288 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 285 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
289 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 286 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
290 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for 287 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
291 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for 288 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
292 await_future_test: Timeout 289 await_future_test: RuntimeError # Uncaught Error: NullError: method not found: ' _await_future_test$_box_0' on null
290 await_postfix_expr_test: RuntimeError # Uncaught Error: NullError: method not fo und: '$add' on null
293 await_regression_test: RuntimeError # "Obelix".then$1 is not a function 291 await_regression_test: RuntimeError # "Obelix".then$1 is not a function
292 await_test: RuntimeError # Uncaught Error: NullError: method not found: '$add' o n null
294 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 293 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
295 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 294 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
296 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 295 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
297 closure_in_constructor_test: RuntimeError # Typed lists. 296 closure_in_constructor_test: RuntimeError # Typed lists.
298 closures_initializer_test: RuntimeError # Please triage this failure. 297 closures_initializer_test: RuntimeError # Please triage this failure.
299 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions 298 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions
300 constructor12_test: RuntimeError # Please triage this failure. 299 constructor12_test: RuntimeError # Please triage this failure.
301 crash_6725_test/01: Crash # unsupported operation on erroneous element 300 crash_6725_test/01: Crash # unsupported operation on erroneous element
302 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function 301 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function
303 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 302 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions 395 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions
397 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions 396 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions
398 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions 397 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions
399 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions 398 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions
400 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions 399 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions
401 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions 400 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions
402 type_variable_closure2_test: RuntimeError # Please triage this failure. 401 type_variable_closure2_test: RuntimeError # Please triage this failure.
403 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 402 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
404 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 403 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
405 type_variable_nested_test: RuntimeError # Please triage this failure. 404 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/type_propagation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698