| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 1653e61f3cae909ec3d0ea85e7c26656ea2ba8ba..048e598b056d629afd78c6dc922db819d8ca36c0 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -108,6 +108,13 @@ assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
|
| assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multitest
|
| body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
|
| call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer errors.
|
| call_operator_test: Pass # Issue 1355
|
| cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason
|
| cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason
|
| @@ -218,6 +225,15 @@ import_core_no_prefix_test: Fail # Issue 4607
|
| call_nonexistent_static_test/01: Fail # Issues 3094
|
| call_nonexistent_static_test/02: Fail # Issues 3088
|
| call_nonexistent_static_test/03: Fail # Issues 3085
|
| +call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer errors.
|
| +call_nonexistent_static_test/10: Fail, Crash # Unresolved static calls are no longer errors.
|
| +getter_no_setter2_test/01: Fail # Unresolved static calls are no longer errors.
|
| +setter_no_getter_test/01: Crash # Unresolved static calls are no longer errors.
|
|
|
| [ $runtime == chrome ]
|
| string_escape1_negative_test: Skip
|
|
|