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

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: 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
« no previous file with comments | « tests/language/language.status ('k') | tests/utils/dummy_compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 2d08521e96468d58a535ffa3ceaf3673455a0f9a..9399a9ca20224c85eb04e4d6595fda23807a5236 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.
ahe 2012/11/01 13:55:28 Why is this test flaky?
karlklose 2012/11/01 14:34:20 It is a multi test. I removed this line and put th
# VM specific tests that should not be run by dart2js.
*vm_test: Skip
*vm_negative_test: Skip
@@ -77,6 +78,10 @@ illegal_invocation_test/03: Fail # http://dartbug.com/5519
isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
+constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid with class literals.
+illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
+illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
+
execute_finally8_test: Fail # http://dartbug.com/5643
throw_expr_test: Fail
@@ -220,7 +225,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.
« no previous file with comments | « tests/language/language.status ('k') | tests/utils/dummy_compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698