Skip to content
Snippets Groups Projects
Commit f07e83e4 authored by Narcis Beleuzu's avatar Narcis Beleuzu
Browse files

Backed out changeset 6da3251ba597 (bug 1825171) for failures on...

Backed out changeset 6da3251ba597 (bug 1825171) for failures on test_shutdown_pings_succeed.py . CLOSED TREE
parent d3d9028f
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ extern "C" const char* __tsan_default_options() {
"called_from_lib:libatk-1\n" \
"called_from_lib:libcairo.so\n" \
"called_from_lib:libcairo-gobject\n" \
"called_from_lib:libffi\n" \
"called_from_lib:libfontconfig1\n" \
"called_from_lib:libdconfsettings\n" \
"called_from_lib:libgdk-3\n" \
......@@ -70,7 +69,6 @@ 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" \
......
......@@ -56,8 +56,6 @@ extern "C" const char* __tsan_default_suppressions() {
"mutex:libEGL_mesa.so\n"
// ~GLContextGLX unlocks a libGL mutex.
"mutex:GLContextGLX::~GLContextGLX\n"
// Bug 1825171
"mutex:wl_registry_destroy\n"
// Bug 1651446 - permanent (ffmpeg)
"race:libavcodec.so*\n"
"race:libavutil.so*\n"
......@@ -81,8 +79,6 @@ 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:mozilla::widget::WaylandBuffer::BufferReleaseCallbackHandler\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment