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

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

Issue 29283003: Fix issue 12654 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address 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
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 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
7 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
8 8
9 # TBD: using built-in identifers 9 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 # test issue 14021, it is warning, not an error to reference private (undefined) identifier 181 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
182 private_member1_negative_test: fail 182 private_member1_negative_test: fail
183 private_member2_negative_test: fail 183 private_member2_negative_test: fail
184 private_member3_negative_test: fail 184 private_member3_negative_test: fail
185 185
186 # test issue 14079 186 # test issue 14079
187 malformed_test/none: fail # test issue 14079, legit warnings for malformed type 187 malformed_test/none: fail # test issue 14079, legit warnings for malformed type
188 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type 188 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
189 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause 189 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
190 190
191 # test issue 14228
192 black_listed_test/none: fail # test issue 14228, warnings are required but not e xpected
193
191 # 194 #
192 # Please don't add new items here. 195 # Please don't add new items here.
193 # This is section for invalid tests. 196 # This is section for invalid tests.
194 # 197 #
195 198
196 [ $compiler == dartanalyzer && $checked ] 199 [ $compiler == dartanalyzer && $checked ]
197 factory1_test/00: fail 200 factory1_test/00: fail
198 factory1_test/01: fail 201 factory1_test/01: fail
199 field_type_check2_test/01: fail 202 field_type_check2_test/01: fail
200 factory_implementation_test/00: fail 203 factory_implementation_test/00: fail
201 factory_redirection_test/08: fail 204 factory_redirection_test/08: fail
202 factory_redirection_test/09: fail 205 factory_redirection_test/09: fail
203 factory_redirection_test/10: fail 206 factory_redirection_test/10: fail
204 factory_redirection_test/11: fail 207 factory_redirection_test/11: fail
205 factory_redirection_test/12: fail 208 factory_redirection_test/12: fail
206 factory_redirection_test/13: fail 209 factory_redirection_test/13: fail
207 factory_redirection_test/14: fail 210 factory_redirection_test/14: fail
208 getters_setters2_test/03: fail 211 getters_setters2_test/03: fail
209 type_variable_bounds3_test/00: fail 212 type_variable_bounds3_test/00: fail
210 type_variable_bounds2_test/05: fail 213 type_variable_bounds2_test/05: fail
211 214
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698