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

Side by Side Diff: tests/corelib_2/corelib_2.status

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 years, 5 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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 string_base_vm_static_test: MissingCompileTimeError 8 string_base_vm_static_test: MissingCompileTimeError
9 string_replace_static_test: MissingCompileTimeError 9 string_replace_static_test: MissingCompileTimeError
10 string_static_test: MissingCompileTimeError 10 string_static_test: MissingCompileTimeError
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 [ $compiler == precompiler ] 133 [ $compiler == precompiler ]
134 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 134 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
135 135
136 [ $compiler == none && ($runtime == vm || $runtime == flutter)] 136 [ $compiler == none && ($runtime == vm || $runtime == flutter)]
137 string_trimlr_test/02: RuntimeError # Issue 29060 137 string_trimlr_test/02: RuntimeError # Issue 29060
138 138
139 [ $compiler == precompiler || $compiler == app_jit ] 139 [ $compiler == precompiler || $compiler == app_jit ]
140 string_trimlr_test/02: RuntimeError # Issue 29060 140 string_trimlr_test/02: RuntimeError # Issue 29060
141 141
142 # void should be a valid symbol. 142 # void should be a valid symbol.
143 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ] 143 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com piler == dart2js && !$dart2js_with_kernel) ]
144 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 144 symbol_reserved_word_test/02: CompileTimeError # Issue 20191
145 145
146 # With the exception of 'void', const Symbol() should not accept reserved 146 # With the exception of 'void', const Symbol() should not accept reserved
147 # words. 147 # words.
148 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 148 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972
149 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 149 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972
150 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 150 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972
151 151
152 [ $compiler == dart2js ] 152 [ $compiler == dart2js ]
153 string_static_test: MissingCompileTimeError 153 string_static_test: MissingCompileTimeError
(...skipping 13 matching lines...) Expand all
167 [ $compiler == dart2js && $runtime == drt ] 167 [ $compiler == dart2js && $runtime == drt ]
168 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 168 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
169 169
170 [ $compiler == dart2js && $runtime == safarimobilesim ] 170 [ $compiler == dart2js && $runtime == safarimobilesim ]
171 string_trimlr_test/01: Fail 171 string_trimlr_test/01: Fail
172 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 172 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
173 173
174 [ $compiler == dart2js && $runtime == d8 ] 174 [ $compiler == dart2js && $runtime == d8 ]
175 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 175 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
176 176
177 [ $compiler == dart2js && $dart2js_with_kernel ] 177 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
178 symbol_reserved_word_test/03: Pass # Issue 27394 178 symbol_reserved_word_test/03: Pass # Issue 27394
179 symbol_operator_test/03: RuntimeError # Issue 27394 179 symbol_operator_test/03: RuntimeError # Issue 27394
180 symbol_reserved_word_test/06: RuntimeError # Issue 27394 180 symbol_reserved_word_test/06: RuntimeError # Issue 27394
181 symbol_reserved_word_test/09: RuntimeError # Issue 27394 181 symbol_reserved_word_test/09: RuntimeError # Issue 27394
182 symbol_reserved_word_test/12: RuntimeError # Issue 27394 182 symbol_reserved_word_test/12: RuntimeError # Issue 27394
183 symbol_test/none: RuntimeError # Issue 27394 183 symbol_test/none: RuntimeError # Issue 27394
184 184
185 [ $compiler == none && $runtime == vm ] 185 [ $compiler == none && $runtime == vm ]
186 string_static_test: MissingCompileTimeError 186 string_static_test: MissingCompileTimeError
187 187
188 [ $compiler == dart2js && $runtime != none] 188 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel]
189 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed. 189 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho uld be allowed.
190 190
191 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] 191 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ]
192 string_base_vm_static_test: MissingCompileTimeError 192 string_base_vm_static_test: MissingCompileTimeError
193 193
194 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 194 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
195 string_case_test/01: Fail, OK # Bug in Firefox. 195 string_case_test/01: Fail, OK # Bug in Firefox.
196 196
197 [ $compiler == none && $runtime == drt ] 197 [ $compiler == none && $runtime == drt ]
198 string_from_environment2_test: Skip 198 string_from_environment2_test: Skip
199 string_from_environment3_test: Skip 199 string_from_environment3_test: Skip
200 string_from_environment_test: Skip 200 string_from_environment_test: Skip
201 201
202 [ $system == windows && $arch == x64 ] 202 [ $system == windows && $arch == x64 ]
203 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 203 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
204 204
205 [ $runtime == vm ] 205 [ $runtime == vm ]
206 string_case_test/01: RuntimeError 206 string_case_test/01: RuntimeError
207
208 [ $compiler == dart2js && $dart2js_with_kernel ]
209 apply2_test: Crash
210 apply3_test: Crash
211 apply4_test: Crash
212 apply5_test: Crash
213 apply_test: Crash
214 big_integer_arith_vm_test/modInv: Crash
215 big_integer_arith_vm_test/shift: Crash
216 bit_twiddling_bigint_test: Crash
217 bit_twiddling_test: Crash
218 bool_from_environment2_test/01: MissingCompileTimeError
219 bool_from_environment2_test/02: MissingCompileTimeError
220 bool_from_environment2_test/03: MissingCompileTimeError
221 bool_from_environment2_test/04: MissingCompileTimeError
222 bool_from_environment2_test/05: Crash
223 collection_from_test: Crash
224 collection_length_test: Crash
225 collection_removes_test: Crash
226 collection_test: Crash
227 collection_to_string_test: Crash
228 compare_to2_test: Crash
229 const_list_literal_test: Crash
230 const_list_remove_range_test: Crash
231 const_list_set_range_test: Crash
232 core_runtime_types_test: Crash
233 data_uri_test: Crash
234 date_time2_test: Crash
235 date_time3_test: Crash
236 date_time4_test: Crash
237 date_time7_test: Crash
238 date_time_parse_test: Crash
239 date_time_test: Crash
240 stacktrace_fromstring_test: Crash
241 stopwatch2_test: Crash
242 string_base_vm_test: Crash
243 string_buffer_test: Crash
244 string_codeunits_test: Crash
245 string_from_environment3_test/01: MissingCompileTimeError
246 string_from_environment3_test/02: MissingCompileTimeError
247 string_from_environment3_test/03: MissingCompileTimeError
248 string_from_environment3_test/04: MissingCompileTimeError
249 string_from_environment3_test/05: Crash
250 string_from_list_test: Crash
251 string_fromcharcode_test: Crash
252 string_fromcharcodes_test: Crash
253 string_operations_with_null_test: Crash
254 string_pattern_test: Crash
255 string_replace_all_test: Crash
256 string_replace_dollar_test: Crash
257 string_replace_static_test: Crash
258 string_replace_test: Crash
259 string_runes_test: Crash
260 string_source_test: Crash
261 string_split_test: Crash
262 string_substring_test: Crash
263 string_test: Crash
264 string_to_lower_case_test: Crash
265 string_trimlr_test/01: Crash
266 string_trimlr_test/02: Crash
267 string_trimlr_test/none: Crash
268 symbol_operator_test/03: Crash
269 symbol_operator_test/none: Crash
270 symbol_reserved_word_test/04: MissingCompileTimeError
271 symbol_reserved_word_test/05: MissingCompileTimeError
272 symbol_reserved_word_test/06: Crash
273 symbol_reserved_word_test/07: MissingCompileTimeError
274 symbol_reserved_word_test/09: Crash
275 symbol_reserved_word_test/10: MissingCompileTimeError
276 symbol_reserved_word_test/12: Crash
277 symbol_test/01: Crash
278 symbol_test/02: Crash
279 symbol_test/03: Crash
280 symbol_test/04: Crash
281 symbol_test/none: Crash
282 unicode2_test: Crash
283 uri_base_test: Crash
284 uri_file_test: Crash
285 uri_http_test: Crash
286 uri_ipv4_test: Crash
287 uri_ipv6_test: Crash
288 uri_normalize_path_test: Crash
289 uri_normalize_test: Crash
290 uri_parameters_all_test: Crash
291 uri_parse_test: Crash
292 uri_path_test: Crash
293 uri_query_test: Crash
294 uri_scheme_test: Crash
295 uri_test: Crash
296
297 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
298 stopwatch_test: Crash
299 type_hashcode_test: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698