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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/language/duplicate_import_libd.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 *dartc_negative_test: Skip 47 *dartc_negative_test: Skip
48 48
49 compile_time_constant10_test/none: Fail # issue 5214 49 compile_time_constant10_test/none: Fail # issue 5214
50 50
51 call_through_null_getter_test: Fail # issue 6124 51 call_through_null_getter_test: Fail # issue 6124
52 52
53 invocation_mirror_test: Fail # issue 3326, 3622. 53 invocation_mirror_test: Fail # issue 3326, 3622.
54 no_such_method_test: Fail # issue 3326, 3622. 54 no_such_method_test: Fail # issue 3326, 3622.
55 55
56 export_cyclic_test: Fail, Crash # issue 6060 56 export_cyclic_test: Fail, Crash # issue 6060
57 duplicate_export_negative_test: Fail # issue 6134
57 invocation_mirror_indirect_test: Fail # Issue 3326 58 invocation_mirror_indirect_test: Fail # Issue 3326
58 59
59 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 60 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
60 gc_test: Skip # Issue 1487, flaky. 61 gc_test: Skip # Issue 1487, flaky.
61 62
62 [ $compiler == none && $mode == debug ] 63 [ $compiler == none && $mode == debug ]
63 gc_test: Skip # Takes too long. 64 gc_test: Skip # Takes too long.
64 65
65 66
66 [ $compiler == none && $checked ] 67 [ $compiler == none && $checked ]
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 141 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
141 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 142 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
142 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 143 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
143 factory5_test/00: Fail # issue 3079 144 factory5_test/00: Fail # issue 3079
144 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 145 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
145 146
146 first_class_types_literals_test: Fail # issue 6283 147 first_class_types_literals_test: Fail # issue 6283
147 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 148 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
148 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 149 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
149 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 150 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
151 duplicate_export_negative_test: Fail # Duplicate export not reported.
150 # Test expects signature of noSuchMethod to be correct according 152 # Test expects signature of noSuchMethod to be correct according
151 # to specification. Should start working when the library signature 153 # to specification. Should start working when the library signature
152 # changes. 154 # changes.
153 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 155 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
154 library2_negative_test: Fail # still a valid test? Issue 3649 156 library2_negative_test: Fail # still a valid test? Issue 3649
155 library4_negative_test: Fail # still a valid test? Issue 3530 157 library4_negative_test: Fail # still a valid test? Issue 3530
156 library6_negative_test: Fail # still a valid test? Issue 3650 158 library6_negative_test: Fail # still a valid test? Issue 3650
157 list_literal4_test: Fail # Issue 1343 159 list_literal4_test: Fail # Issue 1343
158 map_literal4_test: Fail # Issue 1343 160 map_literal4_test: Fail # Issue 1343
159 named_parameters_with_object_property_names_test: Fail # Issue 2137 161 named_parameters_with_object_property_names_test: Fail # Issue 2137
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 compile_time_constant_checked3_test/05: Fail, OK 592 compile_time_constant_checked3_test/05: Fail, OK
591 compile_time_constant_checked3_test/06: Fail, OK 593 compile_time_constant_checked3_test/06: Fail, OK
592 594
593 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 595 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
594 596
595 call_through_null_getter_test: Fail # issue 6130 597 call_through_null_getter_test: Fail # issue 6130
596 598
597 # This is a VM error when the compiled code is run. 599 # This is a VM error when the compiled code is run.
598 invocation_mirror_test: Fail # issue 3326, 3622. 600 invocation_mirror_test: Fail # issue 3326, 3622.
599 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 601 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« 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