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

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

Issue 34993002: Check const expressions for malformed types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Status updated 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.status ('k') | tests/language/language_analyzer2.status » ('j') | 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 # 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 23 matching lines...) Expand all
34 type_promotion_functions_test/none: Fail # Issue 13807 34 type_promotion_functions_test/none: Fail # Issue 13807
35 type_promotion_local_test/none: Fail # Issue 13807 35 type_promotion_local_test/none: Fail # Issue 13807
36 type_promotion_logical_and_test/none: Fail # Issue 13807 36 type_promotion_logical_and_test/none: Fail # Issue 13807
37 type_promotion_multiple_test/none: Fail # Issue 13807 37 type_promotion_multiple_test/none: Fail # Issue 13807
38 type_promotion_parameter_test/none: Fail # Issue 13807 38 type_promotion_parameter_test/none: Fail # Issue 13807
39 39
40 # Missing checks for cyclic typedefs (through bounds) 40 # Missing checks for cyclic typedefs (through bounds)
41 cyclic_typedef_test/10: Fail # Issue 13906 41 cyclic_typedef_test/10: Fail # Issue 13906
42 cyclic_typedef_test/11: Fail # Issue 13906 42 cyclic_typedef_test/11: Fail # Issue 13906
43 43
44 # Invalid constant redirecting factories should cause compile-time error.
45 const_types_test/23: Fail # Issue 14306
46 const_types_test/24: Fail # Issue 14306
47 const_types_test/25: Fail # Issue 14306
48 const_types_test/26: Fail # Issue 14306
49 const_types_test/27: Fail # Issue 14306
50 const_types_test/28: Fail # Issue 14306
51 const_types_test/29: Fail # Issue 14306
52 const_types_test/30: Fail # Issue 14306
53 const_types_test/41: Fail # Issue 14306
44 54
45 # Please add new failing tests before this line. 55 # Please add new failing tests before this line.
46 # Section below is for invalid tests. 56 # Section below is for invalid tests.
47 # 57 #
48 # 58 #
49 59
50 60
51 61
52 62
53 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 63 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 factory_redirection_test/09: fail 217 factory_redirection_test/09: fail
208 factory_redirection_test/10: fail 218 factory_redirection_test/10: fail
209 factory_redirection_test/11: fail 219 factory_redirection_test/11: fail
210 factory_redirection_test/12: fail 220 factory_redirection_test/12: fail
211 factory_redirection_test/13: fail 221 factory_redirection_test/13: fail
212 factory_redirection_test/14: fail 222 factory_redirection_test/14: fail
213 getters_setters2_test/03: fail 223 getters_setters2_test/03: fail
214 type_variable_bounds3_test/00: fail 224 type_variable_bounds3_test/00: fail
215 type_variable_bounds2_test/05: fail 225 type_variable_bounds2_test/05: fail
216 226
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698