[all-commits] [llvm/llvm-project] c0079b: [libc] Make utimes_test more stable (#134321)
Michael Jones via All-commits
all-commits at lists.llvm.org
Thu Apr 3 16:54:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0079ba3dd31dd928df0c7f0f0e6106260f0ca19
https://github.com/llvm/llvm-project/commit/c0079ba3dd31dd928df0c7f0f0e6106260f0ca19
Author: Michael Jones <michaelrj at google.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M libc/test/src/sys/time/utimes_test.cpp
Log Message:
-----------
[libc] Make utimes_test more stable (#134321)
The test for utimes added in #134167 might fail if the file for one test
hasn't been cleaned up by the OS before the second test starts. This
patch makes the tests use different files.
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