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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Merge fixups 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 class_literal_test/18: MissingCompileTimeError 101 class_literal_test/18: MissingCompileTimeError
102 class_literal_test/19: MissingCompileTimeError 102 class_literal_test/19: MissingCompileTimeError
103 class_literal_test/20: MissingCompileTimeError 103 class_literal_test/20: MissingCompileTimeError
104 class_literal_test/21: MissingCompileTimeError 104 class_literal_test/21: MissingCompileTimeError
105 class_literal_test/22: MissingCompileTimeError 105 class_literal_test/22: MissingCompileTimeError
106 class_literal_test/23: MissingCompileTimeError 106 class_literal_test/23: MissingCompileTimeError
107 class_literal_test/24: MissingCompileTimeError 107 class_literal_test/24: MissingCompileTimeError
108 class_literal_test/25: MissingCompileTimeError 108 class_literal_test/25: MissingCompileTimeError
109 covariant_subtyping_with_substitution_test: RuntimeError 109 covariant_subtyping_with_substitution_test: RuntimeError
110 covariant_tear_off_type_test: RuntimeError 110 covariant_tear_off_type_test: RuntimeError
111 generic_closure_test: RuntimeError
111 generic_constructor_mixin2_test/01: MissingCompileTimeError 112 generic_constructor_mixin2_test/01: MissingCompileTimeError
112 generic_constructor_mixin3_test/01: MissingCompileTimeError 113 generic_constructor_mixin3_test/01: MissingCompileTimeError
113 generic_constructor_mixin_test/01: MissingCompileTimeError 114 generic_constructor_mixin_test/01: MissingCompileTimeError
115 generic_field_mixin6_test/01: MissingCompileTimeError
116 generic_function_bounds_test: RuntimeError
117 generic_function_dcall_test: RuntimeError
118 generic_function_typedef_test/01: RuntimeError
119 generic_function_typedef2_test/04: MissingCompileTimeError
114 generic_instanceof_test: RuntimeError 120 generic_instanceof_test: RuntimeError
115 generic_methods_bounds_test/01: MissingCompileTimeError 121 generic_methods_bounds_test/01: MissingCompileTimeError
116 generic_methods_dynamic_test/01: MissingCompileTimeError 122 generic_methods_dynamic_test/01: MissingCompileTimeError
117 generic_methods_dynamic_test/03: MissingCompileTimeError 123 generic_methods_dynamic_test/03: MissingCompileTimeError
118 generic_methods_generic_class_tearoff_test: RuntimeError 124 generic_methods_generic_class_tearoff_test: RuntimeError
119 generic_methods_named_parameters_test: RuntimeError 125 generic_methods_named_parameters_test: RuntimeError
120 generic_methods_optional_parameters_test: RuntimeError 126 generic_methods_optional_parameters_test: RuntimeError
121 generic_methods_overriding_test/01: MissingCompileTimeError 127 generic_methods_overriding_test/01: MissingCompileTimeError
122 generic_methods_overriding_test/03: MissingCompileTimeError 128 generic_methods_overriding_test/03: MissingCompileTimeError
123 generic_methods_recursive_bound_test/02: MissingCompileTimeError 129 generic_methods_recursive_bound_test/02: MissingCompileTimeError
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 function_type/function_type90_test: RuntimeError # Issue 30475 335 function_type/function_type90_test: RuntimeError # Issue 30475
330 function_type/function_type96_test: RuntimeError # Issue 30475 336 function_type/function_type96_test: RuntimeError # Issue 30475
331 function_type/function_type9_test: RuntimeError # Issue 30475 337 function_type/function_type9_test: RuntimeError # Issue 30475
332 338
333 # The VM and does not implement the Dart 2.0 runtime checks yet unless 339 # The VM and does not implement the Dart 2.0 runtime checks yet unless
334 # --checked is explicitly passed). 340 # --checked is explicitly passed).
335 [ $runtime == vm && !$checked ] 341 [ $runtime == vm && !$checked ]
336 bool_check_test: RuntimeError 342 bool_check_test: RuntimeError
337 bool_condition_check_test: RuntimeError 343 bool_condition_check_test: RuntimeError
338 function_subtype_inline2_test: RuntimeError 344 function_subtype_inline2_test: RuntimeError
345 generic_field_mixin6_test/none: RuntimeError
339 generic_list_checked_test: RuntimeError 346 generic_list_checked_test: RuntimeError
340 getters_setters2_test/01: RuntimeError 347 getters_setters2_test/01: RuntimeError
341 getters_setters2_test/none: RuntimeError 348 getters_setters2_test/none: RuntimeError
342 if_null_precedence_test/none: RuntimeError 349 if_null_precedence_test/none: RuntimeError
343 typevariable_substitution2_test/02: RuntimeError 350 typevariable_substitution2_test/02: RuntimeError
344 351
345 # The VM doesn't enforce that potentially const expressions are actually 352 # The VM doesn't enforce that potentially const expressions are actually
346 # const expressions when the constructor is called with `const`. 353 # const expressions when the constructor is called with `const`.
347 [ $runtime == vm && $compiler == none && $checked ] 354 [ $runtime == vm && $compiler == none && $checked ]
348 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 355 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
349 356
350 [ $compiler == dartk && $runtime == vm ] 357 [ $compiler == dartk && $runtime == vm ]
351 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 358 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
359 generic_function_bounds_test: CompileTimeError
352 360
353 [ $compiler == none && $runtime == vm && !$checked ] 361 [ $compiler == none && $runtime == vm && !$checked ]
354 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 362 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
355 assertion_initializer_const_error_test/01: MissingCompileTimeError 363 assertion_initializer_const_error_test/01: MissingCompileTimeError
356 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 364 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
357 365
358 [ $compiler == app_jit && $runtime == vm ] 366 [ $compiler == app_jit && $runtime == vm ]
359 generic_methods_reuse_type_variables_test: RuntimeError 367 generic_methods_reuse_type_variables_test: RuntimeError
360 368
361 [ $compiler == app_jit && $runtime == vm && !$checked ] 369 [ $compiler == app_jit && $runtime == vm && !$checked ]
362 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 370 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
363 assertion_initializer_const_error_test/01: MissingCompileTimeError 371 assertion_initializer_const_error_test/01: MissingCompileTimeError
364 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 372 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
365 generic_methods_bounds_test/02: MissingRuntimeError 373 generic_methods_bounds_test/02: MissingRuntimeError
366 generic_methods_dynamic_test/02: MissingRuntimeError 374 generic_methods_dynamic_test/02: MissingRuntimeError
367 generic_methods_dynamic_test/04: MissingRuntimeError 375 generic_methods_dynamic_test/04: MissingRuntimeError
368 generic_methods_simple_as_expression_test/02: MissingRuntimeError 376 generic_methods_simple_as_expression_test/02: MissingRuntimeError
369 377
370 [$runtime == vm && $compiler == none && $system == fuchsia] 378 [$runtime == vm && $compiler == none && $system == fuchsia]
371 closure_cycles_test: Pass, Crash 379 closure_cycles_test: Pass, Crash
372 380
373 [ $compiler == none ] 381 [ $compiler == none ]
374 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 382 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
375 383
376 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ] 384 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ]
377 closure_cycles_test: Pass, Slow 385 closure_cycles_test: Pass, Slow
OLDNEW
« no previous file with comments | « tests/language_2/language_2_precompiled.status ('k') | tests/language_strong/function_type_this_parameter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698