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

Unified Diff: tests/co19/co19-runtime.status

Issue 10578004: Fix bad assert in static type propagation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | « runtime/vm/intermediate_language.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-runtime.status
===================================================================
--- tests/co19/co19-runtime.status (revision 8825)
+++ tests/co19/co19-runtime.status (working copy)
@@ -295,10 +295,10 @@
Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_A02_t01: Fail
Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_A03_t02: Fail
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail
-Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail
-Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail
-Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail
-Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail
+Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosureException
+Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosureException
+Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosureException
+Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosureException
Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail
@@ -445,9 +445,5 @@
Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
-[ $runtime == vm && $arch == x64 && $checked ]
-Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash
-
-
[ $runtime == vm && $mode == debug && $unchecked ]
LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698