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

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

Issue 23216006: Rules for finals were loosened, contradiction in spec was fixed. (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 | « tests/co19/co19-analyzer.status ('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
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 # test issue 12289, assignment in assert statement 263 # test issue 12289, assignment in assert statement
264 type_error_test: fail 264 type_error_test: fail
265 265
266 # test issue 12381, It is compile-time error to invoke not existing function 266 # test issue 12381, It is compile-time error to invoke not existing function
267 issue11724_test: fail 267 issue11724_test: fail
268 call_nonexistent_static_test/08: fail 268 call_nonexistent_static_test/08: fail
269 269
270 # test issue 12397; it is static warning, not error to use variable before decla ration (or hidden) 270 # test issue 12397; it is static warning, not error to use variable before decla ration (or hidden)
271 scope_negative_test: fail 271 scope_negative_test: fail
272 272
273 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed
274 const_syntax_test/09: fail
275
273 [ $compiler == dartanalyzer && $checked ] 276 [ $compiler == dartanalyzer && $checked ]
274 factory1_test/00: fail 277 factory1_test/00: fail
275 factory1_test/01: fail 278 factory1_test/01: fail
276 field_type_check2_test/01: fail 279 field_type_check2_test/01: fail
277 factory_implementation_test/00: fail 280 factory_implementation_test/00: fail
278 factory_redirection_test/08: fail 281 factory_redirection_test/08: fail
279 factory_redirection_test/09: fail 282 factory_redirection_test/09: fail
280 factory_redirection_test/10: fail 283 factory_redirection_test/10: fail
281 factory_redirection_test/11: fail 284 factory_redirection_test/11: fail
282 factory_redirection_test/12: fail 285 factory_redirection_test/12: fail
283 factory_redirection_test/13: fail 286 factory_redirection_test/13: fail
284 factory_redirection_test/14: fail 287 factory_redirection_test/14: fail
285 getters_setters2_test/03: fail 288 getters_setters2_test/03: fail
286 type_variable_bounds3_test/00: fail 289 type_variable_bounds3_test/00: fail
287 type_variable_bounds2_test/05: fail 290 type_variable_bounds2_test/05: fail
288 291
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698