Index: tests/language/language.status |
diff --git a/tests/language/language.status b/tests/language/language.status |
index aa20e9f5f002281976edcf162c60a137c5854d31..f26eed6ca976ba72180855d1c7639dd5a1bc34cc 100644 |
--- a/tests/language/language.status |
+++ b/tests/language/language.status |
@@ -54,6 +54,7 @@ invocation_mirror_test: Fail # issue 3326, 3622. |
no_such_method_test: Fail # issue 3326, 3622. |
export_cyclic_test: Fail, Crash # issue 6060 |
+duplicate_export_negative_test: Fail # issue 6134 |
invocation_mirror_indirect_test: Fail # Issue 3326 |
[ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ] |
@@ -146,6 +147,7 @@ first_class_types_literals_test: Fail # issue 6283 |
getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest |
+duplicate_export_negative_test: Fail # Duplicate export not reported. |
karlklose
2012/11/09 11:50:38
Duplicated status?
Johnni Winther
2012/11/09 12:32:09
No. This is dartc, the one above is the VM.
|
# Test expects signature of noSuchMethod to be correct according |
# to specification. Should start working when the library signature |
# changes. |