Bug 1894261 - Enable SynchronousConnectionInterruptionTest for TSAN. r=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D209373
This commit is contained in:
Jari Jalkanen 2024-05-07 18:49:27 +00:00
parent c4b6061251
commit 95545ed3ab

View File

@ -12,6 +12,7 @@ UNIFIED_SOURCES += [
"test_asyncStatementExecution_transaction.cpp",
"test_binding_params.cpp",
"test_file_perms.cpp",
"test_interruptSynchronousConnection.cpp",
"test_mutex.cpp",
"test_spinningSynchronousClose.cpp",
"test_statement_scoper.cpp",
@ -21,12 +22,6 @@ UNIFIED_SOURCES += [
"test_unlock_notify.cpp",
]
# Bug 1894261 - Fails under TSAN
if not CONFIG["MOZ_TSAN"]:
UNIFIED_SOURCES += [
"test_interruptSynchronousConnection.cpp",
]
if (
CONFIG["MOZ_DEBUG"]
and CONFIG["OS_ARCH"] not in ("WINNT")