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

Side by Side Diff: tests/language/language_analyzer.status

Issue 27008003: Handle clash of prefix/non-prefix imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased + updated cf. comments. Created 7 years, 2 months 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/hidden_import_test.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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how ever there is contradiction - Object has ==, and double - not 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how ever there is contradiction - Object has ==, and double - not
7 7
8 # Runtime negative test. No static errors or warnings. 8 # Runtime negative test. No static errors or warnings.
9 closure_call_wrong_argument_count_negative_test: skip 9 closure_call_wrong_argument_count_negative_test: skip
10 10
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 172
173 # test issue 13787; duplicate exports of the same declaration is not handled 173 # test issue 13787; duplicate exports of the same declaration is not handled
174 duplicate_export_test: fail # Issue 13787 174 duplicate_export_test: fail # Issue 13787
175 175
176 # test issue 13916, Looks as no warning should be in this redirecting factory 176 # test issue 13916, Looks as no warning should be in this redirecting factory
177 redirecting_factory_infinite_steps_test/01: fail 177 redirecting_factory_infinite_steps_test/01: fail
178 178
179 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type. 179 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
180 default_factory2_test/none: fail 180 default_factory2_test/none: fail
181 181
182 hidden_import_test/01: Fail # 14009
183 hidden_import_test/02: Fail # 14009
184
182 [ $compiler == dartanalyzer && $checked ] 185 [ $compiler == dartanalyzer && $checked ]
183 factory1_test/00: fail 186 factory1_test/00: fail
184 factory1_test/01: fail 187 factory1_test/01: fail
185 field_type_check2_test/01: fail 188 field_type_check2_test/01: fail
186 factory_implementation_test/00: fail 189 factory_implementation_test/00: fail
187 factory_redirection_test/08: fail 190 factory_redirection_test/08: fail
188 factory_redirection_test/09: fail 191 factory_redirection_test/09: fail
189 factory_redirection_test/10: fail 192 factory_redirection_test/10: fail
190 factory_redirection_test/11: fail 193 factory_redirection_test/11: fail
191 factory_redirection_test/12: fail 194 factory_redirection_test/12: fail
192 factory_redirection_test/13: fail 195 factory_redirection_test/13: fail
193 factory_redirection_test/14: fail 196 factory_redirection_test/14: fail
194 getters_setters2_test/03: fail 197 getters_setters2_test/03: fail
195 type_variable_bounds3_test/00: fail 198 type_variable_bounds3_test/00: fail
196 type_variable_bounds2_test/05: fail 199 type_variable_bounds2_test/05: fail
197 200
OLDNEW
« no previous file with comments | « tests/language/hidden_import_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698