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

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

Issue 23761003: Update language.status and rewrite two tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 161
162 # test issue 11964, Any use of a malformed type gives rise to a static warning. 162 # test issue 11964, Any use of a malformed type gives rise to a static warning.
163 prefix8_negative_test: fail 163 prefix8_negative_test: fail
164 prefix11_negative_test: fail 164 prefix11_negative_test: fail
165 165
166 # test issue 12156, fails only at runtime 166 # test issue 12156, fails only at runtime
167 static_call_wrong_argument_count_negative_test: fail 167 static_call_wrong_argument_count_negative_test: fail
168 168
169 # test issue 12157, uninitializer instance variable is warning, so not negative test 169 # test issue 12157, uninitializer instance variable is warning, so not negative test
170 static_final_field_negative_test: fail 170 static_final_field_negative_test: fail
171 constructor2_negative_test: fail 171 constructor9_test/01: fail # Issue 12157
172 172
173 # test issue 12159, print(exception.message_); causes static warning, not an err or 173 # test issue 12159, print(exception.message_); causes static warning, not an err or
174 throw7_negative_test: fail 174 throw7_negative_test: fail
175 175
176 # test issue 12160, not annotated warnings for type variables from static member 176 # test issue 12160, not annotated warnings for type variables from static member
177 type_parameter_test/none: fail 177 type_parameter_test/none: fail
178 # test issue 12161, type variable in static, malformed type, static warning 178 # test issue 12161, type variable in static, malformed type, static warning
179 type_variable_static_context_negative_test: fail 179 type_variable_static_context_negative_test: fail
180 180
181 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything 181 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a nything
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 factory_redirection_test/09: fail 228 factory_redirection_test/09: fail
229 factory_redirection_test/10: fail 229 factory_redirection_test/10: fail
230 factory_redirection_test/11: fail 230 factory_redirection_test/11: fail
231 factory_redirection_test/12: fail 231 factory_redirection_test/12: fail
232 factory_redirection_test/13: fail 232 factory_redirection_test/13: fail
233 factory_redirection_test/14: fail 233 factory_redirection_test/14: fail
234 getters_setters2_test/03: fail 234 getters_setters2_test/03: fail
235 type_variable_bounds3_test/00: fail 235 type_variable_bounds3_test/00: fail
236 type_variable_bounds2_test/05: fail 236 type_variable_bounds2_test/05: fail
237 237
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698