[all-commits] [llvm/llvm-project] 191dbc: [ASan][test-only] Allow Darwin test duplicate_os_l...
Dan Blackwell via All-commits
all-commits at lists.llvm.org
Tue Sep 23 01:44:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 191dbcaf4d49a7cd25c8f9b80bd1b8c427673e0b
https://github.com/llvm/llvm-project/commit/191dbcaf4d49a7cd25c8f9b80bd1b8c427673e0b
Author: Dan Blackwell <dan_blackwell at apple.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
Log Message:
-----------
[ASan][test-only] Allow Darwin test duplicate_os_log_reports to retry (#158662)
Currently this test is flaky. I believe that it may be because the logs
have not flushed to disk before the `log show` command is run.
This patch allows the test to retry reading the log twice more with a 5
second sleep inbetween.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list