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

Unified Diff: tests/language/language.status

Issue 9963082: Dartc's 'can't use a type variable in static context' message now works the same way as 'NO_SUCH_TY… (Closed) Base URL: https://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
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index bc0121226d68a4edb3a4330acfd6fe69a0c0694a..aff2ca7cb69eff41d447bcb86ff8f0ae8af49bf1 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -40,12 +40,12 @@ Constructor6Test: Fail # (Discussion ongoing)
FunctionTypeAliasNegativeTest: Fail # Spec not clear about self referencing types.
# Bad tests needing to be fixed.
-TypeVariableScopeTest/00: Fail
-TypeVariableScopeTest/01: Fail
-TypeVariableScopeTest/02: Fail
-TypeVariableScopeTest/03: Fail
-TypeVariableScopeTest/04: Fail
-TypeVariableScopeTest/05: Fail
+TypeVariableScopeTest/00: Fail # Issue 2395
+TypeVariableScopeTest/01: Fail # Issue 2395
+TypeVariableScopeTest/02: Fail # Issue 2395
+TypeVariableScopeTest/03: Fail # Issue 2395
+TypeVariableScopeTest/04: Fail # Issue 2395
+TypeVariableScopeTest/05: Fail # Issue 2395
# Regular bugs which should be fixed.
@@ -185,6 +185,12 @@ SyntaxTest: Skip # Bug 2107 Static type warnings in none case
ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
Throw7NegativeTest: Fail # Bug 4208459.
TypeDartcTest: Fail # Issue 2348
+TypeVariableScopeTest/00: Fail # Issue 2395
+TypeVariableScopeTest/01: Fail # Issue 2395
+TypeVariableScopeTest/02: Fail # Issue 2395
+TypeVariableScopeTest/03: Fail # Issue 2395
+TypeVariableScopeTest/04: Fail # Issue 2395
+TypeVariableScopeTest/05: Fail # Issue 2395
ConstructorRedirectTest/01: Fail # Issue 2105.
#
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698