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

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

Issue 54983007: Make test of malformed types a dynamic type error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor fixes. Created 7 years, 1 month 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 == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 block_scope_test: CompileTimeError # Issue 13204. 7 block_scope_test: CompileTimeError # Issue 13204.
8 malformed_test/05: MissingCompileTimeError # Issue 12695 8 malformed_test/05: MissingCompileTimeError # Issue 12695
9 malformed_test/06: MissingCompileTimeError # Issue 12695 9 malformed_test/06: MissingCompileTimeError # Issue 12695
10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 regress_13494_test: Fail # Issue 13494 188 regress_13494_test: Fail # Issue 13494
189 malformed_test/none: CompileTimeError # Issue 12695 189 malformed_test/none: CompileTimeError # Issue 12695
190 mixin_super_constructor_named_test: Fail # Issue 12631 190 mixin_super_constructor_named_test: Fail # Issue 12631
191 mixin_super_constructor_positionals_test: Fail # Issue 12631 191 mixin_super_constructor_positionals_test: Fail # Issue 12631
192 192
193 built_in_identifier_prefix_test: Fail # Issue 6972 193 built_in_identifier_prefix_test: Fail # Issue 6972
194 constructor_initializer_test/none: Fail # Issue 12633 194 constructor_initializer_test/none: Fail # Issue 12633
195 factory3_test: Fail # Issue 13077 195 factory3_test: Fail # Issue 13077
196 type_checks_in_factory_method_test: Fail # Issue 12747 196 type_checks_in_factory_method_test: Fail # Issue 12747
197 197
198 instanceof3_test: Fail # Issue 14768
199 is_not_class2_test: Fail # Issue 14768
200 isnot_malformed_type_test: Fail # Issue 14768
201 library_ambiguous_test/04: Fail # Issue 14768
202 malformed2_test/00: Fail # Issue 14768
203 on_catch_malformed_type_test: Fail # Issue 14768
204
198 # Mixins fail on the VM. 205 # Mixins fail on the VM.
199 mixin_forwarding_constructor2_test: Fail # Issue 13641 206 mixin_forwarding_constructor2_test: Fail # Issue 13641
200 207
201 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 208 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
202 209
203 # Malformed types not handled as unresolved: 210 # Malformed types not handled as unresolved:
204 import_core_prefix_test: Fail # Issue 13081 211 import_core_prefix_test: Fail # Issue 13081
205 prefix16_test: Fail # Issue 13081 212 prefix16_test: Fail # Issue 13081
206 prefix22_test: Fail # Issue 13081 213 prefix22_test: Fail # Issue 13081
207 214
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 compile_time_constant_checked3_test/04: Fail, OK 285 compile_time_constant_checked3_test/04: Fail, OK
279 compile_time_constant_checked3_test/05: Fail, OK 286 compile_time_constant_checked3_test/05: Fail, OK
280 compile_time_constant_checked3_test/06: Fail, OK 287 compile_time_constant_checked3_test/06: Fail, OK
281 288
282 [ $compiler == dart2dart && $checked ] 289 [ $compiler == dart2dart && $checked ]
283 # Dart VM problems 290 # Dart VM problems
284 malbounded_type_cast_test: Fail # Issue 14123 291 malbounded_type_cast_test: Fail # Issue 14123
285 malbounded_type_test_test/01: Fail # Issue 14131 292 malbounded_type_test_test/01: Fail # Issue 14131
286 malbounded_instantiation_test/01: Fail # Issue 14132 293 malbounded_instantiation_test/01: Fail # Issue 14132
287 294
295 type_parameter_test/01: Fail # Issue 14768
296 type_parameter_test/02: Fail # Issue 14768
297 type_parameter_test/03: Fail # Issue 14768
298 type_parameter_test/04: Fail # Issue 14768
299 type_parameter_test/05: Fail # Issue 14768
300 type_parameter_test/06: Fail # Issue 14768
301
288 [ $compiler == dart2dart && $minified ] 302 [ $compiler == dart2dart && $minified ]
289 super_getter_setter_test: Fail # Issue 11065. 303 super_getter_setter_test: Fail # Issue 11065.
290 f_bounded_quantification4_test: Fail # Issue 12605. 304 f_bounded_quantification4_test: Fail # Issue 12605.
291 f_bounded_quantification5_test: Fail # Issue 12605. 305 f_bounded_quantification5_test: Fail # Issue 12605.
292 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 306 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
293 overridden_no_such_method_test: Pass, Fail # Issue 13078 307 overridden_no_such_method_test: Pass, Fail # Issue 13078
294 no_such_method_test: Pass, Fail # Issue 13078 308 no_such_method_test: Pass, Fail # Issue 13078
295 309
296 import_core_prefix_test: Pass 310 import_core_prefix_test: Pass
297 prefix22_test: Pass 311 prefix22_test: Pass
298 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 312 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
299 super_call4_test: Fail, OK # hardcoded names. 313 super_call4_test: Fail, OK # hardcoded names.
300 314
301 [ $minified ] 315 [ $minified ]
302 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 316 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
303 317
304 [ $runtime == ie9 ] 318 [ $runtime == ie9 ]
305 stack_trace_test: Fail, OK # Stack traces not available in IE9. 319 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698