[test] Remove ARM64-specific status entries.

In particular, this un-skips the service tests.

TEST=ci
Bug: b/302156166
Bug: https://github.com/dart-lang/sdk/issues/26109
Bug: https://github.com/dart-lang/sdk/issues/27806
Bug: https://github.com/dart-lang/sdk/issues/33057
Bug: https://github.com/dart-lang/sdk/issues/52589
Change-Id: Ieddf50ac6c27d23c5efa26a7e5bf7f9044350a5e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/328381
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak 2023-10-09 19:30:29 +00:00 committed by Commit Queue
parent 260b9b18f5
commit c816c1d24e
13 changed files with 0 additions and 60 deletions

View file

@ -5,11 +5,6 @@
[ $runtime == vm && !$checked ]
io/file_constructor_test: RuntimeError
[ $runtime == vm && ($arch == arm || $arch == arm64) ]
io/file_stream_test: Skip # Issue 26109
io/file_typed_data_test: Skip # Issue 26109
io/file_input_stream_test: Skip # Issue 26109
[ $runtime == vm && $system == windows && $mode == release ]
io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: timeout.
io/regress_7191_test: Pass, Timeout # Issue 28374: timeout.

View file

@ -38,9 +38,6 @@ dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
uri_mappings_lookup_test: SkipByDesign # Relies on file paths in the SDK.
[ $arch == arm64 && $system == linux ]
*: Skip # dartbug.com/52589 Builder timing out. Re-enable after we migrate from the Cavium to GCE.
[ $compiler == dartk && $runtime == vm && $system == fuchsia ]
*: Skip # Not yet triaged.

View file

@ -190,12 +190,6 @@ vm_timeline_flags_test: SkipByDesign # Debugger is disabled in AOT mode.
weak_properties_test: SkipByDesign # Uses 'dart:mirrors' library
yield_positions_with_finally_test: SkipByDesign # Debugger is disabled in AOT mode.
[ $arch == arm64 && $compiler == dartk ]
coverage_optimized_function_test: Pass, Slow
[ $arch == arm64 && $compiler == dartk && $mode == release ]
get_object_rpc_test: Pass, RuntimeError # Please triage / issue #27806
[ $arch == ia32 && $builder_tag == optimization_counter_threshold ]
eval_regression_flutter20255_test: SkipSlow # Timeout
get_vm_timeline_rpc_test: Pass, Slow

View file

@ -206,12 +206,6 @@ vm_timeline_flags_test: SkipByDesign # Debugger is disabled in AOT mode.
weak_properties_test: SkipByDesign # Uses 'dart:mirrors'
yield_positions_with_finally_test: SkipByDesign # Debugger is disabled in AOT mode.
[ $arch == arm64 && $compiler == dartk ]
coverage_optimized_function_test: Pass, Slow
[ $arch == arm64 && $compiler == dartk && $mode == release ]
get_object_rpc_test: Pass, RuntimeError # Please triage / issue #27806
[ $arch == ia32 && $builder_tag == optimization_counter_threshold ]
eval_regression_flutter20255_test: SkipSlow # Timeout
get_vm_timeline_rpc_test: Pass, Slow

View file

