From 8c7ef075a9e37712b3ab8a5c8f957e00f042f4d5 Mon Sep 17 00:00:00 2001 From: Alexander Markov Date: Thu, 5 Mar 2026 08:11:22 -0800 Subject: [PATCH] [tests] Skip standalone/file_system_watcher_isolate_exit_leak_test on sanitizer bots Memory allocation and access by sanitizers affects RSS in unpredictable way, which confuses RSS measurements in this test. Closes https://github.com/dart-lang/sdk/issues/62569 Change-Id: Ice38677d084e93c1b5deda20d68414a119c678db Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/485840 Commit-Queue: Alexander Aprelev Auto-Submit: Alexander Markov Reviewed-by: Alexander Aprelev --- tests/standalone/standalone_vm.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/standalone/standalone_vm.status b/tests/standalone/standalone_vm.status index 786b161b407..1fb439df579 100644 --- a/tests/standalone/standalone_vm.status +++ b/tests/standalone/standalone_vm.status @@ -57,7 +57,7 @@ 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 -[ $system == android || $system == linux ] +[ $sanitizer != none || $system == android || $system == linux ] file_system_watcher_isolate_exit_leak_test: SkipByDesign # Linux uses GC not NativeFinalizer for cleaning up FSW resources [ $hot_reload || $hot_reload_rollback ]