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

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

Issue 23621022: Update language.status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed testing of string identity Created 7 years, 3 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 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 type_variable_bounds2_test/01: fail # Issue 12162 174 type_variable_bounds2_test/01: fail # Issue 12162
175 type_variable_bounds2_test/02: fail # Issue 12162 175 type_variable_bounds2_test/02: fail # Issue 12162
176 type_variable_bounds2_test/03: fail # Issue 12162 176 type_variable_bounds2_test/03: fail # Issue 12162
177 type_variable_bounds2_test/04: fail # Issue 12162 177 type_variable_bounds2_test/04: fail # Issue 12162
178 type_variable_bounds2_test/06: fail # Issue 12162 178 type_variable_bounds2_test/06: fail # Issue 12162
179 179
180 # test issue 12163, unresolved identifier is static warning in static context 180 # test issue 12163, unresolved identifier is static warning in static context
181 unresolved_in_factory_negative_test: fail # Issue 12163 181 unresolved_in_factory_negative_test: fail # Issue 12163
182 unresolved_top_level_var_negative_test: fail # Issue 12163 182 unresolved_top_level_var_negative_test: fail # Issue 12163
183 183
184 # test issue 12181, uses argument definition test
185 constructor_initializer_test: fail # Issue 12181
186
187 # test issue 12191, ambiguous import is always warning now 184 # test issue 12191, ambiguous import is always warning now
188 prefix3_negative_test: fail # Issue 12191 185 prefix3_negative_test: fail # Issue 12191
189 library_ambiguous_test/00: fail # Issue 12191 186 library_ambiguous_test/00: fail # Issue 12191
190 187
191 # test issue 12289, assignment in assert statement 188 # test issue 12289, assignment in assert statement
192 type_error_test: fail # Issue 12289 189 type_error_test: fail # Issue 12289
193 190
194 # test issue 12381, It is compile-time error to invoke not existing function 191 # test issue 12381, It is compile-time error to invoke not existing function
195 issue11724_test: fail # Issue 12381 192 issue11724_test: fail # Issue 12381
196 call_nonexistent_static_test/08: fail # Issue 12381 193 call_nonexistent_static_test/08: fail # Issue 12381
(...skipping 18 matching lines...) Expand all
215 factory_redirection_test/09: fail 212 factory_redirection_test/09: fail
216 factory_redirection_test/10: fail 213 factory_redirection_test/10: fail
217 factory_redirection_test/11: fail 214 factory_redirection_test/11: fail
218 factory_redirection_test/12: fail 215 factory_redirection_test/12: fail
219 factory_redirection_test/13: fail 216 factory_redirection_test/13: fail
220 factory_redirection_test/14: fail 217 factory_redirection_test/14: fail
221 getters_setters2_test/03: fail 218 getters_setters2_test/03: fail
222 type_variable_bounds3_test/00: fail 219 type_variable_bounds3_test/00: fail
223 type_variable_bounds2_test/05: fail 220 type_variable_bounds2_test/05: fail
224 221
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