wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-10 12:14:37 +03:30
parent c80419e2ba
commit 7cc8bbd3e5
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -1,27 +1,26 @@
# /tmp/msan_ignorelist.txt
# Primary: ignore X11/XCB objects (match object path substring)
obj:/msan/lib/libX11.so
obj:/msan/lib/libX11.so.6
obj:/msan/lib/libxcb.so
obj:/msan/lib/libxcb.so.1
# Functions in X11/XCB stack (demangled names as seen in traces)
# --- Ignore X11 (libX11) ---
fun:_XData32
fun:XChangeProperty
fun:_XSend
fun:_XFlush
fun:XChangeProperty
fun:XFlush
obj:/msan/lib/libX11.so
obj:/msan/lib/libX11.so.6
# --- Ignore XCB (libxcb) ---
fun:write_vec
fun:_xcb_conn_wait
fun:_xcb_out_send
fun:xcb_writev
# Functions in your binary where "use" occurs
fun:writev
obj:/msan/lib/libxcb.so
obj:/msan/lib/libxcb.so.1
# --- Ignore local forwarding/interceptors ---
fun:read_iovec
fun:writev
# Optionally ignore the test harness calls (if you want)
# --- (Optional) ignore your wrapper to avoid noise ---
fun:lt::surface::System::create_surface_component
fun:Fixture::create_component