| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 5afe4cc4b2de61c36b61eae0d3506a8b294aa0b5..c560c8672dba6b0382a86ace3dd200ca4c28e1df 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -53,6 +53,11 @@ bad_override_test/02: Fail # Issue 3859.
|
|
|
| setter_no_getter_call_test/01: Crash # Issue 4360
|
|
|
| +final_syntax_test/none: Fail # Issue 3558
|
| +lazy_final_test: Fail # Issue 3558
|
| +lazy_final2_test: Fail # Issue 3558
|
| +
|
| +
|
| # DartC specific tests that should not be run by the VM
|
| *dartc_test: Skip
|
| *dartc_negative_test: Skip
|
| @@ -183,8 +188,12 @@ pseudo_kw_test: Fail
|
| # external keyword is not yet supported by dart2js/dart2dart.
|
| external_test/*: Skip
|
| # Final top-level field declarations without initializer do not lead to errors in dart2js frontend.
|
| -final_syntax_test/03: Fail
|
| -final_syntax_test/04: Fail
|
| +const_syntax_test/03: Fail, OK
|
| +const_syntax_test/04: Fail, OK
|
| +final_syntax_test/03: Fail, OK
|
| +final_syntax_test/04: Fail, OK
|
| +lazy_final_test: Fail,OK # Issue 3558
|
| +lazy_final2_test: Fail,OK # Issue 3558
|
| # Call operator is not supported by DartVM (see suppression above.)
|
| call_operator_test: Fail
|
| # dart2js frontend doesn't even analyse problematic classes.
|
|
|