[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 <aam@google.com> Commit-Queue: Siva Annamalai <asiva@google.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user