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

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

Issue 27466002: Issue 14133. Tweak test. (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 # 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 # TBD: using built-in identifers
10 built_in_identifier_prefix_test: fail # Issue 12694 10 built_in_identifier_prefix_test: fail # Issue 12694
(...skipping 14 matching lines...) Expand all
25 method_override8_test/03: Fail # Issue 11496 25 method_override8_test/03: Fail # Issue 11496
26 26
27 # TBF: prefix T hidden by type variable T in 'new T.Class()' 27 # TBF: prefix T hidden by type variable T in 'new T.Class()'
28 prefix10_negative_test: fail 28 prefix10_negative_test: fail
29 29
30 built_in_identifier_test/none: Fail # Issue 13023 30 built_in_identifier_test/none: Fail # Issue 13023
31 31
32 hidden_import_test/01: Fail # 14009 32 hidden_import_test/01: Fail # 14009
33 hidden_import_test/02: Fail # 14009 33 hidden_import_test/02: Fail # 14009
34 34
35 malbounded_type_cast_test: Fail # Issue 14133
36
37 35
38 # Please add new failing tests before this line. 36 # Please add new failing tests before this line.
39 # Section below is for invalid tests. 37 # Section below is for invalid tests.
40 # 38 #
41 # 39 #
42 40
43 41
44 42
45 43
46 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 44 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 factory_redirection_test/09: fail 200 factory_redirection_test/09: fail
203 factory_redirection_test/10: fail 201 factory_redirection_test/10: fail
204 factory_redirection_test/11: fail 202 factory_redirection_test/11: fail
205 factory_redirection_test/12: fail 203 factory_redirection_test/12: fail
206 factory_redirection_test/13: fail 204 factory_redirection_test/13: fail
207 factory_redirection_test/14: fail 205 factory_redirection_test/14: fail
208 getters_setters2_test/03: fail 206 getters_setters2_test/03: fail
209 type_variable_bounds3_test/00: fail 207 type_variable_bounds3_test/00: fail
210 type_variable_bounds2_test/05: fail 208 type_variable_bounds2_test/05: fail
211 209
OLDNEW
« no previous file with comments | « no previous file | tests/language/malbounded_type_cast_test.dart » ('j') | tests/language/malbounded_type_cast_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698