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

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

Issue 2998493002: Migrate language block 45 - call_argument ... call_with. (Closed)
Patch Set: Merge branch 'master' into migrate-45 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 bad_named_parameters_test/04: MissingCompileTimeError 42 bad_named_parameters_test/04: MissingCompileTimeError
43 bad_named_parameters_test/05: MissingCompileTimeError 43 bad_named_parameters_test/05: MissingCompileTimeError
44 bad_override_test/01: MissingCompileTimeError 44 bad_override_test/01: MissingCompileTimeError
45 bad_override_test/02: MissingCompileTimeError 45 bad_override_test/02: MissingCompileTimeError
46 bad_override_test/06: MissingCompileTimeError 46 bad_override_test/06: MissingCompileTimeError
47 bit_operations_test/01: MissingCompileTimeError 47 bit_operations_test/01: MissingCompileTimeError
48 bit_operations_test/02: MissingCompileTimeError 48 bit_operations_test/02: MissingCompileTimeError
49 bit_operations_test/03: MissingCompileTimeError 49 bit_operations_test/03: MissingCompileTimeError
50 bit_operations_test/04: MissingCompileTimeError 50 bit_operations_test/04: MissingCompileTimeError
51 built_in_identifier_prefix_test: CompileTimeError 51 built_in_identifier_prefix_test: CompileTimeError
52 call_constructor_on_unresolvable_class_test/01: MissingCompileTimeError
53 call_constructor_on_unresolvable_class_test/02: MissingCompileTimeError
54 call_constructor_on_unresolvable_class_test/03: MissingCompileTimeError
55 call_non_method_field_test/01: MissingCompileTimeError
56 call_non_method_field_test/02: MissingCompileTimeError
57 call_nonexistent_constructor_test/01: MissingCompileTimeError
58 call_nonexistent_constructor_test/02: MissingCompileTimeError
59 call_nonexistent_static_test/01: MissingCompileTimeError
60 call_nonexistent_static_test/02: MissingCompileTimeError
61 call_nonexistent_static_test/03: MissingCompileTimeError
62 call_nonexistent_static_test/04: MissingCompileTimeError
63 call_nonexistent_static_test/05: MissingCompileTimeError
64 call_nonexistent_static_test/06: MissingCompileTimeError
65 call_nonexistent_static_test/07: MissingCompileTimeError
66 call_nonexistent_static_test/08: MissingCompileTimeError
67 call_nonexistent_static_test/09: MissingCompileTimeError
68 call_nonexistent_static_test/10: MissingCompileTimeError
69 call_through_getter_test/01: MissingCompileTimeError
70 call_through_getter_test/02: MissingCompileTimeError
71 call_type_literal_test/01: MissingCompileTimeError
52 cast_test/04: MissingCompileTimeError 72 cast_test/04: MissingCompileTimeError
53 cast_test/05: MissingCompileTimeError 73 cast_test/05: MissingCompileTimeError
54 74
55 # The VM and does not implement the Dart 2.0 runtime checks yet unless 75 # The VM and does not implement the Dart 2.0 runtime checks yet unless
56 # --checked is explicitly passed). 76 # --checked is explicitly passed).
57 [ $runtime == vm && !$checked ] 77 [ $runtime == vm && !$checked ]
58 bool_check_test: RuntimeError 78 bool_check_test: RuntimeError
59 bool_condition_check_test: RuntimeError 79 bool_condition_check_test: RuntimeError
60 80
61 # The VM doesn't enforce that potentially const expressions are actually 81 # The VM doesn't enforce that potentially const expressions are actually
62 # const expressions when the constructor is called with `const`. 82 # const expressions when the constructor is called with `const`.
63 [ $runtime == vm && $compiler == none && $checked ] 83 [ $runtime == vm && $compiler == none && $checked ]
64 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 84 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
65 85
66 [ $compiler == dartk && $runtime == vm ] 86 [ $compiler == dartk && $runtime == vm ]
67 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 87 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
68 88
69 [ $compiler == none && $runtime == vm && !$checked ] 89 [ $compiler == none && $runtime == vm && !$checked ]
70 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 90 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
71 assertion_initializer_const_error_test/01: MissingCompileTimeError 91 assertion_initializer_const_error_test/01: MissingCompileTimeError
72 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 92 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
73 93
74 [ $compiler == app_jit && $runtime == vm && !$checked ] 94 [ $compiler == app_jit && $runtime == vm && !$checked ]
75 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 95 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
76 assertion_initializer_const_error_test/01: MissingCompileTimeError 96 assertion_initializer_const_error_test/01: MissingCompileTimeError
77 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 97 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
OLDNEW
« no previous file with comments | « tests/language_2/language_2_precompiled.status ('k') | tests/language_strong/call_argument_inference_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698