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

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: Updated cf. comments 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
« no previous file with comments | « tests/language/duplicate_import_libd.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 3c1ccfeb5ce017ee6e5b36b08c162f9caa53245a..357b3c4edcb9d917e7c107b7f92a53880059c5e0 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 ]
@@ -147,6 +148,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.
# Test expects signature of noSuchMethod to be correct according
# to specification. Should start working when the library signature
# changes.
« no previous file with comments | « tests/language/duplicate_import_libd.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698