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

Unified Diff: tests/language/language.status

Issue 10942028: Support class and typedef literals as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add a test for literals. Created 8 years, 2 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
diff --git a/tests/language/language.status b/tests/language/language.status
index 37032adf38982a531ef0189854fb003486207ae2..b1473b2ac673cbf8d8eeb01abc8adf10282642a8 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -16,6 +16,7 @@
# 3) Update the language/src directory with the updated test.
[ $compiler == none ]
+constructor_negative_test: Pass # For the wrong reason.
ngeoffray 2012/10/31 10:33:03 Please file a bug
karlklose 2012/10/31 13:01:18 I do not know the reason, this is copied.
karlklose 2012/11/01 07:57:13 Actually this does pass for the right reason, so I
part_test: Fail
part2_test: Fail
gc_test: Fail # Issue 1487
@@ -328,6 +329,7 @@ import_combinators_test: Fail
[ $runtime == vm || ($runtime == drt && $compiler == none) ]
+first_class_types_literals_test: Fail
ngeoffray 2012/10/31 10:33:03 ditto
karlklose 2012/10/31 13:01:18 Added existing issue number.
call_test: Fail # Issue 1604
[ $runtime == chrome ]
@@ -353,6 +355,10 @@ string_escape1_negative_test: Skip
# call_constructor_on_unresolvable_class_test/07: Fail
call_nonexistent_constructor_test: Fail
+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.
+
# Renaming type from platform library:
dynamic_test: Fail
@@ -372,19 +378,6 @@ non_parameterized_factory2_test: Fail
non_parameterized_factory_test: Fail
type_variable_scope_test: Fail
-class_literal_test/05: Fail # http://dartbug.com/5519
-class_literal_test/10: Fail # http://dartbug.com/5519
-class_literal_test/11: Fail # http://dartbug.com/5519
-class_literal_test/12: Fail # http://dartbug.com/5519
-class_literal_test/17: Fail # http://dartbug.com/5519
-class_literal_test/18: Fail # http://dartbug.com/5519
-class_literal_test/19: Fail # http://dartbug.com/5519
-class_literal_test/20: Fail # http://dartbug.com/5519
-class_literal_test/22: Fail # http://dartbug.com/5519
-class_literal_test/25: Fail # http://dartbug.com/5519
-class_literal_test/27: Fail # http://dartbug.com/5519
-class_literal_test/28: Fail # http://dartbug.com/5519
-class_literal_test/29: Fail # http://dartbug.com/5519
compile_time_constant10_test/01: Fail # http://dartbug.com/5519
compile_time_constant10_test/02: Fail # http://dartbug.com/5519
compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519

Powered by Google App Engine
This is Rietveld 408576698