Skip to content

Commit a3f5dfc

Browse files
committed
[vm/gardening] Disable isolate/ping_pause_test
Issue #37787 Change-Id: I2fb6c329ab4ba06136e2b8564440c4dcbb0045ef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112348 Reviewed-by: Martin Kustermann <kustermann@google.com> Auto-Submit: Martin Kustermann <kustermann@google.com>
1 parent bb293ef commit a3f5dfc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tests/lib_2/lib_2_kernel.status

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# "$compiler == dartkp".
66

77
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Uses --verify_before_gc --verify_after_gc --old_gen_growth_rate=1 flags
8+
isolate/ping_pause_test: Skip # Issue https://dartbug.com/37787
89

910
[ $builder_tag == asan ]
1011
isolate/non_fatal_exception_in_timer_callback_test: Pass, Fail # Issue 34724
@@ -14,7 +15,6 @@ mirrors/dynamic_load_test: Fail # Issue 32187
1415
async/slow_consumer2_test: RuntimeError
1516
async/stream_distinct_test: RuntimeError
1617
async/timer_not_available_test: RuntimeError
17-
isolate/ping_pause_test: Skip # Timeout
1818

1919
[ $compiler == dartkb ]
2020
convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Please triage.
@@ -83,7 +83,6 @@ html/*: SkipByDesign # dart:html not supported on VM.
8383
isolate/deferred_in_isolate2_test: Skip # Times out. Deferred loading kernel issue 28335.
8484
isolate/deferred_in_isolate_test: Skip # Times out. Deferred loading kernel issue 28335.
8585
isolate/issue_21398_parent_isolate2_test/01: Skip # Times out. Deferred loading kernel issue 28335.
86-
isolate/ping_pause_test: Pass, Timeout
8786
isolate/spawn_uri_nested_vm_test: Pass, Timeout
8887
mirrors/*: SkipByDesign # Mirrors are not supported in AOT mode.
8988

@@ -105,7 +104,6 @@ html/*: SkipByDesign # dart:html not supported on VM.
105104
isolate/deferred_in_isolate2_test: Skip # Times out. Deferred loading kernel issue 28335.
106105
isolate/deferred_in_isolate_test: Skip # Times out. Deferred loading kernel issue 28335.
107106
isolate/issue_21398_parent_isolate2_test/01: Skip # Times out. Deferred loading kernel issue 28335.
108-
isolate/ping_pause_test: Pass, Timeout
109107
isolate/spawn_uri_nested_vm_test: Pass, Timeout
110108
isolate/static_function_test: Skip # Times out. Issue 31855. CompileTimeError. Issue 31402
111109
mirrors/apply3_test: RuntimeError
@@ -213,8 +211,6 @@ js/*: SkipByDesign
213211
[ $compiler == dartk || $compiler == dartkb ]
214212
async/slow_consumer2_test: RuntimeError # Issue 31402 (Invocation arguments)
215213
async/stream_distinct_test: RuntimeError
216-
isolate/ping_pause_test: RuntimeError
217-
isolate/ping_pause_test: Skip # Issues 32137 and 32138
218214
isolate/request_reply_test: Pass, Timeout
219215
isolate/stacktrace_message_test: RuntimeError
220216
mirrors/constructor_optional_args_test: RuntimeError

tests/lib_2/lib_2_precompiled.status

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
async/future_or_strong_test: RuntimeError
77
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
88
isolate/compile_time_error_test/01: Skip # Issue 12587
9-
isolate/ping_pause_test: Skip # Resolve test issues
109
isolate/ping_test: Skip # Resolve test issues
1110
mirrors/symbol_validation_test: RuntimeError # Issue 13596

0 commit comments

Comments
 (0)