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

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

Issue 27179004: Issue 12103. It is warning to provide wrong number of type arguments for list/map literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Non-error tests. 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 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
11 # TBD: using built-in identifers 11 # TBD: using built-in identifers
12 built_in_identifier_prefix_test: fail # Issue 12694 12 built_in_identifier_prefix_test: fail # Issue 12694
13 13
14 # TBD: these look like bad tests, no issue number 14 # TBD: these look like bad tests, no issue number
15 class_literal_test: fail 15 class_literal_test: fail
16 constructor_call_as_function_test/01: fail 16 constructor_call_as_function_test/01: fail
17 17
18 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 18 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
19 default_implementation2_test: fail 19 default_implementation2_test: fail
20 20
21 function_type_alias9_test/00: crash # Issue 11987 21 function_type_alias9_test/00: crash # Issue 11987
22 22
23 list_literal_syntax_test/01: fail # Issue 12103
24 list_literal_syntax_test/02: fail # Issue 12103
25 list_literal_syntax_test/03: fail # Issue 12103
26 malformed_test/none: fail # Issue 12696
27
28 # TBF: we should check conflicts not only for methods, but for accessors too 23 # TBF: we should check conflicts not only for methods, but for accessors too
29 override_field_test/02: fail 24 override_field_test/02: fail
30 override_field_test/03: fail 25 override_field_test/03: fail
31 method_override7_test/03: Fail # Issue 11496 26 method_override7_test/03: Fail # Issue 11496
32 method_override8_test/03: Fail # Issue 11496 27 method_override8_test/03: Fail # Issue 11496
33 28
34 # TBF: prefix T hidden by type variable T in 'new T.Class()' 29 # TBF: prefix T hidden by type variable T in 'new T.Class()'
35 prefix10_negative_test: fail 30 prefix10_negative_test: fail
36 31
37 built_in_identifier_test/none: Fail # Issue 13023 32 built_in_identifier_test/none: Fail # Issue 13023
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 redirecting_factory_infinite_steps_test/01: fail 170 redirecting_factory_infinite_steps_test/01: fail
176 171
177 # 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. 172 # 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.
178 default_factory2_test/none: fail 173 default_factory2_test/none: fail
179 174
180 # test issue 14021, it is warning, not an error to reference private (undefined) identifier 175 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
181 private_member1_negative_test: fail 176 private_member1_negative_test: fail
182 private_member2_negative_test: fail 177 private_member2_negative_test: fail
183 private_member3_negative_test: fail 178 private_member3_negative_test: fail
184 179
180 # test issue 14079
181 malformed_test/none: fail # test issue 14079, legit warnings for malformed type
182 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst antiate malformed type
183 malformed_test/06: fail # test issue 14079, it is not error, but warning to use malformed type in "try-on" clause
184
185 # 185 #
186 # Please don't add new items here. 186 # Please don't add new items here.
187 # This is section for invalid tests. 187 # This is section for invalid tests.
188 # 188 #
189 189
190 [ $compiler == dartanalyzer && $checked ] 190 [ $compiler == dartanalyzer && $checked ]
191 factory1_test/00: fail 191 factory1_test/00: fail
192 factory1_test/01: fail 192 factory1_test/01: fail
193 field_type_check2_test/01: fail 193 field_type_check2_test/01: fail
194 factory_implementation_test/00: fail 194 factory_implementation_test/00: fail
195 factory_redirection_test/08: fail 195 factory_redirection_test/08: fail
196 factory_redirection_test/09: fail 196 factory_redirection_test/09: fail
197 factory_redirection_test/10: fail 197 factory_redirection_test/10: fail
198 factory_redirection_test/11: fail 198 factory_redirection_test/11: fail
199 factory_redirection_test/12: fail 199 factory_redirection_test/12: fail
200 factory_redirection_test/13: fail 200 factory_redirection_test/13: fail
201 factory_redirection_test/14: fail 201 factory_redirection_test/14: fail
202 getters_setters2_test/03: fail 202 getters_setters2_test/03: fail
203 type_variable_bounds3_test/00: fail 203 type_variable_bounds3_test/00: fail
204 type_variable_bounds2_test/05: fail 204 type_variable_bounds2_test/05: fail
205 205
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698