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

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

Issue 25505006: Report BUILT_IN_IDENTIFIER_AS_TYPE for formal parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Report BUILT_IN_IDENTIFIER_AS_TYPE in type resolver. 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
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 switch_bad_case_test/02: Fail # missing error in double in switch case expr 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr
7 7
8 # Missing compile-time errors for parameters marked static.
9 static_parameter_test/02: Fail
10 static_parameter_test/03: Fail
11 static_parameter_test/04: Fail
12 static_parameter_test/06: Fail
13 static_parameter_test/07: Fail
14 static_parameter_test/08: Fail
15 static_parameter_test/10: Fail
16 static_parameter_test/11: Fail
17 static_parameter_test/12: Fail
18
19 # Runtime negative test. No static errors or warnings. 8 # Runtime negative test. No static errors or warnings.
20 closure_call_wrong_argument_count_negative_test: skip 9 closure_call_wrong_argument_count_negative_test: skip
21 10
22 # TBD: using built-in identifers 11 # TBD: using built-in identifers
23 built_in_identifier_prefix_test: fail # Issue 12694 12 built_in_identifier_prefix_test: fail # Issue 12694
24 13
25 # TBD: these look like bad tests, no issue number 14 # TBD: these look like bad tests, no issue number
26 class_literal_test: fail 15 class_literal_test: fail
27 constructor_call_as_function_test/01: fail 16 constructor_call_as_function_test/01: fail
28 17
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 factory_redirection_test/09: fail 198 factory_redirection_test/09: fail
210 factory_redirection_test/10: fail 199 factory_redirection_test/10: fail
211 factory_redirection_test/11: fail 200 factory_redirection_test/11: fail
212 factory_redirection_test/12: fail 201 factory_redirection_test/12: fail
213 factory_redirection_test/13: fail 202 factory_redirection_test/13: fail
214 factory_redirection_test/14: fail 203 factory_redirection_test/14: fail
215 getters_setters2_test/03: fail 204 getters_setters2_test/03: fail
216 type_variable_bounds3_test/00: fail 205 type_variable_bounds3_test/00: fail
217 type_variable_bounds2_test/05: fail 206 type_variable_bounds2_test/05: fail
218 207
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698