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

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

Issue 2993083002: Normalize status files for dart2js_with_kernel (Closed)
Patch Set: v1 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/compiler/dart2js_native/dart2js_native.status ('k') | tests/corelib_2/corelib_2.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) 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 || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 string_case_test/01: Fail # Bug 18061 9 string_case_test/01: Fail # Bug 18061
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] 63 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
64 int_parse_radix_test/*: Pass, Slow 64 int_parse_radix_test/*: Pass, Slow
65 65
66 [ $compiler == precompiler ] 66 [ $compiler == precompiler ]
67 int_parse_radix_test: Pass, Timeout # --no_intrinsify 67 int_parse_radix_test: Pass, Timeout # --no_intrinsify
68 68
69 [ $compiler == precompiler || $compiler == app_jit ] 69 [ $compiler == precompiler || $compiler == app_jit ]
70 file_resource_test: Skip # Resolve URI not supported yet in product mode. 70 file_resource_test: Skip # Resolve URI not supported yet in product mode.
71 http_resource_test: Skip # Resolve URI not supported yet in product mode. 71 http_resource_test: Skip # Resolve URI not supported yet in product mode.
72 72
73 [ $compiler == dart2js && $dart2js_with_kernel ]
74 error_stack_trace1_test: Pass # Issue 27394
75 integer_to_string_test/01: RuntimeError
76
77 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2 js_with_kernel ]
78 regress/4562_test/01: Crash # Issue 27394
79
80 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 73 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
81 string_case_test/01: RuntimeError 74 string_case_test/01: RuntimeError
82 string_from_environment3_test/01: MissingCompileTimeError 75 string_from_environment3_test/01: MissingCompileTimeError
83 string_from_environment3_test/02: MissingCompileTimeError 76 string_from_environment3_test/02: MissingCompileTimeError
84 string_from_environment3_test/03: MissingCompileTimeError 77 string_from_environment3_test/03: MissingCompileTimeError
85 string_from_environment3_test/04: MissingCompileTimeError 78 string_from_environment3_test/04: MissingCompileTimeError
86 string_from_environment3_test/05: MissingCompileTimeError 79 string_from_environment3_test/05: MissingCompileTimeError
87 80
88 [ $compiler == dart2js && $dart2js_with_kernel ] 81
82 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
89 big_integer_parsed_div_rem_vm_test: RuntimeError 83 big_integer_parsed_div_rem_vm_test: RuntimeError
90 big_integer_parsed_mul_div_vm_test: RuntimeError 84 big_integer_parsed_mul_div_vm_test: RuntimeError
91 const_list_literal_test: Crash 85 const_list_literal_test: Crash
92 const_list_remove_range_test: Crash 86 const_list_remove_range_test: Crash
93 const_list_set_range_test: Crash 87 const_list_set_range_test: Crash
94 core_runtime_types_test: Crash 88 core_runtime_types_test: Crash
95 data_uri_test: Crash 89 data_uri_test: Crash
96 date_time2_test: Crash 90 date_time2_test: Crash
97 date_time3_test: Crash 91 date_time3_test: Crash
98 date_time4_test: Crash 92 date_time4_test: Crash
99 date_time7_test: Crash 93 date_time7_test: Crash
100 date_time_parse_test: Crash 94 date_time_parse_test: Crash
101 date_time_test: Crash 95 date_time_test: Crash
102 double_ceil2_test: Crash 96 double_ceil2_test: Crash
103 double_floor2_test: Crash 97 double_floor2_test: Crash
104 double_parse_test/01: Crash 98 double_parse_test/01: Crash
105 double_parse_test/02: Crash 99 double_parse_test/02: Crash
106 double_parse_test/03: Crash 100 double_parse_test/03: Crash
107 double_parse_test/none: Crash 101 double_parse_test/none: Crash
108 double_round2_test: Crash 102 double_round2_test: Crash
109 double_truncate2_test: Crash 103 double_truncate2_test: Crash
110 duration2_test: Crash 104 duration2_test: Crash
111 duration_big_num_test: Crash 105 duration_big_num_test: Crash
112 duration_double_multiplication_test: Crash 106 duration_double_multiplication_test: Crash
113 duration_test: Crash 107 duration_test: Crash
114 error_stack_trace1_test: Crash 108 error_stack_trace1_test: Crash
109 error_stack_trace1_test: Pass # Issue 27394
115 error_stack_trace2_test: Crash 110 error_stack_trace2_test: Crash
116 error_stack_trace_test: Crash 111 error_stack_trace_test: Crash
117 exception_implementation_test: Crash 112 exception_implementation_test: Crash
118 expando_test: Crash 113 expando_test: Crash
119 for_in_test: Crash 114 for_in_test: Crash
120 growable_list_test: Crash 115 growable_list_test: Crash
121 has_next_iterator_test: Crash 116 has_next_iterator_test: Crash
122 hash_map2_test: Crash 117 hash_map2_test: Crash
123 int_parse_radix_bad_handler_test: Crash 118 int_parse_radix_bad_handler_test: Crash
124 int_parse_radix_test/01: Crash 119 int_parse_radix_test/01: Crash
125 int_parse_radix_test/02: Crash 120 int_parse_radix_test/02: Crash
126 int_parse_radix_test/none: Crash 121 int_parse_radix_test/none: Crash
127 integer_to_radix_string_test: Crash 122 integer_to_radix_string_test: Crash
123 integer_to_string_test/01: RuntimeError
128 is_operator_basic_types_test: Crash 124 is_operator_basic_types_test: Crash
129 iterable_contains2_test: Crash 125 iterable_contains2_test: Crash
130 iterable_contains_test: Crash 126 iterable_contains_test: Crash
131 iterable_element_at_test: Crash 127 iterable_element_at_test: Crash
132 iterable_empty_test: Crash 128 iterable_empty_test: Crash
133 iterable_expand_test: Crash 129 iterable_expand_test: Crash
134 iterable_first_test: Crash 130 iterable_first_test: Crash
135 iterable_first_where_test: Crash 131 iterable_first_where_test: Crash
136 iterable_fold_test: Crash 132 iterable_fold_test: Crash
137 iterable_generate_test/01: Crash 133 iterable_generate_test/01: Crash
(...skipping 27 matching lines...) Expand all
165 list_fill_range_test: Crash 161 list_fill_range_test: Crash
166 list_first_test: Crash 162 list_first_test: Crash
167 list_fixed_test: Crash 163 list_fixed_test: Crash
168 list_for_each_test: Crash 164 list_for_each_test: Crash
169 list_get_range_test: Crash 165 list_get_range_test: Crash
170 list_growable_test: Crash 166 list_growable_test: Crash
171 list_index_of2_test: RuntimeError 167 list_index_of2_test: RuntimeError
172 list_insert_all_test: Crash 168 list_insert_all_test: Crash
173 list_insert_test: Crash 169 list_insert_test: Crash
174 regexp/parentheses_test: Crash 170 regexp/parentheses_test: Crash
171 regress_11099_test: Crash
175 regress_r21715_test: RuntimeError 172 regress_r21715_test: RuntimeError
173 safe_to_string_test: Crash
176 set_containsAll_test: Crash 174 set_containsAll_test: Crash
177 set_contains_test: Crash 175 set_contains_test: Crash
178 set_intersection_test: Crash 176 set_intersection_test: Crash
179 set_iterator_test: Crash 177 set_iterator_test: Crash
180 set_removeAll_test: Crash 178 set_removeAll_test: Crash
181 set_remove_test: Crash 179 set_remove_test: Crash
182 set_retainAll_test: Crash 180 set_retainAll_test: Crash
183 set_test: Crash 181 set_test: Crash
184 set_to_string_test: Crash 182 set_to_string_test: Crash
185 shuffle_test: Crash 183 shuffle_test: Crash
184 sort_test: Crash
186 sort_test: RuntimeError 185 sort_test: RuntimeError
187 splay_tree_from_iterable_test: Crash 186 splay_tree_from_iterable_test: Crash
188 splay_tree_from_iterables_test: Crash 187 splay_tree_from_iterables_test: Crash
189 splay_tree_test: Crash 188 splay_tree_test: Crash
190 stacktrace_current_test: Crash 189 stacktrace_current_test: Crash
191 stacktrace_fromstring_test: Crash 190 stacktrace_fromstring_test: Crash
192 stopwatch2_test: Crash 191 stopwatch2_test: Crash
193 string_base_vm_test: Crash 192 string_base_vm_test: Crash
194 string_buffer_test: Crash 193 string_buffer_test: Crash
195 string_codeunits_test: Crash 194 string_codeunits_test: Crash
(...skipping 22 matching lines...) Expand all
218 symbol_operator_test/03: Crash 217 symbol_operator_test/03: Crash
219 symbol_operator_test/none: Crash 218 symbol_operator_test/none: Crash
220 symbol_reserved_word_test/04: MissingCompileTimeError 219 symbol_reserved_word_test/04: MissingCompileTimeError
221 symbol_reserved_word_test/05: Crash 220 symbol_reserved_word_test/05: Crash
222 symbol_reserved_word_test/06: Crash 221 symbol_reserved_word_test/06: Crash
223 symbol_reserved_word_test/07: MissingCompileTimeError 222 symbol_reserved_word_test/07: MissingCompileTimeError
224 symbol_reserved_word_test/09: Crash 223 symbol_reserved_word_test/09: Crash
225 symbol_reserved_word_test/10: MissingCompileTimeError 224 symbol_reserved_word_test/10: MissingCompileTimeError
226 symbol_reserved_word_test/12: Crash 225 symbol_reserved_word_test/12: Crash
227 226
228 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
229 regress_11099_test: Crash
230 safe_to_string_test: Crash
231 sort_test: Crash
232
233 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 227 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
228 big_integer_parsed_div_rem_vm_test: RuntimeError
229 big_integer_parsed_mul_div_vm_test: RuntimeError
230 const_list_literal_test: Crash
231 const_list_remove_range_test: Crash
232 const_list_set_range_test: Crash
233 core_runtime_types_test: Crash
234 data_uri_test: Crash
235 date_time2_test: Crash
236 date_time3_test: Crash
237 date_time4_test: Crash
238 date_time7_test: Crash
239 date_time_parse_test: Crash
240 date_time_test: Crash
241 double_ceil2_test: Crash
242 double_floor2_test: Crash
243 double_parse_test/01: Crash
244 double_parse_test/02: Crash
245 double_parse_test/03: Crash
246 double_parse_test/none: Crash
247 double_round2_test: Crash
234 double_round3_test: Crash 248 double_round3_test: Crash
235 double_round4_test: Crash 249 double_round4_test: Crash
236 double_round_test: Crash 250 double_round_test: Crash
237 double_round_to_double2_test: Crash 251 double_round_to_double2_test: Crash
238 double_round_to_double3_test: Crash 252 double_round_to_double3_test: Crash
239 double_round_to_double_test: Crash 253 double_round_to_double_test: Crash
254 double_truncate2_test: Crash
240 double_truncate_test: Crash 255 double_truncate_test: Crash
241 double_truncate_to_double_test: Crash 256 double_truncate_to_double_test: Crash
257 duration2_test: Crash
258 duration_big_num_test: Crash
259 duration_double_multiplication_test: Crash
260 duration_test: Crash
261 error_stack_trace1_test: Crash
262 error_stack_trace1_test: Pass # Issue 27394
263 error_stack_trace2_test: Crash
264 error_stack_trace_test: Crash
265 exception_implementation_test: Crash
266 expando_test: Crash
267 for_in_test: Crash
268 growable_list_test: Crash
269 has_next_iterator_test: Crash
270 hash_map2_test: Crash
271 int_parse_radix_bad_handler_test: Crash
272 int_parse_radix_test/01: Crash
273 int_parse_radix_test/02: Crash
274 int_parse_radix_test/none: Crash
275 integer_to_radix_string_test: Crash
276 integer_to_string_test/01: RuntimeError
277 is_operator_basic_types_test: Crash
278 iterable_contains2_test: Crash
279 iterable_contains_test: Crash
280 iterable_element_at_test: Crash
281 iterable_empty_test: Crash
282 iterable_expand_test: Crash
283 iterable_first_test: Crash
284 iterable_first_where_test: Crash
285 iterable_fold_test: Crash
286 iterable_generate_test/01: Crash
287 iterable_generate_test/none: Crash
288 iterable_join_test: Crash
289 iterable_last_test: Crash
290 iterable_last_where_test: Crash
291 iterable_length_test: Crash
292 iterable_mapping_test: Crash
293 iterable_reduce_test: Crash
294 iterable_return_type_test/01: Crash
295 iterable_return_type_test/02: Crash
296 iterable_return_type_test/none: Crash
297 iterable_single_test: Crash
298 iterable_single_where_test: Crash
299 iterable_skip_test: Crash
300 iterable_skip_while_test: Crash
301 iterable_take_test: Crash
302 iterable_take_while_test: Crash
303 iterable_test: Crash
304 iterable_to_list_test/01: Crash
305 iterable_to_list_test/none: Crash
306 iterable_to_set_test: Crash
307 iterable_tostring_test: Crash
308 json_map_test: Crash
309 linked_hash_map_from_iterable_test: Crash
310 linked_hash_map_from_iterables_test: Crash
311 linked_hash_map_test: Crash
312 list_as_map_test: Crash
313 list_contains_argument_order_test: Crash
314 list_fill_range_test: Crash
315 list_first_test: Crash
316 list_fixed_test: Crash
317 list_for_each_test: Crash
318 list_get_range_test: Crash
319 list_growable_test: Crash
242 list_index_of2_test: Crash 320 list_index_of2_test: Crash
321 list_index_of2_test: RuntimeError
322 list_insert_all_test: Crash
323 list_insert_test: Crash
243 reg_exp1_test: Crash 324 reg_exp1_test: Crash
244 reg_exp_first_match_test: Crash 325 reg_exp_first_match_test: Crash
245 reg_exp_group_test: Crash 326 reg_exp_group_test: Crash
246 reg_exp_groups_test: Crash 327 reg_exp_groups_test: Crash
247 reg_exp_has_match_test: Crash 328 reg_exp_has_match_test: Crash
248 reg_exp_pattern_test: Crash 329 reg_exp_pattern_test: Crash
249 reg_exp_string_match_test: Crash 330 reg_exp_string_match_test: Crash
250 regexp/UC16_test: Crash 331 regexp/UC16_test: Crash
251 regexp/alternative-length-miscalculation_test: Crash 332 regexp/alternative-length-miscalculation_test: Crash
252 regexp/alternatives_test: Crash 333 regexp/alternatives_test: Crash
253 regexp/assertion_test: Crash 334 regexp/assertion_test: Crash
254 regexp/backreferences_test: Crash 335 regexp/backreferences_test: Crash
255 regexp/bol_test: Crash 336 regexp/bol_test: Crash
256 regexp/captures_test: Crash 337 regexp/captures_test: Crash
257 regexp/look-ahead_test: Crash 338 regexp/look-ahead_test: Crash
258 regexp/malformed-escapes_test: Crash 339 regexp/malformed-escapes_test: Crash
259 regexp/many-brackets_test: Crash 340 regexp/many-brackets_test: Crash
260 regexp/non-bmp_test: Crash 341 regexp/non-bmp_test: Crash
261 regexp/non-capturing-backtracking_test: Crash 342 regexp/non-capturing-backtracking_test: Crash
262 regexp/non-character_test: Crash 343 regexp/non-character_test: Crash
263 regexp/non-greedy-parentheses_test: Crash 344 regexp/non-greedy-parentheses_test: Crash
264 regexp/norepeat_test: Crash 345 regexp/norepeat_test: Crash
265 regexp/overflow_test: Crash 346 regexp/overflow_test: Crash
347 regexp/parentheses_test: Crash
266 regexp/stack-overflow2_test: Crash 348 regexp/stack-overflow2_test: Crash
267 regexp/stack-overflow_test: Crash 349 regexp/stack-overflow_test: Crash
268 regress_11099_test: Crash 350 regress_11099_test: Crash
269 regress_r21715_test: Crash 351 regress_r21715_test: Crash
352 regress_r21715_test: RuntimeError
270 safe_to_string_test: Crash 353 safe_to_string_test: Crash
354 set_containsAll_test: Crash
355 set_contains_test: Crash
356 set_intersection_test: Crash
357 set_iterator_test: Crash
358 set_removeAll_test: Crash
359 set_remove_test: Crash
360 set_retainAll_test: Crash
361 set_test: Crash
362 set_to_string_test: Crash
363 shuffle_test: Crash
271 sort_test: Crash 364 sort_test: Crash
365 sort_test: RuntimeError
366 splay_tree_from_iterable_test: Crash
367 splay_tree_from_iterables_test: Crash
368 splay_tree_test: Crash
369 stacktrace_current_test: Crash
370 stacktrace_fromstring_test: Crash
371 stopwatch2_test: Crash
372 string_base_vm_test: Crash
373 string_buffer_test: Crash
374 string_codeunits_test: Crash
375 string_from_environment3_test/01: MissingCompileTimeError
376 string_from_environment3_test/02: MissingCompileTimeError
377 string_from_environment3_test/03: MissingCompileTimeError
378 string_from_environment3_test/04: MissingCompileTimeError
379 string_from_environment3_test/05: Crash
380 string_from_list_test: Crash
381 string_fromcharcode_test: Crash
382 string_fromcharcodes_test: Crash
383 string_operations_with_null_test: Crash
384 string_pattern_test: Crash
385 string_replace_all_test: Crash
386 string_replace_dollar_test: Crash
387 string_replace_test: Crash
388 string_runes_test: Crash
389 string_source_test: Crash
390 string_split_test: Crash
391 string_substring_test: Crash
392 string_test: Crash
393 string_to_lower_case_test: Crash
394 string_trimlr_test/01: Crash
395 string_trimlr_test/02: Crash
396 string_trimlr_test/none: Crash
397 symbol_operator_test/03: Crash
398 symbol_operator_test/none: Crash
399 symbol_reserved_word_test/04: MissingCompileTimeError
400 symbol_reserved_word_test/05: Crash
401 symbol_reserved_word_test/06: Crash
402 symbol_reserved_word_test/07: MissingCompileTimeError
403 symbol_reserved_word_test/09: Crash
404 symbol_reserved_word_test/10: MissingCompileTimeError
405 symbol_reserved_word_test/12: Crash
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698