Index: tests/language/language_dart2js.status |
=================================================================== |
--- tests/language/language_dart2js.status (revision 13204) |
+++ tests/language/language_dart2js.status (working copy) |
@@ -62,6 +62,7 @@ |
bad_constructor_test/04: Fail # http://dartbug.com/5519 |
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 |
external_test/10: Fail # http://dartbug.com/5519 |
getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
@@ -76,8 +77,6 @@ |
optional_named_parameters_test/05: Fail # http://dartbug.com/5519 |
optional_named_parameters_test/07: Fail # http://dartbug.com/5519 |
optional_named_parameters_test/09: Fail # http://dartbug.com/5519 |
-setter_no_getter_call_test/01: Fail # http://dartbug.com/5519 |
-setter_no_getter_test/01: Fail # http://dartbug.com/5519 |
value_range_test: Fail # http://dartbug.com/5585 |
import_combinators_test: Fail |
@@ -86,13 +85,6 @@ |
infinity_test: Fail # Issue 4984 |
positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. |
-class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore. |
-class_literal_test/04: Fail # Calling a nonexistent static is not a compile time error anymore. |
-class_literal_test/08: Fail # Calling a nonexistent static is not a compile time error anymore. |
-class_literal_test/09: Fail # Calling a nonexistent static is not a compile time error anymore. |
-class_literal_test/15: Fail # Calling a nonexistent static is not a compile time error anymore. |
-class_literal_test/16: Fail # Calling a nonexistent static is not a compile time error anymore. |
- |
getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax. |
function_type_this_parameter_test: Crash # Issue 4417. |
@@ -183,6 +175,7 @@ |
named_parameters_aggregated_test/03: Fail # Presence of default values for optional params is not properly validated in closure types. |
named_parameters_aggregated_test/05: Fail # Absence of positional parameters before named parameters does not trigger static type warning. |
pseudo_kw_test: Fail # Unexpected token '(' |
+static_field3_test/0*: Fail |
super_implicit_closure_test: Fail # internal error: super property read not implemented |
super_operator_test: Fail # internal error: super property store not implemented |
switch_label_test: Fail # error: target of continue is not a loop or switch case |