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

Unified Diff: tests/language/language.status

Issue 9565016: Check type argument bounds of interfaces in type tests (work in progress). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/src/Prefix22Test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 4818)
+++ tests/language/language.status (working copy)
@@ -98,10 +98,8 @@
[ ($component == vm || $component == dartium) && $checked ]
+TypeVariableBounds2Test/03: Fail # Work in progress.
Prefix22Test: Fail # This test should be negative in checked mode.
-WrongNumberTypeArgumentsTest: Fail # This test should be negative in checked mode.
-TypeVariableBoundsTest/09: Fail # This test should be negative in checked mode.
-TypeVariableBoundsTest/10: Fail # This test should be negative in checked mode.
[ ($component == vm || $component == dartium) && $mode == debug ]
GCTest: Skip # Takes too long.
@@ -183,6 +181,7 @@
Switch3NegativeTest: Fail # issue 1663
Switch7NegativeTest: Fail # Bug 4208467.
SwitchLabelTest: Fail # Bug 4208467.
+TypeVariableBounds2Test*: Skip # Issue 1939.
ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
Throw7NegativeTest: Fail # Bug 4208459.
@@ -364,7 +363,7 @@
TypeVariableBoundsTest/10: Fail
TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643
TypeVariableShadowsClass: Fail # Issue 643
-WrongNumberTypeArgumentsTest: Fail
+WrongNumberTypeArgumentsTest/none: Fail
ImplicitThisTest/01: Fail # Issue 376
ImplicitThisTest/02: Fail # Issue 376
ImplicitThisTest/03: Fail # Issue 376
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/src/Prefix22Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698