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

Side by Side Diff: tests/language_2/language_2_vm.status

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Created 3 years, 4 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$runtime == vm". 5 # Sections in this file should contain "$runtime == vm".
6 6
7 # The VM does not implement the Dart 2.0 static type errors yet. 7 # The VM does not implement the Dart 2.0 static type errors yet.
8 [ $runtime == vm ] 8 [ $runtime == vm ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 class_literal_test/19: MissingCompileTimeError 98 class_literal_test/19: MissingCompileTimeError
99 class_literal_test/20: MissingCompileTimeError 99 class_literal_test/20: MissingCompileTimeError
100 class_literal_test/21: MissingCompileTimeError 100 class_literal_test/21: MissingCompileTimeError
101 class_literal_test/22: MissingCompileTimeError 101 class_literal_test/22: MissingCompileTimeError
102 class_literal_test/23: MissingCompileTimeError 102 class_literal_test/23: MissingCompileTimeError
103 class_literal_test/24: MissingCompileTimeError 103 class_literal_test/24: MissingCompileTimeError
104 class_literal_test/25: MissingCompileTimeError 104 class_literal_test/25: MissingCompileTimeError
105 generic_constructor_mixin_test/01: MissingCompileTimeError 105 generic_constructor_mixin_test/01: MissingCompileTimeError
106 generic_constructor_mixin2_test/01: MissingCompileTimeError 106 generic_constructor_mixin2_test/01: MissingCompileTimeError
107 generic_constructor_mixin3_test/01: MissingCompileTimeError 107 generic_constructor_mixin3_test/01: MissingCompileTimeError
108 generic_methods_bounds_test/01: MissingCompileTimeError
109 generic_methods_bounds_test/02: MissingRuntimeError
110 generic_methods_dynamic_test/01: MissingCompileTimeError
111 generic_methods_dynamic_test/02: MissingRuntimeError
112 generic_methods_dynamic_test/03: MissingCompileTimeError
113 generic_methods_dynamic_test/04: MissingRuntimeError
114 generic_methods_generic_class_tearoff_test: RuntimeError
115 generic_methods_named_parameters_test: RuntimeError
116 generic_methods_optional_parameters_test: RuntimeError
117 generic_methods_overriding_test/01: MissingCompileTimeError
118 generic_methods_overriding_test/03: MissingCompileTimeError
119 generic_methods_recursive_bound_test/02: MissingCompileTimeError
120 generic_methods_reuse_type_variables_test: RuntimeError
121 generic_methods_simple_as_expression_test/02: MissingRuntimeError
122 generic_methods_simple_is_expression_test: RuntimeError
123 generic_methods_tearoff_specialization_test: RuntimeError
124 generic_methods_unused_parameter_test: RuntimeError
125 generic_tearoff_test: RuntimeError
126 generic_typedef_test: RuntimeError
108 typevariable_substitution2_test/02: MissingCompileTimeError 127 typevariable_substitution2_test/02: MissingCompileTimeError
109 128
110 # The VM and does not implement the Dart 2.0 runtime checks yet unless 129 # The VM and does not implement the Dart 2.0 runtime checks yet unless
111 # --checked is explicitly passed). 130 # --checked is explicitly passed).
112 [ $runtime == vm && !$checked ] 131 [ $runtime == vm && !$checked ]
113 bool_check_test: RuntimeError 132 bool_check_test: RuntimeError
114 bool_condition_check_test: RuntimeError 133 bool_condition_check_test: RuntimeError
115 function_subtype_inline2_test: RuntimeError 134 function_subtype_inline2_test: RuntimeError
135 generic_list_checked_test: RuntimeError
116 136
117 # The VM doesn't enforce that potentially const expressions are actually 137 # The VM doesn't enforce that potentially const expressions are actually
118 # const expressions when the constructor is called with `const`. 138 # const expressions when the constructor is called with `const`.
119 [ $runtime == vm && $compiler == none && $checked ] 139 [ $runtime == vm && $compiler == none && $checked ]
120 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 140 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
121 141
122 [ $compiler == dartk && $runtime == vm ] 142 [ $compiler == dartk && $runtime == vm ]
123 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 143 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
124 144
125 [ $compiler == none && $runtime == vm && !$checked ] 145 [ $compiler == none && $runtime == vm && !$checked ]
126 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 146 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
127 assertion_initializer_const_error_test/01: MissingCompileTimeError 147 assertion_initializer_const_error_test/01: MissingCompileTimeError
128 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 148 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
129 149
130 [ $compiler == app_jit && $runtime == vm && !$checked ] 150 [ $compiler == app_jit && $runtime == vm && !$checked ]
131 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 151 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
132 assertion_initializer_const_error_test/01: MissingCompileTimeError 152 assertion_initializer_const_error_test/01: MissingCompileTimeError
133 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 153 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
134 154
135 [$runtime == vm && $compiler == none && $system == fuchsia] 155 [$runtime == vm && $compiler == none && $system == fuchsia]
136 closure_cycles_test: Pass, Crash 156 closure_cycles_test: Pass, Crash
157
158 [ $compiler == none ]
159 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698