Index: tests/language/language.status |
=================================================================== |
--- tests/language/language.status (revision 14690) |
+++ tests/language/language.status (working copy) |
@@ -26,6 +26,7 @@ |
constructor6_test: Fail # Issue 6422 |
closure_in_initializer_test: Fail # Issue 6422 |
+const_locals_test: Fail |
# Regular bugs which should be fixed. |
const_init6_negative_test: Fail # Issue 811 |
@@ -92,6 +93,8 @@ |
metadata_test: Fail |
bad_override_test/01: Fail |
bad_override_test/02: Fail |
+const_locals_test: Fail |
+const_nested_test: Fail |
get_set_syntax_test/none: Fail # does not accept getter/setter with no method body |
application_negative_test: Fail # Runtime only test, rewrite as multitest |
assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multitest |