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. |