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

Unified Diff: tests/language/language_dart2js.status

Issue 1686733003: dart2js cps: Update status files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« tests/co19/co19-dart2js.status ('K') | « tests/co19/co19-dart2js.status ('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 03ae9f9ee60bce69dd702f61c088d409db1700e1..3b857332c782e2ce6178c50a4ba8780eff1046a4 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -249,6 +249,8 @@ super_no_such_method5_test/01: RuntimeError # Issue 25716
issue23244_test: RuntimeError # 23244
[ $compiler == dart2js && $cps_ir ]
+accessor_conflict_export2_test: CompileTimeError # Issue 25747
Kevin Millikin (Google) 2016/02/10 10:28:48 Actually, this doesn't look quite right. There is
asgerf 2016/02/10 10:36:27 Done in other CL.
+accessor_conflict_export_test: CompileTimeError # Issue 25747
Kevin Millikin (Google) 2016/02/10 10:28:48 Same comment.
asgerf 2016/02/10 10:36:27 Done.
async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/async* functions
async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/async* functions
async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
@@ -294,7 +296,6 @@ await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=
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
call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off.
-deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no instance getter 'initializer'.
field3a_negative_test: Fail # Bogus result from type inference in case of invalid program.
gc_test: Crash # Internal Error: Pending statics (see above).
if_null_assignment_static_test/29: Crash # Pending statics: JSArray
@@ -304,9 +305,11 @@ if_null_assignment_static_test/33: Crash # Pending statics: JSArray
if_null_assignment_static_test/35: Crash # Pending statics: JSArray
invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )){}): await for
+regress_24935_test/01: Crash # bailout: (await for(var s1 in S()){await for(var s2 in S()){continue L;}}): await for
+regress_24935_test/none: Crash # bailout: (await for(var s1 in S()){await for(var s2 in S()){continue L;}}): await for
savannah_test: RuntimeError # Success depends on the variable hints.
super_call4_test: RuntimeError # Please triage this failure.
-super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance getter 'initializer'.
+super_getter_setter_test: RuntimeError # Expect.equals(expected: <42>, actual: <null>) fails.
super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexSet
« tests/co19/co19-dart2js.status ('K') | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698