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

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

Issue 22909033: Removed status file entries refering to non-existent multitests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/tests/language/language.status ('k') | dart/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 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
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 # TBF 53 # TBF
54 pseudo_kw_test: fail 54 pseudo_kw_test: fail
55 55
56 56
57 57
58 58
59 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 59 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
60 block_scope_test: fail 60 block_scope_test: fail
61 lazy_static3_test: fail 61 lazy_static3_test: fail
62 62
63 # test issue 10890; on-catch UnknownType is a static warning, not error
64 try_catch_on_syntax_test/01: fail
65
66 # test issue 10899; it is static warning, not error, to call methods of class li teral
67 class_literal_test/02: fail
68 class_literal_test/05: fail
69 class_literal_test/07: fail
70 class_literal_test/10: fail
71 class_literal_test/11: fail
72 class_literal_test/12: fail
73 class_literal_test/14: fail
74 class_literal_test/17: fail
75 class_literal_test/18: fail
76 class_literal_test/19: fail
77 class_literal_test/22: fail
78 class_literal_test/23: fail
79 class_literal_test/24: fail
80 class_literal_test/27: fail
81 class_literal_test/28: fail
82 class_literal_test/29: fail
83 class_literal_test/none: fail
84
85 # Test issue 11124, Uninitialized finals are warnings not errors 63 # Test issue 11124, Uninitialized finals are warnings not errors
86 field3a_negative_test: fail 64 field3a_negative_test: fail
87 const_syntax_test/01: fail 65 const_syntax_test/01: fail
88 const_syntax_test/04: fail 66 const_syntax_test/04: fail
89 const_syntax_test/02: fail 67 const_syntax_test/02: fail
90 const_syntax_test/03: fail 68 const_syntax_test/03: fail
91 final_syntax_test/01: fail 69 final_syntax_test/01: fail
92 final_syntax_test/04: fail 70 final_syntax_test/04: fail
93 final_syntax_test/02: fail 71 final_syntax_test/02: fail
94 final_syntax_test/03: fail 72 final_syntax_test/03: fail
(...skipping 25 matching lines...) Expand all
120 # test issue 11578, redirecting factory with not subtype 98 # test issue 11578, redirecting factory with not subtype
121 factory5_test/none: fail 99 factory5_test/none: fail
122 factory_redirection_test/none: fail 100 factory_redirection_test/none: fail
123 type_variable_bounds_test/none: fail 101 type_variable_bounds_test/none: fail
124 type_variable_scope_test/none: fail 102 type_variable_scope_test/none: fail
125 factory_implementation_test/none: fail 103 factory_implementation_test/none: fail
126 104
127 # test issue 11579, assignment, no setter 105 # test issue 11579, assignment, no setter
128 getter_no_setter_test/none: fail 106 getter_no_setter_test/none: fail
129 107
130 # test issue 11580, Function is not a malformed type
131 black_listed_test/11: fail
132
133 # test issue 11581, it is not warning to call dynamic 108 # test issue 11581, it is not warning to call dynamic
134 call_through_getter_test: fail 109 call_through_getter_test: fail
135 110
136 # test issue 11583, int is valid key for constant map literal
137 compile_time_constant_c_test/01: fail
138
139 # test issue 11584, positional arguments cannot be used for named parameters 111 # test issue 11584, positional arguments cannot be used for named parameters
140 compile_time_constant_e_test: fail 112 compile_time_constant_e_test: fail
141 113
142 # test issue 11585, static warning, not negative test 114 # test issue 11585, static warning, not negative test
143 constructor3_negative_test: fail 115 constructor3_negative_test: fail
144 constructor_call_wrong_argument_count_negative_test: fail 116 constructor_call_wrong_argument_count_negative_test: fail
145 instance_call_wrong_argument_count_negative_test: fail 117 instance_call_wrong_argument_count_negative_test: fail
146 118
147 # test issue 11586, Class(args) is compile-time warning, not error 119 # test issue 11586, Class(args) is compile-time warning, not error
148 constructor_negative_test: fail 120 constructor_negative_test: fail
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 factory_redirection_test/09: fail 239 factory_redirection_test/09: fail
268 factory_redirection_test/10: fail 240 factory_redirection_test/10: fail
269 factory_redirection_test/11: fail 241 factory_redirection_test/11: fail
270 factory_redirection_test/12: fail 242 factory_redirection_test/12: fail
271 factory_redirection_test/13: fail 243 factory_redirection_test/13: fail
272 factory_redirection_test/14: fail 244 factory_redirection_test/14: fail
273 getters_setters2_test/03: fail 245 getters_setters2_test/03: fail
274 type_variable_bounds3_test/00: fail 246 type_variable_bounds3_test/00: fail
275 type_variable_bounds2_test/05: fail 247 type_variable_bounds2_test/05: fail
276 248
OLDNEW
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698