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

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

Issue 27055004: Issue 13703. Report CONFLICTING_TYPE_VARIABLE_AND_CLASS and CONFLICTING_TYPE_VARIABLE_AND_MEMBER. (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 23 matching lines...) Expand all
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 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library.
38 private_member1_negative_test: fail 38 private_member1_negative_test: fail
39 private_member2_negative_test: fail 39 private_member2_negative_test: fail
40 private_member3_negative_test: fail 40 private_member3_negative_test: fail
41 41
42 built_in_identifier_test/none: Fail # Issue 13023 42 built_in_identifier_test/none: Fail # Issue 13023
43 43
44 type_variable_conflict_test/01: Fail # Issue 13703
45 type_variable_conflict_test/02: Fail # Issue 13703
46 type_variable_conflict_test/03: Fail # Issue 13703
47 type_variable_conflict_test/04: Fail # Issue 13703
48 type_variable_conflict_test/05: Fail # Issue 13703
49 type_variable_conflict_test/06: Fail # Issue 13703
50
51 44
52 45
53 46
54 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 47 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
55 block_scope_test: fail 48 block_scope_test: fail
56 lazy_static3_test: fail 49 lazy_static3_test: fail
57 50
58 # test issue 11124, It is warning, not error to don't initialize final field 51 # test issue 11124, It is warning, not error to don't initialize final field
59 field3a_negative_test: Fail # Issue 11124 52 field3a_negative_test: Fail # Issue 11124
60 final_syntax_test/01: Fail # Issue 11124 53 final_syntax_test/01: Fail # Issue 11124
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 factory_redirection_test/09: fail 184 factory_redirection_test/09: fail
192 factory_redirection_test/10: fail 185 factory_redirection_test/10: fail
193 factory_redirection_test/11: fail 186 factory_redirection_test/11: fail
194 factory_redirection_test/12: fail 187 factory_redirection_test/12: fail
195 factory_redirection_test/13: fail 188 factory_redirection_test/13: fail
196 factory_redirection_test/14: fail 189 factory_redirection_test/14: fail
197 getters_setters2_test/03: fail 190 getters_setters2_test/03: fail
198 type_variable_bounds3_test/00: fail 191 type_variable_bounds3_test/00: fail
199 type_variable_bounds2_test/05: fail 192 type_variable_bounds2_test/05: fail
200 193
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698