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

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

Issue 60733003: Version 0.8.10.6 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
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
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 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
205 # Mixins fail on the VM. 198 # Mixins fail on the VM.
206 mixin_forwarding_constructor2_test: Fail # Issue 13641 199 mixin_forwarding_constructor2_test: Fail # Issue 13641
207 200
208 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 201 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
209 202
210 # Malformed types not handled as unresolved: 203 # Malformed types not handled as unresolved:
211 import_core_prefix_test: Fail # Issue 13081 204 import_core_prefix_test: Fail # Issue 13081
212 prefix16_test: Fail # Issue 13081 205 prefix16_test: Fail # Issue 13081
213 prefix22_test: Fail # Issue 13081 206 prefix22_test: Fail # Issue 13081
214 207
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 compile_time_constant_checked3_test/05: Fail, OK 277 compile_time_constant_checked3_test/05: Fail, OK
285 compile_time_constant_checked3_test/06: Fail, OK 278 compile_time_constant_checked3_test/06: Fail, OK
286 malformed2_test/01: Fail, OK 279 malformed2_test/01: Fail, OK
287 280
288 [ $compiler == dart2dart && $checked ] 281 [ $compiler == dart2dart && $checked ]
289 # Dart VM problems 282 # Dart VM problems
290 malbounded_type_cast_test: Fail # Issue 14123 283 malbounded_type_cast_test: Fail # Issue 14123
291 malbounded_type_test_test/01: Fail # Issue 14131 284 malbounded_type_test_test/01: Fail # Issue 14131
292 malbounded_instantiation_test/01: Fail # Issue 14132 285 malbounded_instantiation_test/01: Fail # Issue 14132
293 286
294 type_parameter_test/01: Fail # Issue 14768
295 type_parameter_test/02: Fail # Issue 14768
296 type_parameter_test/03: Fail # Issue 14768
297 type_parameter_test/04: Fail # Issue 14768
298 type_parameter_test/05: Fail # Issue 14768
299 type_parameter_test/06: Fail # Issue 14768
300
301 [ $compiler == dart2dart && $minified ] 287 [ $compiler == dart2dart && $minified ]
302 super_getter_setter_test: Fail # Issue 11065. 288 super_getter_setter_test: Fail # Issue 11065.
303 f_bounded_quantification4_test: Fail # Issue 12605. 289 f_bounded_quantification4_test: Fail # Issue 12605.
304 f_bounded_quantification5_test: Fail # Issue 12605. 290 f_bounded_quantification5_test: Fail # Issue 12605.
305 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 291 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
306 overridden_no_such_method_test: Pass, Fail # Issue 13078 292 overridden_no_such_method_test: Pass, Fail # Issue 13078
307 no_such_method_test: Pass, Fail # Issue 13078 293 no_such_method_test: Pass, Fail # Issue 13078
308 294
309 import_core_prefix_test: Pass 295 import_core_prefix_test: Pass
310 prefix22_test: Pass 296 prefix22_test: Pass
311 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 297 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
312 super_call4_test: Fail, OK # hardcoded names. 298 super_call4_test: Fail, OK # hardcoded names.
313 299
314 [ $minified ] 300 [ $minified ]
315 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 301 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
316 302
317 [ $runtime == ie9 ] 303 [ $runtime == ie9 ]
318 stack_trace_test: Fail, OK # Stack traces not available in IE9. 304 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698