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

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

Issue 26755002: Also mark test for type variable name conflicts as failing on the analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/language_analyzer.status ('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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 switch_bad_case_test/02: Fail # missing error in double in switch case expr 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 179
180 # test issue 12541; there shouldn't be a static warning 180 # test issue 12541; there shouldn't be a static warning
181 static_field_test/01: fail # Issue 12541 181 static_field_test/01: fail # Issue 12541
182 static_field_test/02: fail # Issue 12541 182 static_field_test/02: fail # Issue 12541
183 static_field_test/03: fail # Issue 12541 183 static_field_test/03: fail # Issue 12541
184 static_field_test/04: fail # Issue 12541 184 static_field_test/04: fail # Issue 12541
185 185
186 # test issue 13787; duplicate exports of the same declaration is not handled 186 # test issue 13787; duplicate exports of the same declaration is not handled
187 duplicate_export_test: fail # Issue 13787 187 duplicate_export_test: fail # Issue 13787
188 188
189 type_variable_conflict_test/01: Fail # Issue 13703
190 type_variable_conflict_test/02: Fail # Issue 13703
191 type_variable_conflict_test/03: Fail # Issue 13703
192 type_variable_conflict_test/04: Fail # Issue 13703
193 type_variable_conflict_test/05: Fail # Issue 13703
194 type_variable_conflict_test/06: Fail # Issue 13703
195
189 [ $compiler == dart2analyzer && $checked ] 196 [ $compiler == dart2analyzer && $checked ]
190 factory1_test/00: fail 197 factory1_test/00: fail
191 factory1_test/01: fail 198 factory1_test/01: fail
192 field_type_check2_test/01: fail 199 field_type_check2_test/01: fail
193 factory_implementation_test/00: fail 200 factory_implementation_test/00: fail
194 factory_redirection_test/08: fail 201 factory_redirection_test/08: fail
195 factory_redirection_test/09: fail 202 factory_redirection_test/09: fail
196 factory_redirection_test/10: fail 203 factory_redirection_test/10: fail
197 factory_redirection_test/11: fail 204 factory_redirection_test/11: fail
198 factory_redirection_test/12: fail 205 factory_redirection_test/12: fail
199 factory_redirection_test/13: fail 206 factory_redirection_test/13: fail
200 factory_redirection_test/14: fail 207 factory_redirection_test/14: fail
201 getters_setters2_test/03: fail 208 getters_setters2_test/03: fail
202 type_variable_bounds3_test/00: fail 209 type_variable_bounds3_test/00: fail
203 type_variable_bounds2_test/05: fail 210 type_variable_bounds2_test/05: fail
204 211
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698