| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index dfa36c31eb4a9ae3fa7d1beedd9912168b251607..19b19bccc3aa420eef34f4ab69aafc00af1e1382 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -85,6 +85,7 @@ argument_definition_test/*: Skip # Not implemented.
|
| 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: Fail # Unresolved static calls are no longer errors.
|
| call_operator_test: Pass # Issue 1355
|
| cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
|
| char_escape_test: Pass # Issue 1654
|
| @@ -184,6 +185,9 @@ import_core_no_prefix_test: Fail # Issue 4607
|
| [ $compiler == none && $runtime == vm ]
|
| import_core_no_prefix_test: Fail # Issue 4607
|
|
|
| +[ $runtime == vm ]
|
| +call_nonexistent_static_test: Fail # Issues 3085,3088,3094
|
| +
|
| [ $runtime == chrome ]
|
| string_escape1_negative_test: Skip
|
|
|
|
|