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

Unified Diff: tests/language/language.status

Issue 8972003: Promote class to a reserved word (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
diff --git a/tests/language/language.status b/tests/language/language.status
index 4abc187d2e75be851d69670abd110be136414b31..7938f3f8feb2e750a0efdc13b8d13c19a02f947d 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -43,6 +43,8 @@ Constructor6Test: Fail # (Discussion ongoing)
ConstInit6NegativeTest: Fail # Issue 811
WrongNumberTypeArgumentsTest: Fail # Issue 441
+ClassKeywordNegativeTest/01: Fail # Issue 873
mmendez 2011/12/16 15:58:24 Nit: Since your are fixing issue 873 you might wan
codefu 2011/12/16 16:56:30 I'm fixing issue 870. 873 and 874 are for Frog & t
+
# DartC or Frog specific tests that should not be run by the VM
*DartcTest: Skip
*DartcNegativeTest: Skip
@@ -184,6 +186,8 @@ OptimizedSetterTest: Fail # Issue 863
FactoryImplementationTest: Fail # Issue 523
+ClassKeywordNegativeTest/01: Fail # Issue 874
jimhug 2011/12/16 17:47:47 I'm a little bit surprised that you don't have a C
codefu 2011/12/16 19:11:59 I'm not really sure why there's not a /02 on this
+
# VM or DartC specific tests not to be run by Frog. See language.status
*VMTest: Skip
*VMNegativeTest: Skip

Powered by Google App Engine
This is Rietveld 408576698