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

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

Issue 10832136: Skeleton typedef type implementation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and updated cf. comments Created 8 years, 4 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/dartdoc/mirrors/dart2js_mirror.dart ('k') | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 5adf3e7f1ccf14021e763e11dcbcfd7a57475efc..d62d3926a50a4ebbe56a363abe6e284840738373 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -34,6 +34,13 @@ Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
Language/10_Expressions/09_This_A03_t04: Crash
Language/11_Statements/05_For_A01_t13: Crash
+# This test sometimes passes (as a negative test), sometimes it
+# crashes. The problem is that there is a stack overflow in
+# dart2js. The reason for the test sometimes passing is VM issue
+# 3874. The stack overflow is addressed in
+# https://chromiumcodereview.appspot.com/10661029/.
+Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic typedef check is not implemented.
+
Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t01: Fail # Compile-time error: Unimplemented non-matching static call
Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t04: Fail # Compile-time error: Unimplemented non-matching static call
Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t05: Fail # Compile-time error: Unimplemented non-matching static call
@@ -456,7 +463,6 @@ LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
# The following tests are all negative tests that should be fixed.
#
[ $compiler == dart2js ]
-Language/03_Overview/1_Scoping_A01_t35: Fail # @compile-error
Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error
Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error
Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error
« no previous file with comments | « pkg/dartdoc/mirrors/dart2js_mirror.dart ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698