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

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

Issue 60293003: Version 0.8.10.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/tests/language/language.status ('k') | dart/tests/language/language_analyzer2.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 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
7 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
8 8
9 # TBD: using built-in identifers 9 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 const_optional_args_negative_test: CompileTimeError 199 const_optional_args_negative_test: CompileTimeError
200 constructor_named_arguments_test/01: StaticWarning 200 constructor_named_arguments_test/01: StaticWarning
201 constructor_redirect1_negative_test: CompileTimeError 201 constructor_redirect1_negative_test: CompileTimeError
202 constructor_redirect2_negative_test: CompileTimeError 202 constructor_redirect2_negative_test: CompileTimeError
203 constructor_setter_negative_test: CompileTimeError 203 constructor_setter_negative_test: CompileTimeError
204 constructor_test: StaticWarning 204 constructor_test: StaticWarning
205 core_type_check_test: StaticWarning 205 core_type_check_test: StaticWarning
206 crash_6725_test: StaticWarning 206 crash_6725_test: StaticWarning
207 default_factory_library_test: StaticWarning 207 default_factory_library_test: StaticWarning
208 default_factory_test: StaticWarning 208 default_factory_test: StaticWarning
209 div_with_power_of_two2_test: StaticWarning
210 double_to_string_as_exponential2_test: StaticWarning 209 double_to_string_as_exponential2_test: StaticWarning
211 double_to_string_as_fixed2_test: StaticWarning 210 double_to_string_as_fixed2_test: StaticWarning
212 double_to_string_as_precision2_test: StaticWarning 211 double_to_string_as_precision2_test: StaticWarning
213 duplicate_export_negative_test: CompileTimeError 212 duplicate_export_negative_test: CompileTimeError
214 duplicate_interface_negative_test: CompileTimeError 213 duplicate_interface_negative_test: CompileTimeError
215 dynamic_field_test: StaticWarning 214 dynamic_field_test: StaticWarning
216 dynamic_prefix_core_test: StaticWarning 215 dynamic_prefix_core_test: StaticWarning
217 empty_block_case_test: StaticWarning 216 empty_block_case_test: StaticWarning
218 error_stacktrace_test: StaticWarning 217 error_stacktrace_test: StaticWarning
219 export_ambiguous_main_negative_test: CompileTimeError 218 export_ambiguous_main_negative_test: CompileTimeError
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 library_ambiguous_test/02: CompileTimeError 293 library_ambiguous_test/02: CompileTimeError
295 library_ambiguous_test/03: CompileTimeError 294 library_ambiguous_test/03: CompileTimeError
296 library_negative_test: CompileTimeError 295 library_negative_test: CompileTimeError
297 list_literal2_negative_test: CompileTimeError 296 list_literal2_negative_test: CompileTimeError
298 list_literal4_test: StaticWarning 297 list_literal4_test: StaticWarning
299 list_literal_negative_test: CompileTimeError 298 list_literal_negative_test: CompileTimeError
300 list_test: StaticWarning 299 list_test: StaticWarning
301 malbounded_type_cast_test: StaticWarning 300 malbounded_type_cast_test: StaticWarning
302 malbounded_type_literal_test: StaticWarning 301 malbounded_type_literal_test: StaticWarning
303 malformed_type_test: StaticWarning 302 malformed_type_test: StaticWarning
303 malformed2_test/01: MissingCompileTimeError
304 map_literal11_test: StaticWarning 304 map_literal11_test: StaticWarning
305 map_literal2_negative_test: CompileTimeError 305 map_literal2_negative_test: CompileTimeError
306 map_literal3_test: StaticWarning 306 map_literal3_test: StaticWarning
307 map_literal4_test: StaticWarning 307 map_literal4_test: StaticWarning
308 map_literal6_test: StaticWarning 308 map_literal6_test: StaticWarning
309 map_literal8_test: StaticWarning 309 map_literal8_test: StaticWarning
310 map_literal_negative_test: CompileTimeError 310 map_literal_negative_test: CompileTimeError
311 method_override4_test: StaticWarning 311 method_override4_test: StaticWarning
312 method_override5_test: StaticWarning 312 method_override5_test: StaticWarning
313 method_override6_test: StaticWarning 313 method_override6_test: StaticWarning
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 type_variable_identifier_expression_test: StaticWarning 442 type_variable_identifier_expression_test: StaticWarning
443 type_variable_scope2_test: StaticWarning 443 type_variable_scope2_test: StaticWarning
444 unary_plus_negative_test: CompileTimeError 444 unary_plus_negative_test: CompileTimeError
445 unbound_getter_test: StaticWarning 445 unbound_getter_test: StaticWarning
446 unhandled_exception_negative_test: CompileTimeError 446 unhandled_exception_negative_test: CompileTimeError
447 unresolved_top_level_method_negative_test: CompileTimeError 447 unresolved_top_level_method_negative_test: CompileTimeError
448 vm/type_cast_vm_test: StaticWarning 448 vm/type_cast_vm_test: StaticWarning
449 vm/type_vm_test: StaticWarning 449 vm/type_vm_test: StaticWarning
450 void_type_test: StaticWarning 450 void_type_test: StaticWarning
451 451
OLDNEW
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698