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

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

Issue 109593003: Use a trail instead of a mark bit when processing recursive types in the VM (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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
« runtime/vm/object.cc ('K') | « tests/language/cyclic_type2_test.dart ('k') | no next file » | 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 generic_test: RuntimeError, OK 76 generic_test: RuntimeError, OK
77 named_parameters_type_test/01: MissingRuntimeError, OK 77 named_parameters_type_test/01: MissingRuntimeError, OK
78 named_parameters_type_test/02: MissingRuntimeError, OK 78 named_parameters_type_test/02: MissingRuntimeError, OK
79 named_parameters_type_test/03: MissingRuntimeError, OK 79 named_parameters_type_test/03: MissingRuntimeError, OK
80 positional_parameters_type_test/01: MissingRuntimeError, OK 80 positional_parameters_type_test/01: MissingRuntimeError, OK
81 positional_parameters_type_test/02: MissingRuntimeError, OK 81 positional_parameters_type_test/02: MissingRuntimeError, OK
82 issue13474_test: RuntimeError, OK 82 issue13474_test: RuntimeError, OK
83 83
84 [ $compiler == dart2js && $minified ] 84 [ $compiler == dart2js && $minified ]
85 cyclic_type_test: Fail # Issue 12605. 85 cyclic_type_test: Fail # Issue 12605.
86 cyclic_type2_test: Fail # Issue 12605.
86 f_bounded_quantification4_test: Fail # Issue 12605. 87 f_bounded_quantification4_test: Fail # Issue 12605.
87 f_bounded_quantification5_test: Fail # Issue 12605. 88 f_bounded_quantification5_test: Fail # Issue 12605.
88 mixin_generic_test: Fail # Issue 12605. 89 mixin_generic_test: Fail # Issue 12605.
89 mixin_mixin2_test: Fail # Issue 12605. 90 mixin_mixin2_test: Fail # Issue 12605.
90 mixin_mixin3_test: Fail # Issue 12605. 91 mixin_mixin3_test: Fail # Issue 12605.
91 mixin_mixin4_test: Fail # Issue 12605. 92 mixin_mixin4_test: Fail # Issue 12605.
92 mixin_mixin5_test: Fail # Issue 12605. 93 mixin_mixin5_test: Fail # Issue 12605.
93 mixin_mixin6_test: Fail # Issue 12605. 94 mixin_mixin6_test: Fail # Issue 12605.
94 95
95 [ $compiler == dart2js ] 96 [ $compiler == dart2js ]
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 malformed2_test/01: Fail, OK 292 malformed2_test/01: Fail, OK
292 293
293 [ $compiler == dart2dart && $checked ] 294 [ $compiler == dart2dart && $checked ]
294 # Dart VM problems 295 # Dart VM problems
295 malbounded_type_cast_test: Fail # Issue 14123 296 malbounded_type_cast_test: Fail # Issue 14123
296 malbounded_type_test_test/01: Fail # Issue 14131 297 malbounded_type_test_test/01: Fail # Issue 14131
297 malbounded_instantiation_test/01: Fail # Issue 14132 298 malbounded_instantiation_test/01: Fail # Issue 14132
298 299
299 [ $compiler == dart2dart && $minified ] 300 [ $compiler == dart2dart && $minified ]
300 cyclic_type_test: Fail # Issue 12605. 301 cyclic_type_test: Fail # Issue 12605.
302 cyclic_type2_test: Fail # Issue 12605.
301 super_getter_setter_test: Fail # Issue 11065. 303 super_getter_setter_test: Fail # Issue 11065.
302 f_bounded_quantification4_test: Fail # Issue 12605. 304 f_bounded_quantification4_test: Fail # Issue 12605.
303 f_bounded_quantification5_test: Fail # Issue 12605. 305 f_bounded_quantification5_test: Fail # Issue 12605.
304 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 306 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
305 overridden_no_such_method_test: Pass, Fail # Issue 13078 307 overridden_no_such_method_test: Pass, Fail # Issue 13078
306 no_such_method_test: Pass, Fail # Issue 13078 308 no_such_method_test: Pass, Fail # Issue 13078
307 309
308 import_core_prefix_test: Pass 310 import_core_prefix_test: Pass
309 prefix22_test: Pass 311 prefix22_test: Pass
310 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 312 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
311 super_call4_test: Fail, OK # hardcoded names. 313 super_call4_test: Fail, OK # hardcoded names.
312 314
313 [ $minified ] 315 [ $minified ]
314 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.
315 317
316 [ $runtime == ie9 ] 318 [ $runtime == ie9 ]
317 stack_trace_test: Fail, OK # Stack traces not available in IE9. 319 stack_trace_test: Fail, OK # Stack traces not available in IE9.
318 320
319 [ $compiler == dart2js && $host_checked ] 321 [ $compiler == dart2js && $host_checked ]
320 const_factory_with_body_test/01: Crash 322 const_factory_with_body_test/01: Crash
OLDNEW
« runtime/vm/object.cc ('K') | « tests/language/cyclic_type2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698