Mark the two dfsan tests that are known to be broken on glibc-2.37
as XFAIL, to make the test suite start passing on Gentoo again.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yes, please. Obviously we want to fix it properly but right now it's a known issue and it's noise when checking for regressions weekly.
Comment Actions
LGTM
release_shadow_space.c:29: size_t get_rss_kb(): Assertion `feof(f)' failed.
custom.cpp:1858: void test_sprintf(): Assertion `strcmp(buf, "Hello world!") == 0' failed.
Issue appears to be with the program rather than the instrumentation. Did the behavior of the the libc functions used in the test change?