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

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

Issue 19543007: Status update for language/illegal_invocation_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | 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 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason)
7 7
8 illegal_invocation_test/01: fail # Issue: 11892
9
8 # test issue 11581, it is not warning to call dynamic 10 # test issue 11581, it is not warning to call dynamic
9 call_through_getter_test: fail 11 call_through_getter_test: fail
10 12
11 # test issue 11582, non-final field with 'const' constructor 13 # test issue 11582, non-final field with 'const' constructor
12 compile_time_constant10_test/none: fail 14 compile_time_constant10_test/none: fail
13 15
14 # test issue 11583, int is valid key for constant map literal 16 # test issue 11583, int is valid key for constant map literal
15 compile_time_constant_c_test/01: fail 17 compile_time_constant_c_test/01: fail
16 18
17 # test issue 11589, export D from 2 export directives 19 # test issue 11589, export D from 2 export directives
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 getters_setters2_test/03: fail 287 getters_setters2_test/03: fail
286 type_variable_bounds3_test/00: fail 288 type_variable_bounds3_test/00: fail
287 type_variable_bounds2_test/05: fail 289 type_variable_bounds2_test/05: fail
288 type_variable_scope_test/00: fail 290 type_variable_scope_test/00: fail
289 type_variable_scope_test/01: fail 291 type_variable_scope_test/01: fail
290 type_variable_scope_test/02: fail 292 type_variable_scope_test/02: fail
291 type_variable_scope_test/03: fail 293 type_variable_scope_test/03: fail
292 type_variable_scope_test/04: fail 294 type_variable_scope_test/04: fail
293 type_variable_scope_test/05: fail 295 type_variable_scope_test/05: fail
294 296
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698