Files
sdk/tests/corelib/corelib.status
T
Bob Nystrom edee53f93d Bring back the deleted 1.0 corelib tests.
What is dead may never die.

Change-Id: I80ef766b8ce2b6e1416df8e1f9b91fb74169dc79
Reviewed-on: https://dart-review.googlesource.com/7483
Reviewed-by: William Hesse <whesse@google.com>
2017-09-21 18:29:40 +00:00

788 lines
29 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 ]
compare_to2_test: Fail # Bug 4018
symbol_test/01: Fail, Pass # bug 11669
unicode_test: Fail # Bug 6706
# With the exception of 'void', new Symbol() should not accept reserved words.
symbol_reserved_word_test/05: CompileTimeError # bug 20191
symbol_reserved_word_test/06: RuntimeError # bug 11669
symbol_reserved_word_test/09: RuntimeError # bug 11669
symbol_reserved_word_test/12: RuntimeError # bug 11669
symbol_test/none: Fail # bug 11669
symbol_operator_test/03: Fail # bug 11669
string_case_test/01: Fail # Bug 18061
[ $compiler == none && ($runtime == vm || $runtime == flutter)]
string_trimlr_test/02: RuntimeError # Issue 29060
[ $compiler == precompiler || $compiler == app_jit ]
string_trimlr_test/02: RuntimeError # Issue 29060
# #void should be a valid symbol.
[ $compiler == none || $compiler == precompiler || $compiler == app_jit || $compiler == dart2js ]
symbol_reserved_word_test/02: CompileTimeError # bug 20191
# With the exception of 'void', const Symbol() should not accept reserved
# words.
symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
[ $compiler == dart2js && ! $dart2js_with_kernel ]
double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
int_modulo_arith_test/bignum: RuntimeError # No bigints.
int_modulo_arith_test/modPow: RuntimeError # No bigints.
int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
int_parse_radix_test/02: Fail # No bigints.
integer_to_radix_string_test: RuntimeError # issue 22045
list_unmodifiable_test: Pass, RuntimeError # Issue 28712
symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') should be allowed.
symbol_reserved_word_test/05: Crash # bug 20191
[ $compiler == dart2js && $fast_startup ]
apply3_test: Fail # mirrors not supported
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $runtime != drt ]
symbol_test/02: MissingCompileTimeError # bug 11669
symbol_test/03: MissingCompileTimeError # bug 11669
[ $runtime == ff || $runtime == jsshell ]
# Firefox takes advantage of the ECMAScript number parsing cop-out clause
# (presumably added to allow Mozilla's existing behavior)
# and only looks at the first 20 significant digits.
# The Dart VM and the other ECMAScript implementations follow the correct
# IEEE-754 rounding algorithm.
double_parse_test/02: Fail, OK
[ $runtime == safari || $runtime == safarimobilesim ]
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
[ $runtime == ff ]
double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
[ $compiler == dart2js && $runtime == drt && $csp && $minified ]
core_runtime_types_test: Pass, Fail # Issue 27913
[ $compiler == dart2js && ! $dart2js_with_kernel ]
error_stack_trace1_test: RuntimeError # Issue 12399
hash_set_test/01: RuntimeError # Issue 11551
integer_to_string_test/01: RuntimeError # Issue 1533
iterable_return_type_test/01: RuntimeError # Issue 20085
iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
iterable_to_list_test/01: RuntimeError # Issue 26501
big_integer_*: Skip # VM specific test.
bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
compare_to2_test: RuntimeError, OK # Requires bigint support.
string_base_vm_test: RuntimeError, OK # VM specific test.
nan_infinity_test/01: Fail # Issue 11551
regexp/pcre_test: Pass, Slow # Issue 21593
regress_r21715_test: RuntimeError # Requires bigint support.
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
[ $compiler == dart2js && $runtime == drt ]
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
[ $compiler == dart2js && $runtime == safarimobilesim ]
string_split_test: RuntimeError # Issue 21431
[ $compiler == dart2js && $runtime == safarimobilesim ]
list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
string_trimlr_test/01: Fail
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
string_case_test/01: Fail, OK # Bug in Firefox.
# Analyzer's implementation of fromEnvironment assumes that undefined
# environment variables have an unspecified value (rather than being
# null) because it is expected that the user will supply a value when
# the code is run. This means that it produces slightly different
# error messages than the VM and Dart2js.
[ $compiler == dart2analyzer && $checked ]
from_environment_const_type_undefined_test/09: CompileTimeError
from_environment_const_type_undefined_test/11: CompileTimeError
from_environment_const_type_undefined_test/12: CompileTimeError
from_environment_const_type_undefined_test/13: CompileTimeError
from_environment_const_type_undefined_test/14: CompileTimeError
from_environment_const_type_undefined_test/16: CompileTimeError
[ $compiler == dart2analyzer ]
int_parse_radix_bad_handler_test: fail
hash_set_type_check_test: StaticWarning, OK # Tests failing type tests.
error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
num_clamp_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
[ $system == windows && $arch == x64 ]
stopwatch_test: Skip # Flaky test due to expected performance behaviour.
[ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
# The regexp tests are not verified to work on non d8/vm platforms yet.
regexp/*: Skip
[ $runtime == d8 ]
uri_base_test: RuntimeError # d8 preamble uses custom URI scheme "org-dartlang-d8-preamble:".
[ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter]
regexp/global_test: Skip # Timeout. Issue 21709 and 21708
regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008
[ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
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 ]
package_resource_test: RuntimeError # Issue 26842
[ $mode == debug ]
regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
[ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
int_parse_radix_test/*: Pass, Slow
big_integer_parsed_mul_div_vm_test: Pass, Slow
[ $compiler == precompiler ]
apply3_test: SkipByDesign # Imports dart:mirrors
big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
int_parse_radix_test: Pass, Timeout # --no_intrinsify
regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter
[ $compiler == precompiler || $compiler == app_jit ]
data_resource_test: Skip # Resolve URI not supported yet in product mode.
package_resource_test: Skip # Resolve URI not supported yet in product mode.
file_resource_test: Skip # Resolve URI not supported yet in product mode.
http_resource_test: Skip # Resolve URI not supported yet in product mode.
[ $arch == simdbc || $arch == simdbc64 ]
regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter
[ $hot_reload || $hot_reload_rollback ]
big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
big_integer_huge_mul_vm_test: Pass, Slow # Slow
[ $compiler == dart2js && $dart2js_with_kernel ]
error_stack_trace1_test: Pass # Issue 27394
symbol_reserved_word_test/03: Pass # Issue 27394
map_test: Crash # Issue 27394
regexp/pcre_test: RuntimeError # Issue 27394
symbol_operator_test/03: RuntimeError # Issue 27394
symbol_reserved_word_test/06: RuntimeError # Issue 27394
symbol_reserved_word_test/09: RuntimeError # Issue 27394
symbol_reserved_word_test/12: RuntimeError # Issue 27394
symbol_test/none: RuntimeError # Issue 27394
[ $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) ]
bool_from_environment2_test/01: MissingCompileTimeError
bool_from_environment2_test/02: MissingCompileTimeError
bool_from_environment2_test/03: MissingCompileTimeError
bool_from_environment2_test/04: MissingCompileTimeError
bool_from_environment2_test/05: MissingCompileTimeError
compare_to2_test: RuntimeError
int_from_environment3_test/01: MissingCompileTimeError
int_from_environment3_test/02: MissingCompileTimeError
int_from_environment3_test/03: MissingCompileTimeError
int_from_environment3_test/04: MissingCompileTimeError
int_from_environment3_test/05: MissingCompileTimeError
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
string_trimlr_test/02: RuntimeError
symbol_operator_test/03: RuntimeError
symbol_reserved_word_test/04: MissingCompileTimeError
symbol_reserved_word_test/06: RuntimeError
symbol_reserved_word_test/07: MissingCompileTimeError
symbol_reserved_word_test/09: RuntimeError
symbol_reserved_word_test/10: MissingCompileTimeError
symbol_reserved_word_test/12: RuntimeError
symbol_test/01: MissingCompileTimeError
symbol_test/02: MissingCompileTimeError
symbol_test/03: MissingCompileTimeError
symbol_test/none: RuntimeError
unicode_test: Fail # Bug 6706
[ $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
has_next_iterator_test: Crash
hash_map2_test: Crash
hash_set_test/01: Crash
hash_set_test/none: Crash
hash_set_type_check_test: Crash
hashcode_test: Crash
hidden_library2_test/01: Crash
hidden_library2_test/none: Crash
indexed_list_access_test: Crash
int_from_environment3_test/01: MissingCompileTimeError
int_from_environment3_test/02: MissingCompileTimeError
int_from_environment3_test/03: MissingCompileTimeError
int_from_environment3_test/04: MissingCompileTimeError
int_from_environment3_test/05: Crash
int_modulo_arith_test/bignum: Crash
int_modulo_arith_test/modPow: Crash
int_modulo_arith_test/none: 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: RuntimeError
list_insert_all_test: Crash
list_insert_test: Crash
list_iterators_test: Crash
list_last_test: Crash
list_map_test: Crash
list_remove_range_test: Crash
list_removeat_test: Crash
list_replace_range_test: Crash
list_reversed_test: Crash
list_set_all_test: Crash
list_set_range_test: Crash
list_sort_test: RuntimeError
list_sublist_test: Crash
list_test/01: Crash
list_test/none: Crash
list_to_string2_test: Crash
list_to_string_test: Crash
list_unmodifiable_test: Crash
main_test: Crash
map_contains_value_test: Crash
map_from_iterable_test: Crash
map_from_iterables_test: Crash
map_from_test: Crash
map_keys2_test: Crash
map_keys_test: Crash
map_test: Crash
map_to_string_test: Crash
map_values2_test: Crash
map_values3_test: Crash
map_values4_test: Crash
map_values_test: Crash
maps_test: Crash
nan_infinity_test/01: RuntimeError
null_nosuchmethod_test: Crash
null_test: Crash
num_clamp_test: Crash
num_parse_test/01: Crash
num_parse_test/none: Crash
queue_first_test: Crash
queue_iterator_test: Crash
queue_last_test: Crash
queue_single_test: Crash
queue_test: Crash
range_error_test: Crash
reg_exp4_test: Crash
reg_exp5_test: Crash
reg_exp_all_matches_test: Crash
reg_exp_start_end_test: Crash
regexp/ascii-regexp-subject_test: Crash
regexp/bol-with-multiline_test: Crash
regexp/capture-3_test: Crash
regexp/capture_test: Crash
regexp/compile-crash_test: Crash
regexp/compile_test: Crash
regexp/early-acid3-86_test: Crash
regexp/ecma-regex-examples_test: Crash
regexp/extended-characters-more_test: Crash
regexp/global_test: Crash
regexp/indexof_test: Crash
regexp/invalid-range-in-class_test: Crash
regexp/issue_19193_test: Crash
regexp/lastindex_test: Crash
regexp/lookahead_test: Crash
regexp/multiline_test: Crash
regexp/negative-special-characters_test: Crash
regexp/no-extensions_test: Crash
regexp/non-capturing-groups_test: Crash
regexp/parentheses_test: Crash
regexp/pcre-test-4_test: Crash
regexp/pcre_test: Crash
regexp/range-out-of-order_test: Crash
regexp/regexp_kde_test: Crash
regexp/regexp_test: Crash
regexp/regress-regexp-codeflush_test: Crash
regexp/standalones_test: Crash
regexp/toString_test: Crash
regexp/unicode-handling_test: Crash
regexp/unicodeCaseInsensitive_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: 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
symbol_test/01: Crash
symbol_test/02: Crash
symbol_test/03: Crash
symbol_test/none: Crash
[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
hash_map_test: Crash
list_sort_test: Crash
map_contains_key_test: Crash
map_index_test: Crash
map_remove_test: Crash
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
errors_test: Crash
exception_implementation_test: Crash
expando_test: Crash
expression_test: Crash
for_in_test: Crash
format_exception_test: Crash
from_environment_const_type_test/01: Crash
from_environment_const_type_test/02: Crash
from_environment_const_type_test/03: Crash
from_environment_const_type_test/04: Crash
from_environment_const_type_test/05: Crash
from_environment_const_type_test/06: Crash
from_environment_const_type_test/07: Crash
from_environment_const_type_test/08: Crash
from_environment_const_type_test/09: Crash
from_environment_const_type_test/10: Crash
from_environment_const_type_test/11: Crash
from_environment_const_type_test/12: Crash
from_environment_const_type_test/13: Crash
from_environment_const_type_test/14: Crash
from_environment_const_type_test/15: Crash
from_environment_const_type_test/16: Crash
from_environment_const_type_test/none: Crash
from_environment_const_type_undefined_test/01: Crash
from_environment_const_type_undefined_test/02: Crash
from_environment_const_type_undefined_test/03: Crash
from_environment_const_type_undefined_test/04: Crash
from_environment_const_type_undefined_test/05: Crash
from_environment_const_type_undefined_test/06: Crash
from_environment_const_type_undefined_test/07: Crash
from_environment_const_type_undefined_test/08: Crash
from_environment_const_type_undefined_test/09: Crash
from_environment_const_type_undefined_test/10: Crash
from_environment_const_type_undefined_test/11: Crash
from_environment_const_type_undefined_test/12: Crash
from_environment_const_type_undefined_test/13: Crash
from_environment_const_type_undefined_test/14: Crash
from_environment_const_type_undefined_test/15: Crash
from_environment_const_type_undefined_test/16: Crash
from_environment_const_type_undefined_test/none: 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
hash_map_test: Crash
hashcode_boxed_test: Crash
int_ceil_test: Crash
int_ceil_to_double_test: Crash
int_floor_test: Crash
int_floor_to_double_test: Crash
int_from_environment2_test: Crash
int_from_environment_test: Crash
int_round_test: Crash
int_round_to_double_test: Crash
int_to_int_test: Crash
int_truncate_test: Crash
int_truncate_to_double_test: 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_filled_type_argument_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_of_test: Crash
list_literal_is_growable_test: Crash
list_literal_test: Crash
list_sort_test: Crash
map_contains_key_test: Crash
map_index_test: Crash
map_remove_test: Crash
nan_infinity_test/01: Crash
nan_infinity_test/none: Crash
num_sign_test: Crash
print_test/01: Crash
print_test/none: Crash
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-with-multiline_test: Crash
regexp/bol_test: Crash
regexp/captures_test: Crash
regexp/char-insensitive_test: Crash
regexp/character-match-out-of-order_test: Crash
regexp/constructor_test: Crash
regexp/default_arguments_test: Crash
regexp/dotstar_test: Crash
regexp/extended-characters-match_test: Crash
regexp/find-first-asserted_test: Crash
regexp/look-ahead_test: Crash
regexp/loop-capture_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/quantified-assertions_test: Crash
regexp/range-bound-ffff_test: Crash
regexp/ranges-and-escaped-hyphens_test: Crash
regexp/regress-6-9-regexp_test: Crash
regexp/regress-regexp-construct-result_test: Crash
regexp/repeat-match-waldemar_test: Crash
regexp/results-cache_test: Crash
regexp/stack-overflow2_test: Crash
regexp/stack-overflow_test: Crash
regexp/zero-length-alternatives_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
# dartk: checked mode failures
[ $checked && ($compiler == dartk || $compiler == dartkp) ]
symbol_test/01: Pass
symbol_test/02: Pass
from_environment_const_type_test/02: MissingCompileTimeError
from_environment_const_type_test/03: MissingCompileTimeError
from_environment_const_type_test/04: MissingCompileTimeError
from_environment_const_type_test/06: MissingCompileTimeError
from_environment_const_type_test/07: MissingCompileTimeError
from_environment_const_type_test/08: MissingCompileTimeError
from_environment_const_type_test/09: MissingCompileTimeError
from_environment_const_type_test/11: MissingCompileTimeError
from_environment_const_type_test/12: MissingCompileTimeError
from_environment_const_type_test/13: MissingCompileTimeError
from_environment_const_type_test/14: MissingCompileTimeError
from_environment_const_type_test/16: MissingCompileTimeError
from_environment_const_type_undefined_test/02: MissingCompileTimeError
from_environment_const_type_undefined_test/03: MissingCompileTimeError
from_environment_const_type_undefined_test/04: MissingCompileTimeError
from_environment_const_type_undefined_test/06: MissingCompileTimeError
from_environment_const_type_undefined_test/07: MissingCompileTimeError
from_environment_const_type_undefined_test/08: MissingCompileTimeError
[ $runtime == flutter ]
# No support for mirrors
apply3_test: CompileTimeError
# Possible bugs
bool_from_environment_test: Fail # Flutter Issue 9111
format_exception_test: RuntimeError # Flutter Issue 9111
from_environment_const_type_test/01: Fail # Flutter Issue 9111
from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/05: Fail # Flutter Issue 9111
from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/10: Fail # Flutter Issue 9111
from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/15: Fail # Flutter Issue 9111
from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 9111
from_environment_const_type_test/none: Fail # Flutter Issue 9111
int_from_environment2_test: Fail # Flutter Issue 9111
int_from_environment_test: Fail # Flutter Issue 9111
main_test: RuntimeError # Flutter Issue 9111
string_from_environment2_test: Fail # Flutter Issue 9111
string_from_environment_test: Fail # Flutter Issue 9111
string_trimlr_test/02: RuntimeError # Flutter Issue 9111