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

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

Issue 48623010: Issue 12694. Fix for parsing 'buildIn() {}' top-level functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | « tests/language/built_in_identifier_test.dart ('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 # 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 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask)
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
11 11
12 # TBD: these look like bad tests, no issue number 12 # TBD: these look like bad tests, no issue number
13 class_literal_test: fail 13 class_literal_test: fail
14 constructor_call_as_function_test/01: fail 14 constructor_call_as_function_test/01: fail
15 15
16 function_type_alias9_test/00: crash # Issue 11987 16 function_type_alias9_test/00: crash # Issue 11987
17 17
18 # TBF: we should check conflicts not only for methods, but for accessors too 18 # TBF: we should check conflicts not only for methods, but for accessors too
19 override_field_test/02: fail 19 override_field_test/02: fail
20 override_field_test/03: fail 20 override_field_test/03: fail
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 abstract_object_method_test: StaticWarning 171 abstract_object_method_test: StaticWarning
172 abstract_runtime_error_test: StaticWarning 172 abstract_runtime_error_test: StaticWarning
173 application_negative_test: CompileTimeError 173 application_negative_test: CompileTimeError
174 bad_constructor_test/05: CompileTimeError 174 bad_constructor_test/05: CompileTimeError
175 bad_initializer1_negative_test: CompileTimeError 175 bad_initializer1_negative_test: CompileTimeError
176 bad_named_constructor_negative_test: CompileTimeError 176 bad_named_constructor_negative_test: CompileTimeError
177 bad_named_parameters2_test: StaticWarning 177 bad_named_parameters2_test: StaticWarning
178 bad_named_parameters_test: StaticWarning 178 bad_named_parameters_test: StaticWarning
179 bit_operations_test: StaticWarning 179 bit_operations_test: StaticWarning
180 body_less_constructor_wrong_arg_negative_test: CompileTimeError 180 body_less_constructor_wrong_arg_negative_test: CompileTimeError
181 built_in_identifier_test/01: CompileTimeError
182 call_constructor_on_unresolvable_class_test/04: StaticWarning 181 call_constructor_on_unresolvable_class_test/04: StaticWarning
183 call_constructor_on_unresolvable_class_test/05: StaticWarning 182 call_constructor_on_unresolvable_class_test/05: StaticWarning
184 call_constructor_on_unresolvable_class_test/06: StaticWarning 183 call_constructor_on_unresolvable_class_test/06: StaticWarning
185 call_nonexistent_constructor_test: StaticWarning 184 call_nonexistent_constructor_test: StaticWarning
186 checked_null_test: StaticWarning 185 checked_null_test: StaticWarning
187 checked_setter2_test: StaticWarning 186 checked_setter2_test: StaticWarning
188 checked_setter_test: StaticWarning 187 checked_setter_test: StaticWarning
189 closure_type_test: StaticWarning 188 closure_type_test: StaticWarning
190 compile_time_constant_checked2_test/02: MissingCompileTimeError 189 compile_time_constant_checked2_test/02: MissingCompileTimeError
191 compile_time_constant_checked2_test/03: MissingCompileTimeError 190 compile_time_constant_checked2_test/03: MissingCompileTimeError
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 type_variable_identifier_expression_test: StaticWarning 444 type_variable_identifier_expression_test: StaticWarning
446 type_variable_scope2_test: StaticWarning 445 type_variable_scope2_test: StaticWarning
447 unary_plus_negative_test: CompileTimeError 446 unary_plus_negative_test: CompileTimeError
448 unbound_getter_test: StaticWarning 447 unbound_getter_test: StaticWarning
449 unhandled_exception_negative_test: CompileTimeError 448 unhandled_exception_negative_test: CompileTimeError
450 unresolved_top_level_method_negative_test: CompileTimeError 449 unresolved_top_level_method_negative_test: CompileTimeError
451 vm/type_cast_vm_test: StaticWarning 450 vm/type_cast_vm_test: StaticWarning
452 vm/type_vm_test: StaticWarning 451 vm/type_vm_test: StaticWarning
453 void_type_test: StaticWarning 452 void_type_test: StaticWarning
454 453
OLDNEW
« no previous file with comments | « tests/language/built_in_identifier_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698