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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 58c8f07a6bee7c2ad1f9ffec22cc7dbeec81d0b5..3defdea65da703ee2dd656f08c06e53e8798dea3 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -268,7 +268,6 @@ async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit
async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled switch case
async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled switch case
async_continue_label_test/await_in_init: RuntimeError # Please triage this failure.
-async_continue_label_test/await_in_update: RuntimeError # Please triage this failure.
async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAsyncStar()async*{}): cannot handle sync*/async* functions
async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSyncStar()sync*{}): cannot handle sync*/async* functions
async_star_await_pauses_test: Crash # (await for(var i in ... await for
@@ -280,8 +279,6 @@ async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle
async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): await for
async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle sync*/async* functions
async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
-async_switch_test/none: RuntimeError # Uncaught Error: Expect.equals(expected: <1>, actual: <null>) fails.
-async_switch_test/withDefault: RuntimeError # Uncaught Error: Expect.equals(expected: <1>, actual: <null>) fails.
asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot handle sync*/async* functions
asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sync*/async* functions
asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async* functions
@@ -289,8 +286,10 @@ asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream
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
await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break;t4.record(x);}): await for
await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
-await_future_test: Timeout
+await_future_test: RuntimeError # Uncaught Error: NullError: method not found: '_await_future_test$_box_0' on null
+await_postfix_expr_test: RuntimeError # Uncaught Error: NullError: method not found: '$add' on null
await_regression_test: RuntimeError # "Obelix".then$1 is not a function
+await_test: RuntimeError # Uncaught Error: NullError: method not found: '$add' on null
cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
« 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