Skip to content

Commit

Permalink
Bug 1825171 - Wayland TSan suppressions. r=decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Apr 27, 2023
1 parent 9254968 commit dbbc867
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions mfbt/TsanOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ extern "C" const char* __tsan_default_options() {
"called_from_lib:libunity-gtk3-parser\n" \
"called_from_lib:libvorbis.so\n" \
"called_from_lib:libvorbisfile\n" \
"called_from_lib:libwayland-client\n" \
"called_from_lib:libX11.so\n" \
"called_from_lib:libX11-xcb\n" \
"called_from_lib:libXau\n" \
Expand Down
6 changes: 6 additions & 0 deletions mozglue/build/TsanOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ extern "C" const char* __tsan_default_suppressions() {
"mutex:libEGL_mesa.so\n"
// ~GLContextGLX unlocks a libGL mutex.
"mutex:GLContextGLX::~GLContextGLX\n"
// Bug 1825171
"mutex:libffi.so\n"
"mutex:wl_registry_destroy\n"
// Bug 1651446 - permanent (ffmpeg)
"race:libavcodec.so*\n"
"race:libavutil.so*\n"
Expand All @@ -79,6 +82,9 @@ extern "C" const char* __tsan_default_suppressions() {
"race:fire_glxtest_process\n"
// Bug 1722721 - WebRender using uninstrumented Mesa drivers
"race:swrast_dri.so\n"
// Bug 1825171
"race:libffi.so\n"
"race:mozilla::widget::WaylandBuffer::BufferReleaseCallbackHandler\n"



Expand Down

0 comments on commit dbbc867

Please sign in to comment.