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

Unified Diff: tests/language/language.status

Issue 9615035: Generate dynamic type errors according to spec. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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/language/language.status
===================================================================
--- tests/language/language.status (revision 5060)
+++ tests/language/language.status (working copy)
@@ -42,8 +42,9 @@
FunctionTypeAliasNegativeTest: Fail # Spec not clear about self referencing types.
# Bad tests needing to be fixed.
-Prefix23NegativeTest: Fail
TypeVariableScopeTest/00: Fail
+TypeVariableScopeTest/01: Fail
+TypeVariableScopeTest/02: Fail
TypeVariableScopeTest/03: Fail
TypeVariableScopeTest/04: Fail
TypeVariableScopeTest/05: Fail
@@ -96,11 +97,6 @@
IsNotClass3NegativeTest: Fail # Spec unclear.
Prefix16NegativeTest: Fail # Bug 5532534
-[ ($component == vm || $component == dartium) && $checked ]
-
-TypeVariableBounds2Test/03: Fail # Work in progress.
-Prefix22Test: Fail # This test should be negative in checked mode.
-
[ ($component == vm || $component == dartium) && $mode == debug ]
GCTest: Skip # Takes too long.
@@ -150,8 +146,6 @@
Prefix11NegativeTest: Fail # Bug 5406175
Prefix12NegativeTest: Fail # Bug 5406175
Prefix16NegativeTest: Fail # Bug 5532534
-Prefix22NegativeTest: Fail # Needs to be re-written as multitest
-Prefix23NegativeTest: Fail # Needs to be re-written as multitest
Prefix3NegativeTest: Fail # Bug 5406175
Prefix6NegativeTest: Fail
PrivateMember3NegativeTest: Fail
@@ -351,8 +345,6 @@
Prefix11NegativeTest: Fail
Prefix16NegativeTest: Fail
Prefix20NegativeTest: Fail
-Prefix22NegativeTest: Fail
-Prefix23NegativeTest: Fail
PrivateMemberTest: Fail
PrivateMember2NegativeTest: Fail
PrivateMember3NegativeTest: Fail

Powered by Google App Engine
This is Rietveld 408576698