From abcbcd42cb92cfb42a03a93f6d0ddbd3ca500b08 Mon Sep 17 00:00:00 2001 From: asiva Date: Mon, 10 Jul 2023 17:42:04 +0000 Subject: [PATCH] [Status Files] Update status files to account for the following - https://github.com/dart-lang/sdk/issues/45128 - test computes the script url incorrectly when run in an app-jit scenario - https://github.com/dart-lang/sdk/issues/51304 - test has some long iterations (1000 x 1000) and takes longer on the simulator architectures causing timeouts TEST=ci Change-Id: Iebde161177a442a2288ccc5d879139099c241a4a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/312888 Reviewed-by: Alexander Aprelev Commit-Queue: Siva Annamalai --- runtime/observatory/tests/service/service_kernel.status | 1 + runtime/observatory_2/tests/service_2/service_2_kernel.status | 1 + runtime/tests/vm/vm.status | 2 ++ 3 files changed, 4 insertions(+) diff --git a/runtime/observatory/tests/service/service_kernel.status b/runtime/observatory/tests/service/service_kernel.status index 8d39e7bf281..da2792529cf 100644 --- a/runtime/observatory/tests/service/service_kernel.status +++ b/runtime/observatory/tests/service/service_kernel.status @@ -9,6 +9,7 @@ valid_source_locations_test: Pass, Slow add_breakpoint_rpc_kernel_test: SkipByDesign # No incremental compiler available. async_generator_breakpoint_test: SkipByDesign # No incremental compiler available. break_on_activation_test: SkipByDesign # No incremental compiler available. +breakpoint_in_package_parts_class_file_uri_test: SkipByDesign # incorrect url used for breakpoint in app-jit mode debugger_inspect_test: SkipByDesign # No incremental compiler available. debugger_location_second_test: SkipByDesign # No script sources available. eval_internal_class_test: SkipByDesign # No incremental compiler available. diff --git a/runtime/observatory_2/tests/service_2/service_2_kernel.status b/runtime/observatory_2/tests/service_2/service_2_kernel.status index 80cd2518c99..24128fcf020 100644 --- a/runtime/observatory_2/tests/service_2/service_2_kernel.status +++ b/runtime/observatory_2/tests/service_2/service_2_kernel.status @@ -9,6 +9,7 @@ valid_source_locations_test: Pass, Slow add_breakpoint_rpc_kernel_test: SkipByDesign # No incremental compiler available. async_generator_breakpoint_test: SkipByDesign # No incremental compiler available. break_on_activation_test: SkipByDesign # No incremental compiler available. +breakpoint_in_package_parts_class_file_uri_test: SkipByDesign # incorrect url used for breakpoint in app-jit mode debugger_inspect_test: SkipByDesign # No incremental compiler available. debugger_location_second_test: SkipByDesign # No script sources available. eval_internal_class_test: SkipByDesign # No incremental compiler available. diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status index 900f473d65b..8c252b3bd30 100644 --- a/runtime/tests/vm/vm.status +++ b/runtime/tests/vm/vm.status @@ -267,6 +267,7 @@ cc/Service_Profile: SkipByDesign dart/gc/splay_c_finalizer_test: SkipByDesign # No FFI on simulators dart/isolates/dart_api_create_lightweight_isolate_test: SkipByDesign # https://dartbug.com/37299 Test uses dart:ffi which is not supported on simulators. dart/isolates/thread_pool_test: SkipByDesign # https://dartbug.com/37299 Test uses dart:ffi which is not supported on simulators. +dart/reachability_test: SkipByDesign # Test takes too long on the simulator dart/regress_41971_test: SkipByDesign # https://dartbug.com/37299 dart:ffi is not supported on simulator dart/regress_b_216834909_test: SkipByDesign # No FFI on simulators dart/sdk_hash_test: SkipSlow # gen_kernel is slow to run on simarm @@ -276,6 +277,7 @@ dart/unboxed_param_test: SkipByDesign # https://dartbug.com/37299 FFI helper not dart_2/gc/splay_c_finalizer_test: SkipByDesign # No FFI on simulators dart_2/isolates/dart_api_create_lightweight_isolate_test: SkipByDesign # https://dartbug.com/37299 Test uses dart:ffi which is not supported on simulators. dart_2/isolates/thread_pool_test: SkipByDesign # https://dartbug.com/37299 Test uses dart:ffi which is not supported on simulators. +dart_2/reachability_test: SkipByDesign # Test takes too long on the simulator dart_2/regress_41971_test: SkipByDesign # https://dartbug.com/37299 dart:ffi is not supported on simulator dart_2/regress_b_216834909_test: SkipByDesign # No FFI on simulators dart_2/sdk_hash_test: SkipSlow # gen_kernel is slow to run on simarm