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

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 6 years, 11 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
« no previous file with comments | « 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 generic_test: RuntimeError, OK 78 generic_test: RuntimeError, OK
79 named_parameters_type_test/01: MissingRuntimeError, OK 79 named_parameters_type_test/01: MissingRuntimeError, OK
80 named_parameters_type_test/02: MissingRuntimeError, OK 80 named_parameters_type_test/02: MissingRuntimeError, OK
81 named_parameters_type_test/03: MissingRuntimeError, OK 81 named_parameters_type_test/03: MissingRuntimeError, OK
82 positional_parameters_type_test/01: MissingRuntimeError, OK 82 positional_parameters_type_test/01: MissingRuntimeError, OK
83 positional_parameters_type_test/02: MissingRuntimeError, OK 83 positional_parameters_type_test/02: MissingRuntimeError, OK
84 issue13474_test: RuntimeError, OK 84 issue13474_test: RuntimeError, OK
85 85
86 [ $compiler == dart2js && $minified ] 86 [ $compiler == dart2js && $minified ]
87 cyclic_type_test: Fail # Issue 12605. 87 cyclic_type_test: Fail # Issue 12605.
88 cyclic_type2_test: Fail # Issue 12605.
88 f_bounded_quantification4_test: Fail # Issue 12605. 89 f_bounded_quantification4_test: Fail # Issue 12605.
89 f_bounded_quantification5_test: Fail # Issue 12605. 90 f_bounded_quantification5_test: Fail # Issue 12605.
90 mixin_generic_test: Fail # Issue 12605. 91 mixin_generic_test: Fail # Issue 12605.
91 mixin_mixin2_test: Fail # Issue 12605. 92 mixin_mixin2_test: Fail # Issue 12605.
92 mixin_mixin3_test: Fail # Issue 12605. 93 mixin_mixin3_test: Fail # Issue 12605.
93 mixin_mixin4_test: Fail # Issue 12605. 94 mixin_mixin4_test: Fail # Issue 12605.
94 mixin_mixin5_test: Fail # Issue 12605. 95 mixin_mixin5_test: Fail # Issue 12605.
95 mixin_mixin6_test: Fail # Issue 12605. 96 mixin_mixin6_test: Fail # Issue 12605.
96 97
97 [ $compiler == dart2js ] 98 [ $compiler == dart2js ]
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 malformed2_test/01: Fail, OK 294 malformed2_test/01: Fail, OK
294 295
295 [ $compiler == dart2dart && $checked ] 296 [ $compiler == dart2dart && $checked ]
296 # Dart VM problems 297 # Dart VM problems
297 malbounded_type_cast_test: Fail # Issue 14123 298 malbounded_type_cast_test: Fail # Issue 14123
298 malbounded_type_test_test/01: Fail # Issue 14131 299 malbounded_type_test_test/01: Fail # Issue 14131
299 malbounded_instantiation_test/01: Fail # Issue 14132 300 malbounded_instantiation_test/01: Fail # Issue 14132
300 301
301 [ $compiler == dart2dart && $minified ] 302 [ $compiler == dart2dart && $minified ]
302 cyclic_type_test: Fail # Issue 12605. 303 cyclic_type_test: Fail # Issue 12605.
304 cyclic_type2_test: Fail # Issue 12605.
303 super_getter_setter_test: Fail # Issue 11065. 305 super_getter_setter_test: Fail # Issue 11065.
304 f_bounded_quantification4_test: Fail # Issue 12605. 306 f_bounded_quantification4_test: Fail # Issue 12605.
305 f_bounded_quantification5_test: Fail # Issue 12605. 307 f_bounded_quantification5_test: Fail # Issue 12605.
306 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 308 many_overridden_no_such_method_test: Pass, Fail # Issue 13078
307 overridden_no_such_method_test: Pass, Fail # Issue 13078 309 overridden_no_such_method_test: Pass, Fail # Issue 13078
308 no_such_method_test: Pass, Fail # Issue 13078 310 no_such_method_test: Pass, Fail # Issue 13078
309 type_variable_typedef_test: Fail # Issue 11467 311 type_variable_typedef_test: Fail # Issue 11467
310 312
311 import_core_prefix_test: Pass 313 import_core_prefix_test: Pass
312 prefix22_test: Pass 314 prefix22_test: Pass
313 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 315 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
314 super_call4_test: Fail, OK # hardcoded names. 316 super_call4_test: Fail, OK # hardcoded names.
315 317
316 [ $minified ] 318 [ $minified ]
317 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 319 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
318 320
319 [ $runtime == ie9 ] 321 [ $runtime == ie9 ]
320 stack_trace_test: Fail, OK # Stack traces not available in IE9. 322 stack_trace_test: Fail, OK # Stack traces not available in IE9.
321 323
322 [ $compiler == dart2js && $host_checked ] 324 [ $compiler == dart2js && $host_checked ]
323 const_factory_with_body_test/01: Crash 325 const_factory_with_body_test/01: Crash
OLDNEW
« no previous file with comments | « tests/language/cyclic_type2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698