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

Unified Diff: tests/language/language.status

Issue 11299009: Support type literals as compile-time constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 1 month 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 e0fed7d2db0cfb81a81ad377d545961364d13f80..acc11761458f465d4e1d5e83db656ec145f1aa46 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -20,6 +20,7 @@ part_test: Fail
part2_test: Fail
gc_test: Pass, Fail # Issue 1487
pseudo_kw_illegal_test/14: Fail # Issue 356
+first_class_types_constants_test: Fail # Issue 6282
# These bugs refer currently ongoing language discussions.
constructor5_test: Fail # (Discussion ongoing)
@@ -394,6 +395,8 @@ illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
+first_class_types_constants_test: Fail # Issue 6282
+
# Renaming type from platform library:
dynamic_test: Fail

Powered by Google App Engine
This is Rietveld 408576698