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

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

Issue 3001803002: Migrate block 114 (and some of 113). (Closed)
Patch Set: Tweak app_jit status. Created 3 years, 3 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 class_literal_test/17: MissingCompileTimeError 96 class_literal_test/17: MissingCompileTimeError
97 class_literal_test/18: MissingCompileTimeError 97 class_literal_test/18: MissingCompileTimeError
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 covariant_subtyping_with_substitution_test: RuntimeError 105 covariant_subtyping_with_substitution_test: RuntimeError
106 generic_constructor_mixin_test/01: MissingCompileTimeError
107 generic_constructor_mixin2_test/01: MissingCompileTimeError 106 generic_constructor_mixin2_test/01: MissingCompileTimeError
108 generic_constructor_mixin3_test/01: MissingCompileTimeError 107 generic_constructor_mixin3_test/01: MissingCompileTimeError
108 generic_constructor_mixin_test/01: MissingCompileTimeError
109 generic_instanceof_test: RuntimeError
110 generic_methods_bounds_test/01: MissingCompileTimeError
111 generic_methods_dynamic_test/01: MissingCompileTimeError
112 generic_methods_dynamic_test/03: MissingCompileTimeError
113 generic_methods_generic_class_tearoff_test: RuntimeError
114 generic_methods_named_parameters_test: RuntimeError
115 generic_methods_optional_parameters_test: RuntimeError
116 generic_methods_overriding_test/01: MissingCompileTimeError
117 generic_methods_overriding_test/03: MissingCompileTimeError
118 generic_methods_recursive_bound_test/02: MissingCompileTimeError
119 generic_methods_simple_is_expression_test: RuntimeError
120 generic_methods_tearoff_specialization_test: RuntimeError
121 generic_methods_unused_parameter_test: RuntimeError
122 generic_tearoff_test: RuntimeError
123 generic_typedef_test: RuntimeError
124 typevariable_substitution2_test/02: MissingCompileTimeError
125
126 [ $compiler == none && $runtime == vm ]
127 generic_methods_bounds_test/02: MissingRuntimeError
128 generic_methods_dynamic_test/02: MissingRuntimeError
129 generic_methods_dynamic_test/04: MissingRuntimeError
130 generic_methods_reuse_type_variables_test: RuntimeError
131 generic_methods_simple_as_expression_test/02: MissingRuntimeError
109 132
110 [ $runtime == vm && $checked ] 133 [ $runtime == vm && $checked ]
111 function_type/function_type0_test: RuntimeError # Issue 30475 134 function_type/function_type0_test: RuntimeError # Issue 30475
112 function_type/function_type10_test: RuntimeError # Issue 30475 135 function_type/function_type10_test: RuntimeError # Issue 30475
113 function_type/function_type12_test: RuntimeError # Issue 30475 136 function_type/function_type12_test: RuntimeError # Issue 30475
114 function_type/function_type13_test: RuntimeError # Issue 30475 137 function_type/function_type13_test: RuntimeError # Issue 30475
115 function_type/function_type14_test: RuntimeError # Issue 30475 138 function_type/function_type14_test: RuntimeError # Issue 30475
116 function_type/function_type15_test: RuntimeError # Issue 30475 139 function_type/function_type15_test: RuntimeError # Issue 30475
117 function_type/function_type16_test: RuntimeError # Issue 30475 140 function_type/function_type16_test: RuntimeError # Issue 30475
118 function_type/function_type17_test: RuntimeError # Issue 30475 141 function_type/function_type17_test: RuntimeError # Issue 30475
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 function_type/function_type90_test: RuntimeError # Issue 30475 267 function_type/function_type90_test: RuntimeError # Issue 30475
245 function_type/function_type96_test: RuntimeError # Issue 30475 268 function_type/function_type96_test: RuntimeError # Issue 30475
246 function_type/function_type9_test: RuntimeError # Issue 30475 269 function_type/function_type9_test: RuntimeError # Issue 30475
247 270
248 # The VM and does not implement the Dart 2.0 runtime checks yet unless 271 # The VM and does not implement the Dart 2.0 runtime checks yet unless
249 # --checked is explicitly passed). 272 # --checked is explicitly passed).
250 [ $runtime == vm && !$checked ] 273 [ $runtime == vm && !$checked ]
251 bool_check_test: RuntimeError 274 bool_check_test: RuntimeError
252 bool_condition_check_test: RuntimeError 275 bool_condition_check_test: RuntimeError
253 function_subtype_inline2_test: RuntimeError 276 function_subtype_inline2_test: RuntimeError
277 generic_list_checked_test: RuntimeError
254 typevariable_substitution2_test/02: RuntimeError 278 typevariable_substitution2_test/02: RuntimeError
255 279
256 # The VM doesn't enforce that potentially const expressions are actually 280 # The VM doesn't enforce that potentially const expressions are actually
257 # const expressions when the constructor is called with `const`. 281 # const expressions when the constructor is called with `const`.
258 [ $runtime == vm && $compiler == none && $checked ] 282 [ $runtime == vm && $compiler == none && $checked ]
259 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 283 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
260 284
261 [ $compiler == dartk && $runtime == vm ] 285 [ $compiler == dartk && $runtime == vm ]
262 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 286 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
263 287
264 [ $compiler == none && $runtime == vm && !$checked ] 288 [ $compiler == none && $runtime == vm && !$checked ]
265 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 289 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
266 assertion_initializer_const_error_test/01: MissingCompileTimeError 290 assertion_initializer_const_error_test/01: MissingCompileTimeError
267 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 291 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
268 292
293 [ $compiler == app_jit && $runtime == vm ]
294 generic_methods_reuse_type_variables_test: RuntimeError
295
269 [ $compiler == app_jit && $runtime == vm && !$checked ] 296 [ $compiler == app_jit && $runtime == vm && !$checked ]
270 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 297 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
271 assertion_initializer_const_error_test/01: MissingCompileTimeError 298 assertion_initializer_const_error_test/01: MissingCompileTimeError
272 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 299 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
300 generic_methods_bounds_test/02: MissingRuntimeError
301 generic_methods_dynamic_test/02: MissingRuntimeError
302 generic_methods_dynamic_test/04: MissingRuntimeError
303 generic_methods_simple_as_expression_test/02: MissingRuntimeError
273 304
274 [$runtime == vm && $compiler == none && $system == fuchsia] 305 [$runtime == vm && $compiler == none && $system == fuchsia]
275 closure_cycles_test: Pass, Crash 306 closure_cycles_test: Pass, Crash
307
308 [ $compiler == none ]
309 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
OLDNEW
« no previous file with comments | « tests/language_2/language_2_precompiled.status ('k') | tests/language_strong/generic_instanceof.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698