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

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

Issue 2998013002: Re-land "fix #30462, update function_type tests to understand covariant generics" (Closed)
Patch Set: 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_dartdevc.status ('k') | no next file » | 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 "$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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 generic_constructor_mixin_test/01: MissingCompileTimeError 105 generic_constructor_mixin_test/01: MissingCompileTimeError
106 generic_constructor_mixin2_test/01: MissingCompileTimeError 106 generic_constructor_mixin2_test/01: MissingCompileTimeError
107 generic_constructor_mixin3_test/01: MissingCompileTimeError 107 generic_constructor_mixin3_test/01: MissingCompileTimeError
108 108
109 [ $runtime == vm && $checked ]
110 function_type/function_type0_test: RuntimeError # Issue 30475
111 function_type/function_type10_test: RuntimeError # Issue 30475
112 function_type/function_type12_test: RuntimeError # Issue 30475
113 function_type/function_type13_test: RuntimeError # Issue 30475
114 function_type/function_type14_test: RuntimeError # Issue 30475
115 function_type/function_type15_test: RuntimeError # Issue 30475
116 function_type/function_type16_test: RuntimeError # Issue 30475
117 function_type/function_type17_test: RuntimeError # Issue 30475
118 function_type/function_type18_test: RuntimeError # Issue 30475
119 function_type/function_type19_test: RuntimeError # Issue 30475
120 function_type/function_type1_test: RuntimeError # Issue 30475
121 function_type/function_type20_test: RuntimeError # Issue 30475
122 function_type/function_type21_test: RuntimeError # Issue 30475
123 function_type/function_type22_test: RuntimeError # Issue 30475
124 function_type/function_type24_test: RuntimeError # Issue 30475
125 function_type/function_type25_test: RuntimeError # Issue 30475
126 function_type/function_type26_test: RuntimeError # Issue 30475
127 function_type/function_type27_test: RuntimeError # Issue 30475
128 function_type/function_type28_test: RuntimeError # Issue 30475
129 function_type/function_type29_test: RuntimeError # Issue 30475
130 function_type/function_type2_test: RuntimeError # Issue 30475
131 function_type/function_type30_test: RuntimeError # Issue 30475
132 function_type/function_type31_test: RuntimeError # Issue 30475
133 function_type/function_type32_test: RuntimeError # Issue 30475
134 function_type/function_type33_test: RuntimeError # Issue 30475
135 function_type/function_type34_test: RuntimeError # Issue 30475
136 function_type/function_type36_test: RuntimeError # Issue 30475
137 function_type/function_type3_test: RuntimeError # Issue 30475
138 function_type/function_type44_test: RuntimeError # Issue 30475
139 function_type/function_type45_test: RuntimeError # Issue 30475
140 function_type/function_type46_test: RuntimeError # Issue 30475
141 function_type/function_type47_test: RuntimeError # Issue 30475
142 function_type/function_type48_test: RuntimeError # Issue 30475
143 function_type/function_type49_test: RuntimeError # Issue 30475
144 function_type/function_type4_test: RuntimeError # Issue 30475
145 function_type/function_type50_test: RuntimeError # Issue 30475
146 function_type/function_type51_test: RuntimeError # Issue 30475
147 function_type/function_type52_test: RuntimeError # Issue 30475
148 function_type/function_type53_test: RuntimeError # Issue 30475
149 function_type/function_type54_test: RuntimeError # Issue 30475
150 function_type/function_type56_test: RuntimeError # Issue 30475
151 function_type/function_type57_test: RuntimeError # Issue 30475
152 function_type/function_type58_test: RuntimeError # Issue 30475
153 function_type/function_type59_test: RuntimeError # Issue 30475
154 function_type/function_type5_test: RuntimeError # Issue 30475
155 function_type/function_type60_test: RuntimeError # Issue 30475
156 function_type/function_type61_test: RuntimeError # Issue 30475
157 function_type/function_type62_test: RuntimeError # Issue 30475
158 function_type/function_type63_test: RuntimeError # Issue 30475
159 function_type/function_type64_test: RuntimeError # Issue 30475
160 function_type/function_type65_test: RuntimeError # Issue 30475
161 function_type/function_type66_test: RuntimeError # Issue 30475
162 function_type/function_type6_test: RuntimeError # Issue 30475
163 function_type/function_type7_test: RuntimeError # Issue 30475
164 function_type/function_type80_test: RuntimeError # Issue 30475
165 function_type/function_type81_test: RuntimeError # Issue 30475
166 function_type/function_type82_test: RuntimeError # Issue 30475
167 function_type/function_type83_test: RuntimeError # Issue 30475
168 function_type/function_type84_test: RuntimeError # Issue 30475
169 function_type/function_type85_test: RuntimeError # Issue 30475
170 function_type/function_type86_test: RuntimeError # Issue 30475
171 function_type/function_type87_test: RuntimeError # Issue 30475
172 function_type/function_type88_test: RuntimeError # Issue 30475
173 function_type/function_type89_test: RuntimeError # Issue 30475
174 function_type/function_type8_test: RuntimeError # Issue 30475
175 function_type/function_type90_test: RuntimeError # Issue 30475
176 function_type/function_type96_test: RuntimeError # Issue 30475
177 function_type/function_type9_test: RuntimeError # Issue 30475
178 function_type/function_type0_test: RuntimeError # Issue 30475
179 function_type/function_type10_test: RuntimeError # Issue 30475
180 function_type/function_type12_test: RuntimeError # Issue 30475
181 function_type/function_type13_test: RuntimeError # Issue 30475
182 function_type/function_type14_test: RuntimeError # Issue 30475
183 function_type/function_type15_test: RuntimeError # Issue 30475
184 function_type/function_type16_test: RuntimeError # Issue 30475
185 function_type/function_type17_test: RuntimeError # Issue 30475
186 function_type/function_type18_test: RuntimeError # Issue 30475
187 function_type/function_type19_test: RuntimeError # Issue 30475
188 function_type/function_type1_test: RuntimeError # Issue 30475
189 function_type/function_type20_test: RuntimeError # Issue 30475
190 function_type/function_type21_test: RuntimeError # Issue 30475
191 function_type/function_type22_test: RuntimeError # Issue 30475
192 function_type/function_type24_test: RuntimeError # Issue 30475
193 function_type/function_type25_test: RuntimeError # Issue 30475
194 function_type/function_type26_test: RuntimeError # Issue 30475
195 function_type/function_type27_test: RuntimeError # Issue 30475
196 function_type/function_type28_test: RuntimeError # Issue 30475
197 function_type/function_type29_test: RuntimeError # Issue 30475
198 function_type/function_type2_test: RuntimeError # Issue 30475
199 function_type/function_type30_test: RuntimeError # Issue 30475
200 function_type/function_type31_test: RuntimeError # Issue 30475
201 function_type/function_type32_test: RuntimeError # Issue 30475
202 function_type/function_type33_test: RuntimeError # Issue 30475
203 function_type/function_type34_test: RuntimeError # Issue 30475
204 function_type/function_type36_test: RuntimeError # Issue 30475
205 function_type/function_type3_test: RuntimeError # Issue 30475
206 function_type/function_type44_test: RuntimeError # Issue 30475
207 function_type/function_type45_test: RuntimeError # Issue 30475
208 function_type/function_type46_test: RuntimeError # Issue 30475
209 function_type/function_type47_test: RuntimeError # Issue 30475
210 function_type/function_type48_test: RuntimeError # Issue 30475
211 function_type/function_type49_test: RuntimeError # Issue 30475
212 function_type/function_type4_test: RuntimeError # Issue 30475
213 function_type/function_type50_test: RuntimeError # Issue 30475
214 function_type/function_type51_test: RuntimeError # Issue 30475
215 function_type/function_type52_test: RuntimeError # Issue 30475
216 function_type/function_type53_test: RuntimeError # Issue 30475
217 function_type/function_type54_test: RuntimeError # Issue 30475
218 function_type/function_type56_test: RuntimeError # Issue 30475
219 function_type/function_type57_test: RuntimeError # Issue 30475
220 function_type/function_type58_test: RuntimeError # Issue 30475
221 function_type/function_type59_test: RuntimeError # Issue 30475
222 function_type/function_type5_test: RuntimeError # Issue 30475
223 function_type/function_type60_test: RuntimeError # Issue 30475
224 function_type/function_type61_test: RuntimeError # Issue 30475
225 function_type/function_type62_test: RuntimeError # Issue 30475
226 function_type/function_type63_test: RuntimeError # Issue 30475
227 function_type/function_type64_test: RuntimeError # Issue 30475
228 function_type/function_type65_test: RuntimeError # Issue 30475
229 function_type/function_type66_test: RuntimeError # Issue 30475
230 function_type/function_type6_test: RuntimeError # Issue 30475
231 function_type/function_type7_test: RuntimeError # Issue 30475
232 function_type/function_type80_test: RuntimeError # Issue 30475
233 function_type/function_type81_test: RuntimeError # Issue 30475
234 function_type/function_type82_test: RuntimeError # Issue 30475
235 function_type/function_type83_test: RuntimeError # Issue 30475
236 function_type/function_type84_test: RuntimeError # Issue 30475
237 function_type/function_type85_test: RuntimeError # Issue 30475
238 function_type/function_type86_test: RuntimeError # Issue 30475
239 function_type/function_type87_test: RuntimeError # Issue 30475
240 function_type/function_type88_test: RuntimeError # Issue 30475
241 function_type/function_type89_test: RuntimeError # Issue 30475
242 function_type/function_type8_test: RuntimeError # Issue 30475
243 function_type/function_type90_test: RuntimeError # Issue 30475
244 function_type/function_type96_test: RuntimeError # Issue 30475
245 function_type/function_type9_test: RuntimeError # Issue 30475
246
109 # The VM and does not implement the Dart 2.0 runtime checks yet unless 247 # The VM and does not implement the Dart 2.0 runtime checks yet unless
110 # --checked is explicitly passed). 248 # --checked is explicitly passed).
111 [ $runtime == vm && !$checked ] 249 [ $runtime == vm && !$checked ]
112 bool_check_test: RuntimeError 250 bool_check_test: RuntimeError
113 bool_condition_check_test: RuntimeError 251 bool_condition_check_test: RuntimeError
114 function_subtype_inline2_test: RuntimeError 252 function_subtype_inline2_test: RuntimeError
115 typevariable_substitution2_test/02: RuntimeError 253 typevariable_substitution2_test/02: RuntimeError
116 254
117 # The VM doesn't enforce that potentially const expressions are actually 255 # The VM doesn't enforce that potentially const expressions are actually
118 # const expressions when the constructor is called with `const`. 256 # const expressions when the constructor is called with `const`.
119 [ $runtime == vm && $compiler == none && $checked ] 257 [ $runtime == vm && $compiler == none && $checked ]
120 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 258 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
121 259
122 [ $compiler == dartk && $runtime == vm ] 260 [ $compiler == dartk && $runtime == vm ]
123 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 261 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
124 262
125 [ $compiler == none && $runtime == vm && !$checked ] 263 [ $compiler == none && $runtime == vm && !$checked ]
126 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 264 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
127 assertion_initializer_const_error_test/01: MissingCompileTimeError 265 assertion_initializer_const_error_test/01: MissingCompileTimeError
128 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 266 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
129 267
130 [ $compiler == app_jit && $runtime == vm && !$checked ] 268 [ $compiler == app_jit && $runtime == vm && !$checked ]
131 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 269 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
132 assertion_initializer_const_error_test/01: MissingCompileTimeError 270 assertion_initializer_const_error_test/01: MissingCompileTimeError
133 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 271 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
134 272
135 [$runtime == vm && $compiler == none && $system == fuchsia] 273 [$runtime == vm && $compiler == none && $system == fuchsia]
136 closure_cycles_test: Pass, Crash 274 closure_cycles_test: Pass, Crash
OLDNEW
« no previous file with comments | « tests/language_2/language_2_dartdevc.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698