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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index eb9ed85caf1cbf06c6809467873eab07d43c72b1..f884156a1b332ee2ab71df976c78d9626d96e352 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -70,13 +70,6 @@ int_parse_radix_test: Pass, Timeout # --no_intrinsify
file_resource_test: Skip # Resolve URI not supported yet in product mode.
http_resource_test: Skip # Resolve URI not supported yet in product mode.
-[ $compiler == dart2js && $dart2js_with_kernel ]
-error_stack_trace1_test: Pass # Issue 27394
-integer_to_string_test/01: RuntimeError
-
-[ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2js_with_kernel ]
-regress/4562_test/01: Crash # Issue 27394
-
[ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
string_case_test/01: RuntimeError
string_from_environment3_test/01: MissingCompileTimeError
@@ -85,7 +78,8 @@ string_from_environment3_test/03: MissingCompileTimeError
string_from_environment3_test/04: MissingCompileTimeError
string_from_environment3_test/05: MissingCompileTimeError
-[ $compiler == dart2js && $dart2js_with_kernel ]
+
+[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
big_integer_parsed_div_rem_vm_test: RuntimeError
big_integer_parsed_mul_div_vm_test: RuntimeError
const_list_literal_test: Crash
@@ -112,6 +106,7 @@ duration_big_num_test: Crash
duration_double_multiplication_test: Crash
duration_test: Crash
error_stack_trace1_test: Crash
+error_stack_trace1_test: Pass # Issue 27394
error_stack_trace2_test: Crash
error_stack_trace_test: Crash
exception_implementation_test: Crash
@@ -125,6 +120,7 @@ int_parse_radix_test/01: Crash
int_parse_radix_test/02: Crash
int_parse_radix_test/none: Crash
integer_to_radix_string_test: Crash
+integer_to_string_test/01: RuntimeError
is_operator_basic_types_test: Crash
iterable_contains2_test: Crash
iterable_contains_test: Crash
@@ -172,7 +168,9 @@ list_index_of2_test: RuntimeError
list_insert_all_test: Crash
list_insert_test: Crash
regexp/parentheses_test: Crash
+regress_11099_test: Crash
regress_r21715_test: RuntimeError
+safe_to_string_test: Crash
set_containsAll_test: Crash
set_contains_test: Crash
set_intersection_test: Crash
@@ -183,6 +181,7 @@ set_retainAll_test: Crash
set_test: Crash
set_to_string_test: Crash
shuffle_test: Crash
+sort_test: Crash
sort_test: RuntimeError
splay_tree_from_iterable_test: Crash
splay_tree_from_iterables_test: Crash
@@ -225,21 +224,103 @@ symbol_reserved_word_test/09: Crash
symbol_reserved_word_test/10: MissingCompileTimeError
symbol_reserved_word_test/12: Crash
-[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
-regress_11099_test: Crash
-safe_to_string_test: Crash
-sort_test: Crash
-
[ $compiler == dart2js && $dart2js_with_kernel && $minified ]
+big_integer_parsed_div_rem_vm_test: RuntimeError
+big_integer_parsed_mul_div_vm_test: RuntimeError
+const_list_literal_test: Crash
+const_list_remove_range_test: Crash
+const_list_set_range_test: Crash
+core_runtime_types_test: Crash
+data_uri_test: Crash
+date_time2_test: Crash
+date_time3_test: Crash
+date_time4_test: Crash
+date_time7_test: Crash
+date_time_parse_test: Crash
+date_time_test: Crash
+double_ceil2_test: Crash
+double_floor2_test: Crash
+double_parse_test/01: Crash
+double_parse_test/02: Crash
+double_parse_test/03: Crash
+double_parse_test/none: Crash
+double_round2_test: Crash
double_round3_test: Crash
double_round4_test: Crash
double_round_test: Crash
double_round_to_double2_test: Crash
double_round_to_double3_test: Crash
double_round_to_double_test: Crash
+double_truncate2_test: Crash
double_truncate_test: Crash
double_truncate_to_double_test: Crash
+duration2_test: Crash
+duration_big_num_test: Crash
+duration_double_multiplication_test: Crash
+duration_test: Crash
+error_stack_trace1_test: Crash
+error_stack_trace1_test: Pass # Issue 27394
+error_stack_trace2_test: Crash
+error_stack_trace_test: Crash
+exception_implementation_test: Crash
+expando_test: Crash
+for_in_test: Crash
+growable_list_test: Crash
+has_next_iterator_test: Crash
+hash_map2_test: Crash
+int_parse_radix_bad_handler_test: Crash
+int_parse_radix_test/01: Crash
+int_parse_radix_test/02: Crash
+int_parse_radix_test/none: Crash
+integer_to_radix_string_test: Crash
+integer_to_string_test/01: RuntimeError
+is_operator_basic_types_test: Crash
+iterable_contains2_test: Crash
+iterable_contains_test: Crash
+iterable_element_at_test: Crash
+iterable_empty_test: Crash
+iterable_expand_test: Crash
+iterable_first_test: Crash
+iterable_first_where_test: Crash
+iterable_fold_test: Crash
+iterable_generate_test/01: Crash
+iterable_generate_test/none: Crash
+iterable_join_test: Crash
+iterable_last_test: Crash
+iterable_last_where_test: Crash
+iterable_length_test: Crash
+iterable_mapping_test: Crash
+iterable_reduce_test: Crash
+iterable_return_type_test/01: Crash
+iterable_return_type_test/02: Crash
+iterable_return_type_test/none: Crash
+iterable_single_test: Crash
+iterable_single_where_test: Crash
+iterable_skip_test: Crash
+iterable_skip_while_test: Crash
+iterable_take_test: Crash
+iterable_take_while_test: Crash
+iterable_test: Crash
+iterable_to_list_test/01: Crash
+iterable_to_list_test/none: Crash
+iterable_to_set_test: Crash
+iterable_tostring_test: Crash
+json_map_test: Crash
+linked_hash_map_from_iterable_test: Crash
+linked_hash_map_from_iterables_test: Crash
+linked_hash_map_test: Crash
+list_as_map_test: Crash
+list_contains_argument_order_test: Crash
+list_fill_range_test: Crash
+list_first_test: Crash
+list_fixed_test: Crash
+list_for_each_test: Crash
+list_get_range_test: Crash
+list_growable_test: Crash
list_index_of2_test: Crash
+list_index_of2_test: RuntimeError
+list_insert_all_test: Crash
+list_insert_test: Crash
reg_exp1_test: Crash
reg_exp_first_match_test: Crash
reg_exp_group_test: Crash
@@ -263,9 +344,62 @@ regexp/non-character_test: Crash
regexp/non-greedy-parentheses_test: Crash
regexp/norepeat_test: Crash
regexp/overflow_test: Crash
+regexp/parentheses_test: Crash
regexp/stack-overflow2_test: Crash
regexp/stack-overflow_test: Crash
regress_11099_test: Crash
regress_r21715_test: Crash
+regress_r21715_test: RuntimeError
safe_to_string_test: Crash
+set_containsAll_test: Crash
+set_contains_test: Crash
+set_intersection_test: Crash
+set_iterator_test: Crash
+set_removeAll_test: Crash
+set_remove_test: Crash
+set_retainAll_test: Crash
+set_test: Crash
+set_to_string_test: Crash
+shuffle_test: Crash
sort_test: Crash
+sort_test: RuntimeError
+splay_tree_from_iterable_test: Crash
+splay_tree_from_iterables_test: Crash
+splay_tree_test: Crash
+stacktrace_current_test: Crash
+stacktrace_fromstring_test: Crash
+stopwatch2_test: Crash
+string_base_vm_test: Crash
+string_buffer_test: Crash
+string_codeunits_test: Crash
+string_from_environment3_test/01: MissingCompileTimeError
+string_from_environment3_test/02: MissingCompileTimeError
+string_from_environment3_test/03: MissingCompileTimeError
+string_from_environment3_test/04: MissingCompileTimeError
+string_from_environment3_test/05: Crash
+string_from_list_test: Crash
+string_fromcharcode_test: Crash
+string_fromcharcodes_test: Crash
+string_operations_with_null_test: Crash
+string_pattern_test: Crash
+string_replace_all_test: Crash
+string_replace_dollar_test: Crash
+string_replace_test: Crash
+string_runes_test: Crash
+string_source_test: Crash
+string_split_test: Crash
+string_substring_test: Crash
+string_test: Crash
+string_to_lower_case_test: Crash
+string_trimlr_test/01: Crash
+string_trimlr_test/02: Crash
+string_trimlr_test/none: Crash
+symbol_operator_test/03: Crash
+symbol_operator_test/none: Crash
+symbol_reserved_word_test/04: MissingCompileTimeError
+symbol_reserved_word_test/05: Crash
+symbol_reserved_word_test/06: Crash
+symbol_reserved_word_test/07: MissingCompileTimeError
+symbol_reserved_word_test/09: Crash
+symbol_reserved_word_test/10: MissingCompileTimeError
+symbol_reserved_word_test/12: Crash
« 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