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

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

Issue 23460006: Update language status and rewrite a test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Assigned issue numbers 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 | « no previous file | tests/language/language_dart2js.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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 212
213 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed 213 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed
214 const_syntax_test/09: fail # Issue 12539 214 const_syntax_test/09: fail # Issue 12539
215 215
216 # test issue 12541; there shouldn't be a static warning 216 # test issue 12541; there shouldn't be a static warning
217 static_field_test/01: fail # Issue 12541 217 static_field_test/01: fail # Issue 12541
218 static_field_test/02: fail # Issue 12541 218 static_field_test/02: fail # Issue 12541
219 static_field_test/03: fail # Issue 12541 219 static_field_test/03: fail # Issue 12541
220 static_field_test/04: fail # Issue 12541 220 static_field_test/04: fail # Issue 12541
221 221
222
223 [ $compiler == dartanalyzer && $checked ] 222 [ $compiler == dartanalyzer && $checked ]
224 factory1_test/00: fail 223 factory1_test/00: fail
225 factory1_test/01: fail 224 factory1_test/01: fail
226 field_type_check2_test/01: fail 225 field_type_check2_test/01: fail
227 factory_implementation_test/00: fail 226 factory_implementation_test/00: fail
228 factory_redirection_test/08: fail 227 factory_redirection_test/08: fail
229 factory_redirection_test/09: fail 228 factory_redirection_test/09: fail
230 factory_redirection_test/10: fail 229 factory_redirection_test/10: fail
231 factory_redirection_test/11: fail 230 factory_redirection_test/11: fail
232 factory_redirection_test/12: fail 231 factory_redirection_test/12: fail
233 factory_redirection_test/13: fail 232 factory_redirection_test/13: fail
234 factory_redirection_test/14: fail 233 factory_redirection_test/14: fail
235 getters_setters2_test/03: fail 234 getters_setters2_test/03: fail
236 type_variable_bounds3_test/00: fail 235 type_variable_bounds3_test/00: fail
237 type_variable_bounds2_test/05: fail 236 type_variable_bounds2_test/05: fail
238 237
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698