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

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

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none && $runtime == drt ] 8 [ $compiler == none && $runtime == drt ]
9 from_environment_const_type_test: Skip 9 from_environment_const_type_test: Skip
10 from_environment_const_type_undefined_test: Skip 10 from_environment_const_type_undefined_test: Skip
11 int_from_environment2_test: Skip 11 int_from_environment2_test: Skip
12 int_from_environment3_test: Skip 12 int_from_environment3_test: Skip
13 int_from_environment_test: Skip 13 int_from_environment_test: Skip
14 14
15 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 15 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
16 string_case_test/01: Fail # Bug 18061 16 string_case_test/01: Fail # Bug 18061
17 17
18 [ $compiler == dart2js ] 18 [ $compiler == dart2js && ! $dart2js_with_kernel ]
19 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 19 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
20 int_parse_radix_test/02: Fail # No bigints. 20 int_parse_radix_test/02: Fail # No bigints.
21 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 21 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
22 integer_to_radix_string_test: RuntimeError # issue 22045 22 integer_to_radix_string_test: RuntimeError # issue 22045
23 int_modulo_arith_test/bignum: RuntimeError # No bigints. 23 int_modulo_arith_test/bignum: RuntimeError # No bigints.
24 int_modulo_arith_test/modPow: RuntimeError # No bigints. 24 int_modulo_arith_test/modPow: RuntimeError # No bigints.
25 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 25 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
26 26
27 [ $runtime == ff || $runtime == jsshell ] 27 [ $runtime == ff || $runtime == jsshell ]
28 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 28 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
29 # (presumably added to allow Mozilla's existing behavior) 29 # (presumably added to allow Mozilla's existing behavior)
30 # and only looks at the first 20 significant digits. 30 # and only looks at the first 20 significant digits.
31 # The Dart VM and the other ECMAScript implementations follow the correct 31 # The Dart VM and the other ECMAScript implementations follow the correct
32 # IEEE-754 rounding algorithm. 32 # IEEE-754 rounding algorithm.
33 double_parse_test/02: Fail, OK 33 double_parse_test/02: Fail, OK
34 34
35 [ $runtime == safari || $runtime == safarimobilesim ] 35 [ $runtime == safari || $runtime == safarimobilesim ]
36 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 36 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
37 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 37 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
38 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 38 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
39 39
40 [ $runtime == ff ] 40 [ $runtime == ff ]
41 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1. 41 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1.
42 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1. 42 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
43 43
44 [ $compiler == dart2js ] 44 [ $compiler == dart2js && ! $dart2js_with_kernel ]
45 error_stack_trace1_test: RuntimeError # Issue 12399 45 error_stack_trace1_test: RuntimeError # Issue 12399
46 hash_set_test/01: RuntimeError # Issue 11551 46 hash_set_test/01: RuntimeError # Issue 11551
47 integer_to_string_test/01: RuntimeError # Issue 1533 47 integer_to_string_test/01: RuntimeError # Issue 1533
48 iterable_return_type_test/01: RuntimeError # Issue 20085 48 iterable_return_type_test/01: RuntimeError # Issue 20085
49 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 49 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
50 iterable_to_list_test/01: RuntimeError # Issue 26501 50 iterable_to_list_test/01: RuntimeError # Issue 26501
51 51
52 big_integer_*: Skip # VM specific test. 52 big_integer_*: Skip # VM specific test.
53 compare_to2_test: RuntimeError, OK # Requires bigint support. 53 compare_to2_test: RuntimeError, OK # Requires bigint support.
54 nan_infinity_test/01: Fail # Issue 11551 54 nan_infinity_test/01: Fail # Issue 11551
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 int_parse_radix_test: Pass, Timeout # --no_intrinsify 119 int_parse_radix_test: Pass, Timeout # --no_intrinsify
120 120
121 [ $compiler == precompiler || $compiler == app_jit ] 121 [ $compiler == precompiler || $compiler == app_jit ]
122 package_resource_test: Skip # Resolve URI not supported yet in product mode. 122 package_resource_test: Skip # Resolve URI not supported yet in product mode.
123 file_resource_test: Skip # Resolve URI not supported yet in product mode. 123 file_resource_test: Skip # Resolve URI not supported yet in product mode.
124 http_resource_test: Skip # Resolve URI not supported yet in product mode. 124 http_resource_test: Skip # Resolve URI not supported yet in product mode.
125 125
126 [ $arch == simdbc || $arch == simdbc64 ] 126 [ $arch == simdbc || $arch == simdbc64 ]
127 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 127 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
128 128
129 [ $compiler == dart2js && $dart2js_with_kernel ] 129 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && !$dart2js_with_kernel ]
130 error_stack_trace1_test: Pass # Issue 27394 130 error_stack_trace1_test: Pass # Issue 27394
131 map_test: Crash # Issue 27394 131 map_test: Crash # Issue 27394
132 regexp/pcre_test: RuntimeError # Issue 27394 132 regexp/pcre_test: RuntimeError # Issue 27394
133 133
134 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 134 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2 js_with_kernel ]
135 regress/4562_test/01: Crash # Issue 27394 135 regress/4562_test/01: Crash # Issue 27394
136 136
137 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 137 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
138 int_from_environment3_test/01: MissingCompileTimeError 138 int_from_environment3_test/01: MissingCompileTimeError
139 int_from_environment3_test/02: MissingCompileTimeError 139 int_from_environment3_test/02: MissingCompileTimeError
140 int_from_environment3_test/03: MissingCompileTimeError 140 int_from_environment3_test/03: MissingCompileTimeError
141 int_from_environment3_test/04: MissingCompileTimeError 141 int_from_environment3_test/04: MissingCompileTimeError
142 int_from_environment3_test/05: MissingCompileTimeError 142 int_from_environment3_test/05: MissingCompileTimeError
143 string_case_test/01: RuntimeError 143 string_case_test/01: RuntimeError
144 string_from_environment3_test/01: MissingCompileTimeError 144 string_from_environment3_test/01: MissingCompileTimeError
145 string_from_environment3_test/02: MissingCompileTimeError 145 string_from_environment3_test/02: MissingCompileTimeError
146 string_from_environment3_test/03: MissingCompileTimeError 146 string_from_environment3_test/03: MissingCompileTimeError
147 string_from_environment3_test/04: MissingCompileTimeError 147 string_from_environment3_test/04: MissingCompileTimeError
148 string_from_environment3_test/05: MissingCompileTimeError 148 string_from_environment3_test/05: MissingCompileTimeError
149 149
150 [ $compiler == dart2js && $dart2js_with_kernel ]
151 big_integer_parsed_div_rem_vm_test: RuntimeError
152 big_integer_parsed_mul_div_vm_test: RuntimeError
153 const_list_literal_test: Crash
154 const_list_remove_range_test: Crash
155 const_list_set_range_test: Crash
156 core_runtime_types_test: Crash
157 data_uri_test: Crash
158 date_time2_test: Crash
159 date_time3_test: Crash
160 date_time4_test: Crash
161 date_time7_test: Crash
162 date_time_parse_test: Crash
163 date_time_test: Crash
164 double_ceil2_test: Crash
165 double_floor2_test: Crash
166 double_parse_test/01: Crash
167 double_parse_test/02: Crash
168 double_parse_test/03: Crash
169 double_parse_test/none: Crash
170 double_round2_test: Crash
171 double_truncate2_test: Crash
172 duration2_test: Crash
173 duration_big_num_test: Crash
174 duration_double_multiplication_test: Crash
175 duration_test: Crash
176 error_stack_trace1_test: Crash
177 error_stack_trace2_test: Crash
178 error_stack_trace_test: Crash
179 exception_implementation_test: Crash
180 expando_test: Crash
181 for_in_test: Crash
182 growable_list_test: Crash
183 has_next_iterator_test: Crash
184 hash_map2_test: Crash
185 hash_set_test/01: Crash
186 hash_set_test/none: Crash
187 hash_set_type_check_test: Crash
188 hashcode_test: Crash
189 hidden_library2_test/01: Crash
190 hidden_library2_test/none: Crash
191 indexed_list_access_test: Crash
192 int_from_environment3_test/01: MissingCompileTimeError
193 int_from_environment3_test/02: MissingCompileTimeError
194 int_from_environment3_test/03: MissingCompileTimeError
195 int_from_environment3_test/04: MissingCompileTimeError
196 int_from_environment3_test/05: Crash
197 int_modulo_arith_test/bignum: Crash
198 int_modulo_arith_test/modPow: Crash
199 int_modulo_arith_test/none: Crash
200 int_parse_radix_bad_handler_test: Crash
201 int_parse_radix_test/01: Crash
202 int_parse_radix_test/02: Crash
203 int_parse_radix_test/none: Crash
204 integer_to_radix_string_test: Crash
205 integer_to_string_test/01: Crash
206 integer_to_string_test/none: Crash
207 is_operator_basic_types_test: Crash
208 iterable_contains2_test: Crash
209 iterable_contains_test: Crash
210 iterable_element_at_test: Crash
211 iterable_empty_test: Crash
212 iterable_expand_test: Crash
213 iterable_first_test: Crash
214 iterable_first_where_test: Crash
215 iterable_fold_test: Crash
216 iterable_generate_test/01: Crash
217 iterable_generate_test/none: Crash
218 iterable_join_test: Crash
219 iterable_last_test: Crash
220 iterable_last_where_test: Crash
221 iterable_length_test: Crash
222 iterable_mapping_test: Crash
223 iterable_reduce_test: Crash
224 iterable_return_type_test/01: Crash
225 iterable_return_type_test/02: Crash
226 iterable_return_type_test/none: Crash
227 iterable_single_test: Crash
228 iterable_single_where_test: Crash
229 iterable_skip_test: Crash
230 iterable_skip_while_test: Crash
231 iterable_take_test: Crash
232 iterable_take_while_test: Crash
233 iterable_test: Crash
234 iterable_to_list_test/01: Crash
235 iterable_to_list_test/none: Crash
236 iterable_to_set_test: Crash
237 iterable_tostring_test: Crash
238 json_map_test: Crash
239 linked_hash_map_from_iterable_test: Crash
240 linked_hash_map_from_iterables_test: Crash
241 linked_hash_map_test: Crash
242 list_as_map_test: Crash
243 list_contains_argument_order_test: Crash
244 list_fill_range_test: Crash
245 list_first_test: Crash
246 list_fixed_test: Crash
247 list_for_each_test: Crash
248 list_get_range_test: Crash
249 list_growable_test: Crash
250 list_index_of2_test: RuntimeError
251 list_insert_all_test: Crash
252 list_insert_test: Crash
253 list_iterators_test: Crash
254 list_last_test: Crash
255 list_map_test: Crash
256 list_remove_range_test: Crash
257 list_removeat_test: Crash
258 list_replace_range_test: Crash
259 list_reversed_test: Crash
260 list_set_all_test: Crash
261 list_set_range_test: Crash
262 list_sort_test: RuntimeError
263 list_sublist_test: Crash
264 list_test/01: Crash
265 list_test/none: Crash
266 list_to_string2_test: Crash
267 list_to_string_test: Crash
268 list_unmodifiable_test: Crash
269 main_test: Crash
270 map_contains_value_test: Crash
271 map_from_iterable_test: Crash
272 map_from_iterables_test: Crash
273 map_from_test: Crash
274 map_keys2_test: Crash
275 map_keys_test: Crash
276 map_test: Crash
277 map_to_string_test: Crash
278 map_values2_test: Crash
279 map_values3_test: Crash
280 map_values4_test: Crash
281 map_values_test: Crash
282 maps_test: Crash
283 nan_infinity_test/01: RuntimeError
284 null_nosuchmethod_test: Crash
285 null_test: Crash
286 num_clamp_test: Crash
287 num_parse_test/01: Crash
288 num_parse_test/none: Crash
289 queue_first_test: Crash
290 queue_iterator_test: Crash
291 queue_last_test: Crash
292 queue_single_test: Crash
293 queue_test: Crash
294 range_error_test: Crash
295 reg_exp4_test: Crash
296 reg_exp5_test: Crash
297 reg_exp_all_matches_test: Crash
298 reg_exp_start_end_test: Crash
299 regexp/ascii-regexp-subject_test: Crash
300 regexp/capture-3_test: Crash
301 regexp/capture_test: Crash
302 regexp/compile-crash_test: Crash
303 regexp/compile_test: Crash
304 regexp/early-acid3-86_test: Crash
305 regexp/ecma-regex-examples_test: Crash
306 regexp/extended-characters-more_test: Crash
307 regexp/global_test: Crash
308 regexp/indexof_test: Crash
309 regexp/invalid-range-in-class_test: Crash
310 regexp/issue_19193_test: Crash
311 regexp/lastindex_test: Crash
312 regexp/lookahead_test: Crash
313 regexp/multiline_test: Crash
314 regexp/negative-special-characters_test: Crash
315 regexp/no-extensions_test: Crash
316 regexp/non-capturing-groups_test: Crash
317 regexp/parentheses_test: Crash
318 regexp/pcre-test-4_test: Crash
319 regexp/pcre_test: Crash
320 regexp/range-out-of-order_test: Crash
321 regexp/regexp_kde_test: Crash
322 regexp/regexp_test: Crash
323 regexp/regress-regexp-codeflush_test: Crash
324 regexp/standalones_test: Crash
325 regexp/toString_test: Crash
326 regexp/unicode-handling_test: Crash
327 regexp/unicodeCaseInsensitive_test: Crash
328 regress_r21715_test: RuntimeError
329 set_containsAll_test: Crash
330 set_contains_test: Crash
331 set_intersection_test: Crash
332 set_iterator_test: Crash
333 set_removeAll_test: Crash
334 set_remove_test: Crash
335 set_retainAll_test: Crash
336 set_test: Crash
337 set_to_string_test: Crash
338 shuffle_test: Crash
339 sort_test: RuntimeError
340 splay_tree_from_iterable_test: Crash
341 splay_tree_from_iterables_test: Crash
342 splay_tree_test: Crash
343 stacktrace_current_test: Crash
344 stacktrace_fromstring_test: Crash
345 stopwatch2_test: Crash
346 string_base_vm_test: Crash
347 string_buffer_test: Crash
348 string_codeunits_test: Crash
349 string_from_environment3_test/01: MissingCompileTimeError
350 string_from_environment3_test/02: MissingCompileTimeError
351 string_from_environment3_test/03: MissingCompileTimeError
352 string_from_environment3_test/04: MissingCompileTimeError
353 string_from_environment3_test/05: Crash
354 string_from_list_test: Crash
355 string_fromcharcode_test: Crash
356 string_fromcharcodes_test: Crash
357 string_operations_with_null_test: Crash
358 string_pattern_test: Crash
359 string_replace_all_test: Crash
360 string_replace_dollar_test: Crash
361 string_replace_test: Crash
362 string_runes_test: Crash
363 string_source_test: Crash
364 string_split_test: Crash
365 string_substring_test: Crash
366 string_test: Crash
367 string_to_lower_case_test: Crash
368 string_trimlr_test/01: Crash
369 string_trimlr_test/02: Crash
370 string_trimlr_test/none: Crash
371 symbol_operator_test/03: Crash
372 symbol_operator_test/none: Crash
373 symbol_reserved_word_test/04: MissingCompileTimeError
374 symbol_reserved_word_test/05: Crash
375 symbol_reserved_word_test/06: Crash
376 symbol_reserved_word_test/07: MissingCompileTimeError
377 symbol_reserved_word_test/09: Crash
378 symbol_reserved_word_test/10: MissingCompileTimeError
379 symbol_reserved_word_test/12: Crash
380 symbol_test/01: Crash
381 symbol_test/02: Crash
382 symbol_test/03: Crash
383 symbol_test/none: Crash
384
385 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
386 hash_map_test: Crash
387 list_sort_test: Crash
388 map_contains_key_test: Crash
389 map_index_test: Crash
390 map_remove_test: Crash
391 regress_11099_test: Crash
392 safe_to_string_test: Crash
393 sort_test: Crash
394
150 # dartk: checked mode failures 395 # dartk: checked mode failures
151 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 396 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
152 from_environment_const_type_test/02: MissingCompileTimeError 397 from_environment_const_type_test/02: MissingCompileTimeError
153 from_environment_const_type_test/03: MissingCompileTimeError 398 from_environment_const_type_test/03: MissingCompileTimeError
154 from_environment_const_type_test/04: MissingCompileTimeError 399 from_environment_const_type_test/04: MissingCompileTimeError
155 from_environment_const_type_test/06: MissingCompileTimeError 400 from_environment_const_type_test/06: MissingCompileTimeError
156 from_environment_const_type_test/07: MissingCompileTimeError 401 from_environment_const_type_test/07: MissingCompileTimeError
157 from_environment_const_type_test/08: MissingCompileTimeError 402 from_environment_const_type_test/08: MissingCompileTimeError
158 from_environment_const_type_test/09: MissingCompileTimeError 403 from_environment_const_type_test/09: MissingCompileTimeError
159 from_environment_const_type_test/11: MissingCompileTimeError 404 from_environment_const_type_test/11: MissingCompileTimeError
(...skipping 25 matching lines...) Expand all
185 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 430 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
186 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 431 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
187 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 432 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
188 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 433 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
189 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 434 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
190 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 435 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
191 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 436 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
192 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 437 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
193 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 438 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
194 main_test: RuntimeError # Flutter Issue 9111 439 main_test: RuntimeError # Flutter Issue 9111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698