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

Side by Side Diff: tests/language_2/language_2_precompiled.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
« no previous file with comments | « tests/language_2/language_2_flutter.status ('k') | tests/language_2/language_2_vm.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "$compiler == precompiler" or 5 # Sections in this file should contain "$compiler == precompiler" or
6 # "$runtime == dart_precompiled". 6 # "$runtime == dart_precompiled".
7 7
8 [ $runtime == dart_precompiled ] 8 [ $runtime == dart_precompiled ]
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 30 matching lines...) Expand all
41 bad_named_parameters_test/03: MissingCompileTimeError 41 bad_named_parameters_test/03: MissingCompileTimeError
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 call_constructor_on_unresolvable_class_test/01: MissingCompileTimeError
52 call_constructor_on_unresolvable_class_test/02: MissingCompileTimeError
53 call_constructor_on_unresolvable_class_test/03: MissingCompileTimeError
54 call_non_method_field_test/01: MissingCompileTimeError
55 call_non_method_field_test/02: MissingCompileTimeError
56 call_nonexistent_constructor_test/01: MissingCompileTimeError
57 call_nonexistent_constructor_test/02: MissingCompileTimeError
58 call_nonexistent_static_test/01: MissingCompileTimeError
59 call_nonexistent_static_test/02: MissingCompileTimeError
60 call_nonexistent_static_test/03: MissingCompileTimeError
61 call_nonexistent_static_test/04: MissingCompileTimeError
62 call_nonexistent_static_test/05: MissingCompileTimeError
63 call_nonexistent_static_test/06: MissingCompileTimeError
64 call_nonexistent_static_test/07: MissingCompileTimeError
65 call_nonexistent_static_test/08: MissingCompileTimeError
66 call_nonexistent_static_test/09: MissingCompileTimeError
67 call_nonexistent_static_test/10: MissingCompileTimeError
68 call_through_getter_test/01: MissingCompileTimeError
69 call_through_getter_test/02: MissingCompileTimeError
70 call_type_literal_test/01: MissingCompileTimeError
51 cast_test/04: MissingCompileTimeError 71 cast_test/04: MissingCompileTimeError
52 cast_test/05: MissingCompileTimeError 72 cast_test/05: MissingCompileTimeError
53 73
54 [ $compiler == precompiler && $runtime == dart_precompiled ] 74 [ $compiler == precompiler && $runtime == dart_precompiled ]
55 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError 75 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
56 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError 76 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
57 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError 77 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
58 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError 78 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
59 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError 79 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
60 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError 80 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 assertion_initializer_const_error_test/01: MissingCompileTimeError 116 assertion_initializer_const_error_test/01: MissingCompileTimeError
97 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 117 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
98 118
99 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 119 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
100 async_star_regression_2238_test: CompileTimeError, RuntimeError 120 async_star_regression_2238_test: CompileTimeError, RuntimeError
101 121
102 # These test entries will be valid for vm (with and without kernel). 122 # These test entries will be valid for vm (with and without kernel).
103 [ $runtime == dart_precompiled ] 123 [ $runtime == dart_precompiled ]
104 async_star_cancel_while_paused_test: RuntimeError 124 async_star_cancel_while_paused_test: RuntimeError
105 async_star_pause_test: Fail, OK 125 async_star_pause_test: Fail, OK
OLDNEW
« no previous file with comments | « tests/language_2/language_2_flutter.status ('k') | tests/language_2/language_2_vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698