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

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

Issue 3005643002: Migrate block 115. (Closed)
Patch Set: Tweak status files. 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 generic_methods_named_parameters_test: RuntimeError 114 generic_methods_named_parameters_test: RuntimeError
115 generic_methods_optional_parameters_test: RuntimeError 115 generic_methods_optional_parameters_test: RuntimeError
116 generic_methods_overriding_test/01: MissingCompileTimeError 116 generic_methods_overriding_test/01: MissingCompileTimeError
117 generic_methods_overriding_test/03: MissingCompileTimeError 117 generic_methods_overriding_test/03: MissingCompileTimeError
118 generic_methods_recursive_bound_test/02: MissingCompileTimeError 118 generic_methods_recursive_bound_test/02: MissingCompileTimeError
119 generic_methods_simple_is_expression_test: RuntimeError 119 generic_methods_simple_is_expression_test: RuntimeError
120 generic_methods_tearoff_specialization_test: RuntimeError 120 generic_methods_tearoff_specialization_test: RuntimeError
121 generic_methods_unused_parameter_test: RuntimeError 121 generic_methods_unused_parameter_test: RuntimeError
122 generic_tearoff_test: RuntimeError 122 generic_tearoff_test: RuntimeError
123 generic_typedef_test: RuntimeError 123 generic_typedef_test: RuntimeError
124 getter_no_setter2_test/00: MissingCompileTimeError
125 getter_no_setter2_test/01: MissingCompileTimeError
126 getter_no_setter2_test/03: MissingCompileTimeError
127 getter_no_setter_test/00: MissingCompileTimeError
128 getter_no_setter_test/01: MissingCompileTimeError
129 getter_no_setter_test/03: MissingCompileTimeError
130 getter_override_test/03: MissingCompileTimeError
131 getters_setters2_test/02: MissingCompileTimeError
124 many_generic_instanceof_test: RuntimeError 132 many_generic_instanceof_test: RuntimeError
125 133
126 [ $compiler == none && $runtime == vm ] 134 [ $compiler == none && $runtime == vm ]
127 generic_methods_bounds_test/02: MissingRuntimeError 135 generic_methods_bounds_test/02: MissingRuntimeError
128 generic_methods_dynamic_test/02: MissingRuntimeError 136 generic_methods_dynamic_test/02: MissingRuntimeError
129 generic_methods_dynamic_test/04: MissingRuntimeError 137 generic_methods_dynamic_test/04: MissingRuntimeError
130 generic_methods_reuse_type_variables_test: RuntimeError 138 generic_methods_reuse_type_variables_test: RuntimeError
131 generic_methods_simple_as_expression_test/02: MissingRuntimeError 139 generic_methods_simple_as_expression_test/02: MissingRuntimeError
132 140
133 [ $runtime == vm && $checked ] 141 [ $runtime == vm && $checked ]
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 function_type/function_type96_test: RuntimeError # Issue 30475 276 function_type/function_type96_test: RuntimeError # Issue 30475
269 function_type/function_type9_test: RuntimeError # Issue 30475 277 function_type/function_type9_test: RuntimeError # Issue 30475
270 278
271 # The VM and does not implement the Dart 2.0 runtime checks yet unless 279 # The VM and does not implement the Dart 2.0 runtime checks yet unless
272 # --checked is explicitly passed). 280 # --checked is explicitly passed).
273 [ $runtime == vm && !$checked ] 281 [ $runtime == vm && !$checked ]
274 bool_check_test: RuntimeError 282 bool_check_test: RuntimeError
275 bool_condition_check_test: RuntimeError 283 bool_condition_check_test: RuntimeError
276 function_subtype_inline2_test: RuntimeError 284 function_subtype_inline2_test: RuntimeError
277 generic_list_checked_test: RuntimeError 285 generic_list_checked_test: RuntimeError
286 getters_setters2_test/01: RuntimeError
287 getters_setters2_test/none: RuntimeError
278 typevariable_substitution2_test/02: RuntimeError 288 typevariable_substitution2_test/02: RuntimeError
279 289
280 # The VM doesn't enforce that potentially const expressions are actually 290 # The VM doesn't enforce that potentially const expressions are actually
281 # const expressions when the constructor is called with `const`. 291 # const expressions when the constructor is called with `const`.
282 [ $runtime == vm && $compiler == none && $checked ] 292 [ $runtime == vm && $compiler == none && $checked ]
283 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 293 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
284 294
285 [ $compiler == dartk && $runtime == vm ] 295 [ $compiler == dartk && $runtime == vm ]
286 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 296 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
287 297
(...skipping 12 matching lines...) Expand all
300 generic_methods_bounds_test/02: MissingRuntimeError 310 generic_methods_bounds_test/02: MissingRuntimeError
301 generic_methods_dynamic_test/02: MissingRuntimeError 311 generic_methods_dynamic_test/02: MissingRuntimeError
302 generic_methods_dynamic_test/04: MissingRuntimeError 312 generic_methods_dynamic_test/04: MissingRuntimeError
303 generic_methods_simple_as_expression_test/02: MissingRuntimeError 313 generic_methods_simple_as_expression_test/02: MissingRuntimeError
304 314
305 [$runtime == vm && $compiler == none && $system == fuchsia] 315 [$runtime == vm && $compiler == none && $system == fuchsia]
306 closure_cycles_test: Pass, Crash 316 closure_cycles_test: Pass, Crash
307 317
308 [ $compiler == none ] 318 [ $compiler == none ]
309 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 319 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/getter_declaration_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698