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

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

Issue 57133004: Complete latest spec changes regarding malformed types (see issue 14006). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/malformed_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 malformed_test/05: MissingCompileTimeError # Issue 12695 7 malformed_test/05: MissingCompileTimeError # Issue 12695
8 malformed_test/06: MissingCompileTimeError # Issue 12695 8 malformed_test/06: MissingCompileTimeError # Issue 12695
9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
(...skipping 17 matching lines...) Expand all
28 ref_before_declaration_test/02: MissingCompileTimeError 28 ref_before_declaration_test/02: MissingCompileTimeError
29 ref_before_declaration_test/03: MissingCompileTimeError 29 ref_before_declaration_test/03: MissingCompileTimeError
30 ref_before_declaration_test/04: MissingCompileTimeError 30 ref_before_declaration_test/04: MissingCompileTimeError
31 ref_before_declaration_test/05: MissingCompileTimeError 31 ref_before_declaration_test/05: MissingCompileTimeError
32 ref_before_declaration_test/06: MissingCompileTimeError 32 ref_before_declaration_test/06: MissingCompileTimeError
33 33
34 # VM specific tests that should not be run by dart2js. 34 # VM specific tests that should not be run by dart2js.
35 vm/*: Skip # Issue 12699 35 vm/*: Skip # Issue 12699
36 36
37 [ $compiler == dart2js && $checked ] 37 [ $compiler == dart2js && $checked ]
38 type_parameter_test/01: Fail # Issue 14006
39 type_parameter_test/02: Fail # Issue 14006
40 type_parameter_test/03: Fail # Issue 14006
41 type_parameter_test/04: Fail # Issue 14006
42 type_parameter_test/05: Fail # Issue 14006
43 type_parameter_test/06: Fail # Issue 14006
38 checked_setter2_test: Fail # Issue 11273 44 checked_setter2_test: Fail # Issue 11273
39 type_variable_bounds_test/02: Fail # Issue 12702 45 type_variable_bounds_test/02: Fail # Issue 12702
40 type_variable_bounds2_test/01: Fail # Issue 12702 46 type_variable_bounds2_test/01: Fail # Issue 12702
41 type_variable_bounds2_test/04: Fail # Issue 12702 47 type_variable_bounds2_test/04: Fail # Issue 12702
42 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 48 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
43 type_variable_bounds3_test/00: Fail # Issue 12702 49 type_variable_bounds3_test/00: Fail # Issue 12702
44 closure_type_test: Fail # Issue 12745 50 closure_type_test: Fail # Issue 12745
45 function_subtype_setter0_test: Fail # Issue 11273 51 function_subtype_setter0_test: Fail # Issue 11273
46 redirecting_factory_malbounded_test/01: Fail # Issue 12825 52 redirecting_factory_malbounded_test/01: Fail # Issue 12825
47 malbounded_instantiation_test/01: Fail # Issue 12702 53 malbounded_instantiation_test/01: Fail # Issue 12702
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 regress_13494_test: Fail # Issue 13494 194 regress_13494_test: Fail # Issue 13494
189 malformed_test/none: CompileTimeError # Issue 12695 195 malformed_test/none: CompileTimeError # Issue 12695
190 mixin_super_constructor_named_test: Fail # Issue 12631 196 mixin_super_constructor_named_test: Fail # Issue 12631
191 mixin_super_constructor_positionals_test: Fail # Issue 12631 197 mixin_super_constructor_positionals_test: Fail # Issue 12631
192 198
193 built_in_identifier_prefix_test: Fail # Issue 6972 199 built_in_identifier_prefix_test: Fail # Issue 6972
194 constructor_initializer_test/none: Fail # Issue 12633 200 constructor_initializer_test/none: Fail # Issue 12633
195 factory3_test: Fail # Issue 13077 201 factory3_test: Fail # Issue 13077
196 type_checks_in_factory_method_test: Fail # Issue 12747 202 type_checks_in_factory_method_test: Fail # Issue 12747
197 203
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
205 # Mixins fail on the VM. 204 # Mixins fail on the VM.
206 mixin_forwarding_constructor2_test: Fail # Issue 13641 205 mixin_forwarding_constructor2_test: Fail # Issue 13641
207 206
208 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 207 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
209 208
210 # Malformed types not handled as unresolved: 209 # Malformed types not handled as unresolved:
211 import_core_prefix_test: Fail # Issue 13081 210 import_core_prefix_test: Fail # Issue 13081
212 prefix16_test: Fail # Issue 13081 211 prefix16_test: Fail # Issue 13081
213 prefix22_test: Fail # Issue 13081 212 prefix22_test: Fail # Issue 13081
214 213
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 compile_time_constant_checked3_test/05: Fail, OK 282 compile_time_constant_checked3_test/05: Fail, OK
284 compile_time_constant_checked3_test/06: Fail, OK 283 compile_time_constant_checked3_test/06: Fail, OK
285 malformed2_test/01: Fail, OK 284 malformed2_test/01: Fail, OK
286 285
287 [ $compiler == dart2dart && $checked ] 286 [ $compiler == dart2dart && $checked ]
288 # Dart VM problems 287 # Dart VM problems
289 malbounded_type_cast_test: Fail # Issue 14123 288 malbounded_type_cast_test: Fail # Issue 14123
290 malbounded_type_test_test/01: Fail # Issue 14131 289 malbounded_type_test_test/01: Fail # Issue 14131
291 malbounded_instantiation_test/01: Fail # Issue 14132 290 malbounded_instantiation_test/01: Fail # Issue 14132
292 291
293 type_parameter_test/01: Fail # Issue 14768
294 type_parameter_test/02: Fail # Issue 14768
295 type_parameter_test/03: Fail # Issue 14768
296 type_parameter_test/04: Fail # Issue 14768
297 type_parameter_test/05: Fail # Issue 14768
298 type_parameter_test/06: Fail # Issue 14768
299
300 [ $compiler == dart2dart && $minified ] 292 [ $compiler == dart2dart && $minified ]
301 super_getter_setter_test: Fail # Issue 11065. 293 super_getter_setter_test: Fail # Issue 11065.
302 f_bounded_quantification4_test: Fail # Issue 12605. 294 f_bounded_quantification4_test: Fail # Issue 12605.
303 f_bounded_quantification5_test: Fail # Issue 12605. 295 f_bounded_quantification5_test: Fail # Issue 12605.
304 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 296 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
305 overridden_no_such_method_test: Pass, Fail # Issue 13078 297 overridden_no_such_method_test: Pass, Fail # Issue 13078
306 no_such_method_test: Pass, Fail # Issue 13078 298 no_such_method_test: Pass, Fail # Issue 13078
307 299
308 import_core_prefix_test: Pass 300 import_core_prefix_test: Pass
309 prefix22_test: Pass 301 prefix22_test: Pass
310 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 302 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
311 super_call4_test: Fail, OK # hardcoded names. 303 super_call4_test: Fail, OK # hardcoded names.
312 304
313 [ $minified ] 305 [ $minified ]
314 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 306 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
315 307
316 [ $runtime == ie9 ] 308 [ $runtime == ie9 ]
317 stack_trace_test: Fail, OK # Stack traces not available in IE9. 309 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/malformed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698