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

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

Issue 137543004: Support bounded mixins in the VM (fix issue 14453). (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/language_analyzer.status ('k') | tests/language/mixin_bound_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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 malbounded_redirecting_factory_test/03: Fail # Issue 12825 45 malbounded_redirecting_factory_test/03: Fail # Issue 12825
46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
48 malbounded_instantiation_test/01: Fail # Issue 12702 48 malbounded_instantiation_test/01: Fail # Issue 12702
49 malbounded_type_cast_test: Fail # Issue 14121 49 malbounded_type_cast_test: Fail # Issue 14121
50 malbounded_type_test_test/03: Fail # Issue 14121 50 malbounded_type_test_test/03: Fail # Issue 14121
51 malbounded_type_test_test/04: Fail # Issue 14121 51 malbounded_type_test_test/04: Fail # Issue 14121
52 default_factory2_test/01: Fail # Issue 14121 52 default_factory2_test/01: Fail # Issue 14121
53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875 53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875
54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875 54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875
55 mixin_bound_test: CompileTimeError # Issue 15875
55 56
56 [ $compiler == dart2js && $unchecked ] 57 [ $compiler == dart2js && $unchecked ]
57 type_checks_in_factory_method_test: RuntimeError # Issue 12746 58 type_checks_in_factory_method_test: RuntimeError # Issue 12746
58 assertion_test: RuntimeError # Issue 12748 59 assertion_test: RuntimeError # Issue 12748
59 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 60 double_to_string_as_exponential2_test: RuntimeError # Issue 12749
60 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749
61 double_to_string_as_precision2_test: RuntimeError # Issue 12749 62 double_to_string_as_precision2_test: RuntimeError # Issue 12749
62 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. 63 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
63 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. 64 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
64 compile_time_constant_checked_test/02: MissingCompileTimeError, OK 65 compile_time_constant_checked_test/02: MissingCompileTimeError, OK
(...skipping 22 matching lines...) Expand all
87 cyclic_type_test: Fail # Issue 12605. 88 cyclic_type_test: Fail # Issue 12605.
88 cyclic_type2_test: Fail # Issue 12605. 89 cyclic_type2_test: Fail # Issue 12605.
89 f_bounded_quantification4_test: Fail # Issue 12605. 90 f_bounded_quantification4_test: Fail # Issue 12605.
90 f_bounded_quantification5_test: Fail # Issue 12605. 91 f_bounded_quantification5_test: Fail # Issue 12605.
91 mixin_generic_test: Fail # Issue 12605. 92 mixin_generic_test: Fail # Issue 12605.
92 mixin_mixin2_test: Fail # Issue 12605. 93 mixin_mixin2_test: Fail # Issue 12605.
93 mixin_mixin3_test: Fail # Issue 12605. 94 mixin_mixin3_test: Fail # Issue 12605.
94 mixin_mixin4_test: Fail # Issue 12605. 95 mixin_mixin4_test: Fail # Issue 12605.
95 mixin_mixin5_test: Fail # Issue 12605. 96 mixin_mixin5_test: Fail # Issue 12605.
96 mixin_mixin6_test: Fail # Issue 12605. 97 mixin_mixin6_test: Fail # Issue 12605.
98 mixin_mixin_bound_test: RuntimeError # Issue 12605.
99 mixin_mixin_bound2_test: RuntimeError # Issue 12605.
97 100
98 [ $compiler == dart2js ] 101 [ $compiler == dart2js ]
99 function_type_alias9_test/00: Crash 102 function_type_alias9_test/00: Crash
100 malformed_test/none: RuntimeError # Issue 12695 103 malformed_test/none: RuntimeError # Issue 12695
101 branch_canonicalization_test: RuntimeError # Issue 638. 104 branch_canonicalization_test: RuntimeError # Issue 638.
102 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 105 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
103 integer_division_by_zero_test: RuntimeError # Issue 8301 106 integer_division_by_zero_test: RuntimeError # Issue 8301
104 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 107 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
105 number_identity2_test: RuntimeError # Issue 12596 108 number_identity2_test: RuntimeError # Issue 12596
106 new_expression_type_args_test/00: CompileTimeError # Issue 5519 109 new_expression_type_args_test/00: CompileTimeError # Issue 5519
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 super_call4_test: Fail, OK # hardcoded names. 319 super_call4_test: Fail, OK # hardcoded names.
317 320
318 [ $minified ] 321 [ $minified ]
319 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 322 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
320 323
321 [ $runtime == ie9 ] 324 [ $runtime == ie9 ]
322 stack_trace_test: Fail, OK # Stack traces not available in IE9. 325 stack_trace_test: Fail, OK # Stack traces not available in IE9.
323 326
324 [ $compiler == dart2js && $host_checked ] 327 [ $compiler == dart2js && $host_checked ]
325 const_factory_with_body_test/01: Crash 328 const_factory_with_body_test/01: Crash
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/mixin_bound_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698