mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
[gardening] Update status files.
Change-Id: I0f3eeaffebebb9ed2869aed01ad5f46f9ee81a8c Reviewed-on: https://dart-review.googlesource.com/30922 Reviewed-by: Régis Crelier <regis@google.com>
This commit is contained in:
parent
8c21a6dd6b
commit
e8fc3ab0fa
4 changed files with 9 additions and 12 deletions
|
@ -110,12 +110,6 @@ string_case_test/01: RuntimeError
|
|||
int_parse_radix_test/*: Pass, Slow
|
||||
integer_parsed_mul_div_vm_test: Pass, Slow
|
||||
|
||||
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
|
||||
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
|
||||
# batch mode.
|
||||
[ $arch == simdbc64 && $compiler == dartk && $strong ]
|
||||
iterable_to_set_test: RuntimeError # Please triage.
|
||||
|
||||
[ $arch == x64 && $system == windows ]
|
||||
stopwatch_test: Skip # Flaky test due to expected performance behaviour.
|
||||
|
||||
|
|
|
@ -1196,6 +1196,8 @@ duplicate_implements_test/02: MissingCompileTimeError # Please triage.
|
|||
duplicate_implements_test/03: MissingCompileTimeError # Please triage.
|
||||
duplicate_implements_test/04: MissingCompileTimeError # Please triage.
|
||||
generic_methods_generic_function_result_test/01: MissingCompileTimeError # Please triage.
|
||||
int64_literal_test/03: Pass
|
||||
int64_literal_test/30: Pass
|
||||
issue23244_test: RuntimeError # Please triage.
|
||||
least_upper_bound_expansive_test/none: RuntimeError # Please triage.
|
||||
mixin_black_listed_test/02: MissingCompileTimeError # Please triage.
|
||||
|
|
|
@ -344,7 +344,6 @@ mirrors/instance_members_unimplemented_interface_test: RuntimeError
|
|||
mirrors/instance_members_with_override_test: RuntimeError
|
||||
mirrors/instantiate_abstract_class_test: RuntimeError
|
||||
mirrors/intercepted_class_test: RuntimeError
|
||||
mirrors/invocation_fuzz_test/smi: Pass
|
||||
mirrors/invoke_closurization2_test: RuntimeError
|
||||
mirrors/library_declarations_test/01: RuntimeError
|
||||
mirrors/library_imports_bad_metadata_test/none: RuntimeError
|
||||
|
@ -371,16 +370,16 @@ typed_data/float32x4_static_test: MissingCompileTimeError
|
|||
typed_data/int32x4_static_test/01: MissingCompileTimeError
|
||||
typed_data/int32x4_static_test/02: MissingCompileTimeError
|
||||
|
||||
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
|
||||
# Enabling of dartk for sim{arm,arm64,dbc64} revealed these test failures, which
|
||||
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
|
||||
# batch mode.
|
||||
[ $compiler == dartk && $strong && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
|
||||
isolate/*: Skip
|
||||
mirrors/invocation_fuzz_test/emptyarray: CompileTimeError # Please triage.
|
||||
mirrors/invocation_fuzz_test/false: CompileTimeError # Please triage.
|
||||
mirrors/invocation_fuzz_test/emptyarray: CompileTimeError, Pass # Please triage.
|
||||
mirrors/invocation_fuzz_test/false: CompileTimeError, Pass # Please triage.
|
||||
mirrors/invocation_fuzz_test/none: CompileTimeError # Please triage.
|
||||
mirrors/invocation_fuzz_test/smi: CompileTimeError # Please triage.
|
||||
mirrors/invocation_fuzz_test/string: CompileTimeError # Please triage.
|
||||
mirrors/invocation_fuzz_test/smi: CompileTimeError, DartkCrash # Please triage.
|
||||
mirrors/invocation_fuzz_test/string: CompileTimeError, Pass # Please triage.
|
||||
mirrors/library_uri_io_test: CompileTimeError # Please triage.
|
||||
mirrors/spawn_function_root_library_test: Skip
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ regress_29350_test/none: Pass # Issue 31537
|
|||
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
|
||||
# batch mode.
|
||||
[ $compiler == dartk && $strong && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
|
||||
io/directory_list_sync_test: Timeout, Pass # Please triage.
|
||||
io/echo_server_stream_test: Skip # Uses isolates which don't work in batch mode.
|
||||
io/file_blocking_lock_test: Pass, Crash # Please triage.
|
||||
io/file_lock_test: RuntimeError # Please triage.
|
||||
|
@ -66,6 +67,7 @@ package/scenarios/packages_option_only/packages_option_only_test: CompileTimeErr
|
|||
regress_26031_test: RuntimeError # Please triage.
|
||||
regress_28854_1_test: RuntimeError # Please triage.
|
||||
regress_28854_2_test: RuntimeError # Please triage.
|
||||
typed_array_int64_uint64_test: RuntimeError # Please triage.
|
||||
typed_array_test: RuntimeError # Please triage.
|
||||
typed_data_isolate_test: RuntimeError # Please triage.
|
||||
|
||||
|
|
Loading…
Reference in a new issue