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

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

Issue 22997004: Turn strict mode off in the dartanalyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « pkg/custom_element/lib/custom_element.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 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 # TBD: using built-in identifers 10 # TBD: using built-in identifers
11 built_in_identifier_prefix_test: fail 11 built_in_identifier_prefix_test: fail
12 12
13 # TBF: (o as C) is not rolled back
14 cast_test/04: fail
15 cast_test/05: fail
16
17 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound. 13 # TBF: It is a static type warning if a type parameter is a supertype of its upp er bound.
18 cyclic_type_variable_test/01: fail 14 cyclic_type_variable_test/01: fail
19 cyclic_type_variable_test/02: fail 15 cyclic_type_variable_test/02: fail
20 cyclic_type_variable_test/03: fail 16 cyclic_type_variable_test/03: fail
21 cyclic_type_variable_test/04: fail 17 cyclic_type_variable_test/04: fail
22 18
23 # TBF: It is a static type warning if any of the type arguments to k' are not su btypes of the bounds of the corresponding formal type parameters of type. 19 # TBF: It is a static type warning if any of the type arguments to k' are not su btypes of the bounds of the corresponding formal type parameters of type.
24 default_factory2_test/01: fail 20 default_factory2_test/01: fail
25 21
26 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 22 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 factory_redirection_test/09: fail 270 factory_redirection_test/09: fail
275 factory_redirection_test/10: fail 271 factory_redirection_test/10: fail
276 factory_redirection_test/11: fail 272 factory_redirection_test/11: fail
277 factory_redirection_test/12: fail 273 factory_redirection_test/12: fail
278 factory_redirection_test/13: fail 274 factory_redirection_test/13: fail
279 factory_redirection_test/14: fail 275 factory_redirection_test/14: fail
280 getters_setters2_test/03: fail 276 getters_setters2_test/03: fail
281 type_variable_bounds3_test/00: fail 277 type_variable_bounds3_test/00: fail
282 type_variable_bounds2_test/05: fail 278 type_variable_bounds2_test/05: fail
283 279
OLDNEW
« no previous file with comments | « pkg/custom_element/lib/custom_element.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698