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

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

Issue 23716002: Update the tests testing the use of built in identifiers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years, 3 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 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 # TBD: using built-in identifers 10 # TBD: using built-in identifers
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 method_override8_test/03: Fail # Issue 11496 47 method_override8_test/03: Fail # Issue 11496
48 48
49 # TBF: prefix T hidden by type variable T in 'new T.Class()' 49 # TBF: prefix T hidden by type variable T in 'new T.Class()'
50 prefix10_negative_test: fail 50 prefix10_negative_test: fail
51 51
52 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library. 52 # TBF: no error if A in our library, B extends A in other library, reference B._ private from Test extends B in our library.
53 private_member1_negative_test: fail 53 private_member1_negative_test: fail
54 private_member2_negative_test: fail 54 private_member2_negative_test: fail
55 private_member3_negative_test: fail 55 private_member3_negative_test: fail
56 56
57 # TBF 57 built_in_identifier_test/none: Fail # Issue XXX
58 pseudo_kw_test: fail
59
60 58
61 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 59 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
62 block_scope_test: fail 60 block_scope_test: fail
63 lazy_static3_test: fail 61 lazy_static3_test: fail
64 62
65 # Test issue 11124, Uninitialized finals are warnings not errors 63 # Test issue 11124, Uninitialized finals are warnings not errors
66 field3a_negative_test: fail 64 field3a_negative_test: fail
67 const_syntax_test/01: fail 65 const_syntax_test/01: fail
68 const_syntax_test/04: fail 66 const_syntax_test/04: fail
69 const_syntax_test/02: fail 67 const_syntax_test/02: fail
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 factory_redirection_test/09: fail 221 factory_redirection_test/09: fail
224 factory_redirection_test/10: fail 222 factory_redirection_test/10: fail
225 factory_redirection_test/11: fail 223 factory_redirection_test/11: fail
226 factory_redirection_test/12: fail 224 factory_redirection_test/12: fail
227 factory_redirection_test/13: fail 225 factory_redirection_test/13: fail
228 factory_redirection_test/14: fail 226 factory_redirection_test/14: fail
229 getters_setters2_test/03: fail 227 getters_setters2_test/03: fail
230 type_variable_bounds3_test/00: fail 228 type_variable_bounds3_test/00: fail
231 type_variable_bounds2_test/05: fail 229 type_variable_bounds2_test/05: fail
232 230
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698