llvm-project
93aba1e2 - [libc++][Android] Disable fdsan in filebuf close.pass.cpp (#102412)

Commit
1 year ago
[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.
Author
Parents
Loading