| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 42a37c92cc0329e6cdb77a56cd0a291bf294e940..b5936a1340106401020ca294238f4df0ad71ad1b 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -16,6 +16,9 @@
|
| # 3) Update the language/src directory with the updated test.
|
|
|
| [ $compiler == none ]
|
| +call_constructor_on_unresolvable_class_test/01: Fail # Issue 3801
|
| +call_constructor_on_unresolvable_class_test/02: Fail # Issue 3801
|
| +call_constructor_on_unresolvable_class_test/03: Fail # Issue 3801
|
| call_nonexistent_constructor_test: Fail # Issue 3801
|
| gc_test: Fail # Issue 1487
|
| field_override_test/none: Fail # Issue 742: field shadowing now allowed
|
| @@ -161,6 +164,9 @@ implicit_this_test/03: Fail # TODO(ahe): Handle abstract getters.
|
| implicit_this_test/04: Fail # TODO(ahe): Handle abstract getters.
|
| property_field_override_test: Fail # TODO(ahe): Handle abstract getters.
|
|
|
| +call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved()' which fails on the VM
|
| +call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved()' which fails on the VM
|
| +call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved()' which fails on the VM
|
| call_nonexistent_constructor_test: Fail # Issue 1031
|
| const_var_test: Fail # Map literals take 2 type arguments.
|
| map_literal3_test: Fail # Map literals take 2 type arguments.
|
|
|