[PATCH] D148496: [compiler-rt] [test] Mark dfsan tests XFAIL on glibc-2.37

Andrew via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 17 09:23:06 PDT 2023


browneee accepted this revision.
browneee added a comment.

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?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148496/new/

https://reviews.llvm.org/D148496



More information about the cfe-commits mailing list