mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 1894261 - Enable SynchronousConnectionInterruptionTest for TSAN. r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D209373
This commit is contained in:
parent
c4b6061251
commit
95545ed3ab
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user