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

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

Issue 10916232: Implement checked mode for const constructors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: tests/co19/co19-dart2js.status
===================================================================
--- tests/co19/co19-dart2js.status (revision 12366)
+++ tests/co19/co19-dart2js.status (working copy)
@@ -64,6 +64,11 @@
LibTest/core/double/toInt_A01_t04: Fail # TODO(ahe): Please triage this failure.
[ $compiler == dart2js && $checked ]
+# Tests rely on a VM exception being thrown in checked mode.
+Language/10_Expressions/10_Instance_Creation/2_Const_A09_t02: Fail, OK
+Language/10_Expressions/10_Instance_Creation/2_Const_A09_t03: Fail, OK
+
+
Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698