3021706f87
TBR=sigmund@google.com BUG= Review-Url: https://codereview.chromium.org/2996203002 .
318 lines
11 KiB
Plaintext
318 lines
11 KiB
Plaintext
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
[ $strong ]
|
|
*: SkipByDesign # tests/corelib_strong has the strong mode versions of these tests.
|
|
|
|
[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
|
|
string_case_test/01: Fail # Bug 18061
|
|
|
|
[ $compiler == dart2js && ! $dart2js_with_kernel ]
|
|
|
|
[ $runtime == safari || $runtime == safarimobilesim ]
|
|
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
|
|
|
|
[ $compiler == dart2js && ! $dart2js_with_kernel ]
|
|
error_stack_trace1_test: RuntimeError # Issue 12399
|
|
|
|
big_integer_*: Skip # VM specific test.
|
|
compare_to2_test: RuntimeError, OK # Requires bigint support.
|
|
regress_r21715_test: RuntimeError # Requires bigint support.
|
|
|
|
[ $compiler == dart2js && $runtime == none ]
|
|
*: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|
|
[ $compiler == dart2analyzer ]
|
|
error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
|
|
string_test: StaticWarning, OK # Test generates error on purpose.
|
|
duration2_test: StaticWarning, OK # Test generates error on purpose.
|
|
|
|
[ $compiler == dart2analyzer && $builder_tag == strong ]
|
|
*: Skip # Issue 28649
|
|
|
|
[ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
|
|
# The regexp tests are not verified to work on non d8/vm platforms yet.
|
|
regexp/*: Skip
|
|
|
|
[ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter]
|
|
regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008
|
|
|
|
[ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
|
|
file_resource_test: Skip, OK # VM specific test, uses dart:io.
|
|
http_resource_test: Skip, OK # VM specific test, uses dart:io.
|
|
|
|
[ $compiler == dart2js && ! $browser ]
|
|
|
|
[ $mode == debug ]
|
|
|
|
[ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
|
|
|
|
[ $compiler == precompiler ]
|
|
|
|
[ $compiler == precompiler || $compiler == app_jit ]
|
|
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 == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
|
|
string_case_test/01: RuntimeError
|
|
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: MissingCompileTimeError
|
|
|
|
[ $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
|
|
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_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_truncate2_test: Crash
|
|
duration2_test: Crash
|
|
duration_big_num_test: Crash
|
|
duration_double_multiplication_test: Crash
|
|
duration_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
|
|
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 # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
|
|
list_fill_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
|
list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
|
list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
|
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
|
|
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: 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
|
|
|
|
[ $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_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: 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_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 # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
|
|
list_fill_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
|
list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
|
list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
|
|
reg_exp1_test: Crash
|
|
reg_exp_first_match_test: Crash
|
|
reg_exp_group_test: Crash
|
|
reg_exp_groups_test: Crash
|
|
reg_exp_has_match_test: Crash
|
|
reg_exp_pattern_test: Crash
|
|
reg_exp_string_match_test: Crash
|
|
regexp/UC16_test: Crash
|
|
regexp/alternative-length-miscalculation_test: Crash
|
|
regexp/alternatives_test: Crash
|
|
regexp/assertion_test: Crash
|
|
regexp/backreferences_test: Crash
|
|
regexp/bol_test: Crash
|
|
regexp/captures_test: Crash
|
|
regexp/look-ahead_test: Crash
|
|
regexp/malformed-escapes_test: Crash
|
|
regexp/many-brackets_test: Crash
|
|
regexp/non-bmp_test: Crash
|
|
regexp/non-capturing-backtracking_test: Crash
|
|
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: 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: 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
|