Index: tests/language/language_dart2js.status |
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
index 2d08521e96468d58a535ffa3ceaf3673455a0f9a..60cfe8434ac584c3d6c6bcd9ac33428afed779de 100644 |
--- a/tests/language/language_dart2js.status |
+++ b/tests/language/language_dart2js.status |
@@ -3,6 +3,30 @@ |
# BSD-style license that can be found in the LICENSE file. |
[ $compiler == dart2js || $compiler == dart2dart ] |
+class_literal_test/01: Fail # Class literals are expression now; delete this test. |
ahe
2012/11/05 09:47:05
Bug report number to delete the test?
Shouldn't th
|
+class_literal_test/02: Fail # Class literals are expression now; delete this test. |
+class_literal_test/05: Fail # Class literals are expression now; delete this test. |
+class_literal_test/06: Fail # Class literals are expression now; delete this test. |
+class_literal_test/07: Fail # Class literals are expression now; delete this test. |
+class_literal_test/10: Fail # Class literals are expression now; delete this test. |
+class_literal_test/11: Fail # Class literals are expression now; delete this test. |
+class_literal_test/12: Fail # Class literals are expression now; delete this test. |
+class_literal_test/13: Fail # Class literals are expression now; delete this test. |
+class_literal_test/14: Fail # Class literals are expression now; delete this test. |
+class_literal_test/17: Fail # Class literals are expression now; delete this test. |
+class_literal_test/18: Fail # Class literals are expression now; delete this test. |
+class_literal_test/19: Fail # Class literals are expression now; delete this test. |
+class_literal_test/20: Fail # Class literals are expression now; delete this test. |
+class_literal_test/21: Fail # Class literals are expression now; delete this test. |
+class_literal_test/22: Fail # Class literals are expression now; delete this test. |
+class_literal_test/23: Fail # Class literals are expression now; delete this test. |
+class_literal_test/24: Fail # Class literals are expression now; delete this test. |
+class_literal_test/25: Fail # Class literals are expression now; delete this test. |
+class_literal_test/26: Fail # Class literals are expression now; delete this test. |
+class_literal_test/27: Fail # Class literals are expression now; delete this test. |
+class_literal_test/28: Fail # Class literals are expression now; delete this test. |
+class_literal_test/29: Fail # Class literals are expression now; delete this test. |
+ |
# VM specific tests that should not be run by dart2js. |
*vm_test: Skip |
*vm_negative_test: Skip |
@@ -77,6 +101,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. |
ahe
2012/11/05 09:47:05
Bug number?
|
+illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. |
ahe
2012/11/05 09:47:05
Bug number?
|
+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 +248,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. |