Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tests/language/language.status

Issue 11360149: Report errors on duplicate export. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« tests/co19/co19-dart2dart.status ('K') | « tests/language/duplicate_import_libd.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698