Index: tests/language/language.status |
diff --git a/tests/language/language.status b/tests/language/language.status |
index b3107957c47993829c18efd953baadc3159e73f2..bf4871e1fc4814d7ea4f14bb3c0c421e6aa54a5c 100644 |
--- a/tests/language/language.status |
+++ b/tests/language/language.status |
@@ -63,6 +63,12 @@ local_function_test: Fail # issue 6124 |
naming_test: Fail # issue 6124 |
invocation_mirror_test: Fail # issue 3326, 3622. |
+no_such_method_test: Fail # issue 3326, 3622. |
+ |
+invocation_mirror_indirect_test: Fail # Issue 3326 |
+many_overridden_no_such_method_test: Fail # Issue 3326 |
+overridden_no_such_method_test: Fail # Issue 3326 |
+ |
[ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ] |
gc_test: Skip # Issue 1487, flaky. |
@@ -520,3 +526,4 @@ naming_test: Fail # issue 6130 |
# This is a VM error when the compiled code is run. |
invocation_mirror_test: Fail # issue 3326, 3622. |
+invocation_mirror_indirect_test: Fail # issue 3326, 3622. |