[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 <aam@google.com>
Auto-Submit: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
This commit is contained in:
Alexander Markov
2026-03-05 08:11:22 -08:00
committed by Commit Queue
parent d4447b770b
commit 8c7ef075a9
+1 -1
View File
@@ -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 ]