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

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

Issue 26817006: Don't resolve private inherited members. (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
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; how ever there is contradiction - Object has ==, and double - not 6 switch_bad_case_test/02: Fail # missing error in double in switch case expr; how ever there is contradiction - Object has ==, and double - not
7 7
8 # Runtime negative test. No static errors or warnings. 8 # Runtime negative test. No static errors or warnings.
9 closure_call_wrong_argument_count_negative_test: skip 9 closure_call_wrong_argument_count_negative_test: skip
10 10
(...skipping 16 matching lines...) Expand all
27 27
28 # TBF: we should check conflicts not only for methods, but for accessors too 28 # TBF: we should check conflicts not only for methods, but for accessors too
29 override_field_test/02: fail 29 override_field_test/02: fail
30 override_field_test/03: fail 30 override_field_test/03: fail
31 method_override7_test/03: Fail # Issue 11496 31 method_override7_test/03: Fail # Issue 11496
32 method_override8_test/03: Fail # Issue 11496 32 method_override8_test/03: Fail # Issue 11496
33 33
34 # TBF: prefix T hidden by type variable T in 'new T.Class()' 34 # TBF: prefix T hidden by type variable T in 'new T.Class()'
35 prefix10_negative_test: fail 35 prefix10_negative_test: fail
36 36
37 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library. 37 built_in_identifier_test/none: Fail # Issue 13023
38 private_member1_negative_test: fail
39 private_member2_negative_test: fail
40 private_member3_negative_test: fail
41 38
42 built_in_identifier_test/none: Fail # Issue 13023 39 hidden_import_test/01: Fail # 14009
40 hidden_import_test/02: Fail # 14009
41
42
43
44 # Please add new failing tests before this line.
45 # Section below is for invalid tests.
46 #
47 #
43 48
44 49
45 50
46 51
47 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 52 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
48 block_scope_test: fail 53 block_scope_test: fail
49 lazy_static3_test: fail 54 lazy_static3_test: fail
50 55
51 # test issue 11124, It is warning, not error to don't initialize final field 56 # test issue 11124, It is warning, not error to don't initialize final field
52 field3a_negative_test: Fail # Issue 11124 57 field3a_negative_test: Fail # Issue 11124
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 170
166 # test issue 13787; duplicate exports of the same declaration is not handled 171 # test issue 13787; duplicate exports of the same declaration is not handled
167 duplicate_export_test: fail # Issue 13787 172 duplicate_export_test: fail # Issue 13787
168 173
169 # test issue 13916, Looks as no warning should be in this redirecting factory 174 # test issue 13916, Looks as no warning should be in this redirecting factory
170 redirecting_factory_infinite_steps_test/01: fail 175 redirecting_factory_infinite_steps_test/01: fail
171 176
172 # 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. 177 # 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.
173 default_factory2_test/none: fail 178 default_factory2_test/none: fail
174 179
175 hidden_import_test/01: Fail # 14009 180 # test issue 14021, it is warning, not an error to reference private (undefined) identifier
176 hidden_import_test/02: Fail # 14009 181 private_member1_negative_test: fail
182 private_member2_negative_test: fail
183 private_member3_negative_test: fail
184
185 #
186 # Please don't add new items here.
187 # This is section for invalid tests.
188 #
177 189
178 [ $compiler == dartanalyzer && $checked ] 190 [ $compiler == dartanalyzer && $checked ]
179 factory1_test/00: fail 191 factory1_test/00: fail
180 factory1_test/01: fail 192 factory1_test/01: fail
181 field_type_check2_test/01: fail 193 field_type_check2_test/01: fail
182 factory_implementation_test/00: fail 194 factory_implementation_test/00: fail
183 factory_redirection_test/08: fail 195 factory_redirection_test/08: fail
184 factory_redirection_test/09: fail 196 factory_redirection_test/09: fail
185 factory_redirection_test/10: fail 197 factory_redirection_test/10: fail
186 factory_redirection_test/11: fail 198 factory_redirection_test/11: fail
187 factory_redirection_test/12: fail 199 factory_redirection_test/12: fail
188 factory_redirection_test/13: fail 200 factory_redirection_test/13: fail
189 factory_redirection_test/14: fail 201 factory_redirection_test/14: fail
190 getters_setters2_test/03: fail 202 getters_setters2_test/03: fail
191 type_variable_bounds3_test/00: fail 203 type_variable_bounds3_test/00: fail
192 type_variable_bounds2_test/05: fail 204 type_variable_bounds2_test/05: fail
193 205
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticWarningCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698