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

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: 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
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 140 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
140 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 141 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
141 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 142 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
142 factory5_test/00: Fail # issue 3079 143 factory5_test/00: Fail # issue 3079
143 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 144 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
144 145
145 first_class_types_literals_test: Fail # issue 6283 146 first_class_types_literals_test: Fail # issue 6283
146 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 147 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
147 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 148 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
148 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 149 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
150 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.
149 # Test expects signature of noSuchMethod to be correct according 151 # Test expects signature of noSuchMethod to be correct according
150 # to specification. Should start working when the library signature 152 # to specification. Should start working when the library signature
151 # changes. 153 # changes.
152 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 154 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
153 library2_negative_test: Fail # still a valid test? Issue 3649 155 library2_negative_test: Fail # still a valid test? Issue 3649
154 library4_negative_test: Fail # still a valid test? Issue 3530 156 library4_negative_test: Fail # still a valid test? Issue 3530
155 library6_negative_test: Fail # still a valid test? Issue 3650 157 library6_negative_test: Fail # still a valid test? Issue 3650
156 list_literal4_test: Fail # Issue 1343 158 list_literal4_test: Fail # Issue 1343
157 map_literal4_test: Fail # Issue 1343 159 map_literal4_test: Fail # Issue 1343
158 named_parameters_with_object_property_names_test: Fail # Issue 2137 160 named_parameters_with_object_property_names_test: Fail # Issue 2137
(...skipping 431 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
« 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