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

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

Issue 23440068: Update analyzer test expectations for commit 27796. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 6
7 # Missing compile-time errors for parameters marked static.
ngeoffray 2013/09/24 07:10:23 File a bug?
8 language/static_parameter_test/02: Fail
9 language/static_parameter_test/03: Fail
10 language/static_parameter_test/04: Fail
11 language/static_parameter_test/06: Fail
12 language/static_parameter_test/07: Fail
13 language/static_parameter_test/08: Fail
14 language/static_parameter_test/10: Fail
15 language/static_parameter_test/11: Fail
16 language/static_parameter_test/12: Fail
17
7 # Runtime negative test. No static errors or warnings. 18 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 19 closure_call_wrong_argument_count_negative_test: skip
9 20
10 # TBD: using built-in identifers 21 # TBD: using built-in identifers
11 built_in_identifier_prefix_test: fail # Issue 12694 22 built_in_identifier_prefix_test: fail # Issue 12694
12 23
13 # TBD: these look like bad tests, no issue number 24 # TBD: these look like bad tests, no issue number
14 class_literal_test: fail 25 class_literal_test: fail
15 constructor_call_as_function_test/01: fail 26 constructor_call_as_function_test/01: fail
16 27
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 factory_redirection_test/09: fail 214 factory_redirection_test/09: fail
204 factory_redirection_test/10: fail 215 factory_redirection_test/10: fail
205 factory_redirection_test/11: fail 216 factory_redirection_test/11: fail
206 factory_redirection_test/12: fail 217 factory_redirection_test/12: fail
207 factory_redirection_test/13: fail 218 factory_redirection_test/13: fail
208 factory_redirection_test/14: fail 219 factory_redirection_test/14: fail
209 getters_setters2_test/03: fail 220 getters_setters2_test/03: fail
210 type_variable_bounds3_test/00: fail 221 type_variable_bounds3_test/00: fail
211 type_variable_bounds2_test/05: fail 222 type_variable_bounds2_test/05: fail
212 223
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