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

Unified Diff: tests/language/language_dart2js.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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 9541c2bfe6630e9962d03c7b5326da683f33b79a..37f456d73fe896eb4649798e4fbdbe6741e4b6b6 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -3,6 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dart2js || $compiler == dart2dart ]
+class_literal_test: Fail, Pass # Class literals are expression now; delete this test.
ngeoffray 2012/10/31 10:33:03 Why is it passing sometimes?
karlklose 2012/10/31 13:01:18 The case for type variables is not yet implemented
ngeoffray 2012/10/31 14:32:43 Ah it's a multi-test. Maybe add that you're disabl
# VM specific tests that should not be run by dart2js.
*vm_test: Skip
*vm_negative_test: Skip
@@ -64,10 +65,13 @@ bad_constructor_test/05: Fail # http://dartbug.com/5519
bad_constructor_test/06: Fail # http://dartbug.com/5519
call_nonexistent_constructor_test: Fail
constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
+constructor_negative_test: Fail, Ok # The expression 'C()' is valid with class literals.
ngeoffray 2012/10/31 10:33:03 Please move Fail, OK tests to one section.
karlklose 2012/10/31 13:01:18 Done.
external_test/10: Fail # http://dartbug.com/5519
getter_no_setter2_test/01: Fail # http://dartbug.com/5519
getter_no_setter_test/01: Fail # http://dartbug.com/5519
+illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
illegal_invocation_test/03: Fail # http://dartbug.com/5519
+illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
@@ -218,7 +222,6 @@ const_init4_negative_test: Fail # Negative language test.
const_init_negative_test: Fail # Negative language test.
const_syntax_test/04: Fail # Negative language test.
constructor2_negative_test: Fail # Negative language test.
-constructor_negative_test: Pass # For the wrong reason.
constructor_return_negative_test: Fail # Negative language test.
constructor_return_with_arrow_negative_test: Fail # Negative language test.
constructor_return_with_init_and_arrow_negative_test: Fail # Negative language test.

Powered by Google App Engine
This is Rietveld 408576698