[all-commits] [llvm/llvm-project] 93aba1: [libc++][Android] Disable fdsan in filebuf close.p...
Ryan Prichard via All-commits
all-commits at lists.llvm.org
Wed May 7 12:27:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93aba1e240dbf8fa8f71cbc05dcae2dc1498c2dd
https://github.com/llvm/llvm-project/commit/93aba1e240dbf8fa8f71cbc05dcae2dc1498c2dd
Author: Ryan Prichard <rprichard at google.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/close.pass.cpp
Log Message:
-----------
[libc++][Android] Disable fdsan in filebuf close.pass.cpp (#102412)
fdsan is Bionic's "File Descriptor Sanitizer". Starting in API 30+, it
aborts this close.pass.cpp test, because it closes the FD belonging to
std::filebuf's FILE*. For `__BIONIC__`, disable that part of the test.
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