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

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

Issue 60913003: Issue 13787. It is OK to export same element twice. (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
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 # 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) 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: CompileTimeError # 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
21 method_override7_test/03: Fail # Issue 11496 21 method_override7_test/03: Fail # Issue 11496
22 22
23 export_double_same_main_test: Fail # Issue 14772
24
25 # Please add new failing tests before this line. 23 # Please add new failing tests before this line.
26 # Section below is for invalid tests. 24 # Section below is for invalid tests.
27 # 25 #
28 # 26 #
29 27
30 ref_before_declaration_test/07: fail # please triage 28 ref_before_declaration_test/07: fail # please triage
31 ref_before_declaration_test/none: fail # please triage 29 ref_before_declaration_test/none: fail # please triage
32 30
33 # test issue 11124, It is warning, not error to don't initialize final field 31 # test issue 11124, It is warning, not error to don't initialize final field
34 field3a_negative_test: Fail # Issue 11124 32 field3a_negative_test: Fail # Issue 11124
(...skipping 28 matching lines...) Expand all
63 getter_no_setter_test/none: fail 61 getter_no_setter_test/none: fail
64 62
65 # test issue 11584, positional arguments cannot be used for named parameters 63 # test issue 11584, positional arguments cannot be used for named parameters
66 compile_time_constant_e_test: fail 64 compile_time_constant_e_test: fail
67 65
68 # test issue 11585, static warning, not negative test 66 # test issue 11585, static warning, not negative test
69 constructor3_negative_test: fail 67 constructor3_negative_test: fail
70 constructor_call_wrong_argument_count_negative_test: fail 68 constructor_call_wrong_argument_count_negative_test: fail
71 instance_call_wrong_argument_count_negative_test: fail 69 instance_call_wrong_argument_count_negative_test: fail
72 70
73 # test issue 11589, export D from 2 export directives
74 export_cyclic_test: fail
75
76 # test issue 11590, runtime only negative test 71 # test issue 11590, runtime only negative test
77 field_method4_negative_test: fail 72 field_method4_negative_test: fail
78 73
79 # test issue 11592, Function type alias (typedef) is not a constant 74 # test issue 11592, Function type alias (typedef) is not a constant
80 first_class_types_constants_test: fail 75 first_class_types_constants_test: fail
81 76
82 # test issue 11594, Reference to a not resolve identifier is static warning 77 # test issue 11594, Reference to a not resolve identifier is static warning
83 import_combinators_negative_test: fail 78 import_combinators_negative_test: fail
84 interface_static_non_final_fields_negative_test: fail 79 interface_static_non_final_fields_negative_test: fail
85 80
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 117
123 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed 118 # test issue 12539, rules for finals were loosened, contradiction in spec was fi xed
124 const_syntax_test/09: fail # Issue 12539 119 const_syntax_test/09: fail # Issue 12539
125 120
126 # test issue 12541; there shouldn't be a static warning 121 # test issue 12541; there shouldn't be a static warning
127 static_field_test/01: fail # Issue 12541 122 static_field_test/01: fail # Issue 12541
128 static_field_test/02: fail # Issue 12541 123 static_field_test/02: fail # Issue 12541
129 static_field_test/03: fail # Issue 12541 124 static_field_test/03: fail # Issue 12541
130 static_field_test/04: fail # Issue 12541 125 static_field_test/04: fail # Issue 12541
131 126
132 # test issue 13787; duplicate exports of the same declaration is not handled
133 duplicate_export_test: fail # Issue 13787
134
135 # test issue 13916, Looks as no warning should be in this redirecting factory 127 # test issue 13916, Looks as no warning should be in this redirecting factory
136 redirecting_factory_infinite_steps_test/01: fail 128 redirecting_factory_infinite_steps_test/01: fail
137 129
138 # test issue 14471, has (legitimate) static warning; but not annotated 130 # test issue 14471, has (legitimate) static warning; but not annotated
139 redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471; has (legitimate) static warning; but not annotated 131 redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471; has (legitimate) static warning; but not annotated
140 132
141 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type. 133 # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
142 default_factory2_test/none: fail 134 default_factory2_test/none: fail
143 135
144 # test issue 14021, it is warning, not an error to reference private (undefined) identifier 136 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 type_variable_identifier_expression_test: StaticWarning 437 type_variable_identifier_expression_test: StaticWarning
446 type_variable_scope2_test: StaticWarning 438 type_variable_scope2_test: StaticWarning
447 unary_plus_negative_test: CompileTimeError 439 unary_plus_negative_test: CompileTimeError
448 unbound_getter_test: StaticWarning 440 unbound_getter_test: StaticWarning
449 unhandled_exception_negative_test: CompileTimeError 441 unhandled_exception_negative_test: CompileTimeError
450 unresolved_top_level_method_negative_test: CompileTimeError 442 unresolved_top_level_method_negative_test: CompileTimeError
451 vm/type_cast_vm_test: StaticWarning 443 vm/type_cast_vm_test: StaticWarning
452 vm/type_vm_test: StaticWarning 444 vm/type_vm_test: StaticWarning
453 void_type_test: StaticWarning 445 void_type_test: StaticWarning
454 446
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698