@ -293,10 +293,6 @@ dart_2/unboxed_param_args_descriptor_test: SkipByDesign # https://dartbug.com/37
dart_2/unboxed_param_tear_off_test: SkipByDesign # https://dartbug.com/37299 FFI helper not supported on simulator
dart_2/unboxed_param_test: SkipByDesign # https://dartbug.com/37299 FFI helper not supported on simulator
[ $arch == arm64 && $system == linux ]
dart/gc/fragmentation*: Skip # dartbug.com/52589 Uses a lot of memory. Re-enable after we migrate from the Cavium to GCE.
dart/gc/out_of_memory*: Skip # dartbug.com/52589 Uses a lot of memory. Re-enable after we migrate from the Cavium to GCE.
[ $arch == ia32 && $mode == debug ]
dart/*: Pass, Slow # The CFE is not run from AppJit snapshot, JIT warmup in debug mode very slow
dart_2/*: Pass, Slow # The CFE is not run from AppJit snapshot, JIT warmup in debug mode very slow

View file

@ -3,10 +3,6 @@
# BSD-style license that can be found in the LICENSE file.
# Sections in this file should start with "$runtime == dart_precompiled".
[ $arch == arm64 && $runtime == dart_precompiled ]
class/large_class_declaration_test: SkipSlow # Uses too much memory.
setter/setter4_test: MissingCompileTimeError
[ $arch == ia32 && $runtime == dart_precompiled ]
vm/regress_24517_test: Pass, Fail # Issue 24517.

View file

@ -16,10 +16,6 @@ assert/initializer_const_error2_test/cc09: MissingCompileTimeError # Not reporti
assert/initializer_const_error2_test/cc10: MissingCompileTimeError # Not reporting failed assert() at compile time.
assert/initializer_const_error2_test/cc11: MissingCompileTimeError # Not reporting failed assert() at compile time.
[ $arch == arm64 && $runtime == vm ]
class/large_class_declaration_test: SkipSlow # Uses too much memory.
closure/cycles_test: Pass, Slow
[ $arch == ia32 && $mode == release && $runtime == vm ]
syntax/deep_nesting_expression_test/01: Crash, Pass # Issue 31496

View file

@ -3,10 +3,6 @@
# BSD-style license that can be found in the LICENSE file.
# Sections in this file should start with "$runtime == dart_precompiled".
[ $arch == arm64 && $runtime == dart_precompiled ]
class/large_class_declaration_test: SkipSlow # Uses too much memory.
setter/setter4_test: MissingCompileTimeError
[ $arch == ia32 && $runtime == dart_precompiled ]
vm/regress_24517_test: Pass, Fail # Issue 24517.

View file

@ -16,10 +16,6 @@ assert/initializer_const_error2_test/cc09: MissingCompileTimeError # Not reporti
assert/initializer_const_error2_test/cc10: MissingCompileTimeError # Not reporting failed assert() at compile time.
assert/initializer_const_error2_test/cc11: MissingCompileTimeError # Not reporting failed assert() at compile time.
[ $arch == arm64 && $runtime == vm ]
class/large_class_declaration_test: SkipSlow # Uses too much memory.
closure/cycles_test: Pass, Slow
[ $arch == ia32 && $mode == release && $runtime == vm ]
syntax/deep_nesting_expression_test/01: Crash, Pass # Issue 31496

View file

@ -5,9 +5,6 @@
[ $runtime != vm ]
isolate/native_wrapper_message_test: Skip # A VM specific test.
[ $arch == arm64 && $runtime == vm ]
mirrors/immutable_collections_test: Pass, Slow # http://dartbug.com/33057
[ $arch == ia32 && $mode == debug && $runtime == vm && $system == windows ]
convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.

View file

@ -5,9 +5,6 @@
[ $runtime != vm ]
isolate/native_wrapper_message_test: Skip # A VM specific test.
[ $arch == arm64 && $runtime == vm ]
mirrors/immutable_collections_test: Pass, Slow # http://dartbug.com/33057
[ $compiler != app_jitk && $compiler != dartk && $runtime == vm ]
async/future_or_only_in_async_test/00: MissingCompileTimeError
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeouts.

View file

@ -69,10 +69,3 @@ io/named_pipe_script_test: Skip # Issue 28737
io/dart_std_io_pipe_test: Timeout, Pass
io/http_client_stays_alive_test: Skip # Spawns process in Dart2 mode.
io/process_sync_test: Timeout, Pass
[ $runtime == vm && ($arch == arm || $arch == arm64) ]
io/dart_std_io_pipe_test: Timeout, Pass
io/file_input_stream_test: Skip # Issue 26109
io/file_stream_test: Skip # Issue 26109
io/file_typed_data_test: Skip # Issue 26109
io/process_sync_test: Timeout, Pass

View file

@ -70,10 +70,3 @@ io/named_pipe_script_test: Pass, RuntimeError # Issue 28737
io/dart_std_io_pipe_test: Timeout, Pass
io/http_client_stays_alive_test: Skip # Spawns process in Dart2 mode.
io/process_sync_test: Timeout, Pass
[ $runtime == vm && ($arch == arm || $arch == arm64) ]
io/dart_std_io_pipe_test: Timeout, Pass
io/file_input_stream_test: Skip # Issue 26109
io/file_stream_test: Skip # Issue 26109
io/file_typed_data_test: Skip # Issue 26109
io/process_sync_test: Timeout, Pass