bug 523378 - TestDeadlockDetector failing on OS X. disable it for now.

This commit is contained in:
Ted Mielczarek 2009-10-20 13:57:48 -04:00
parent 74eef1d572
commit 412f910dc9

View File

@ -117,17 +117,15 @@ CPP_UNIT_TESTS += \
endif
ifdef MOZ_DEBUG
# FIXME bug 456272: testing assertion failures is fragile,
# and TestDeadlockDetector doesn't like Windows
ifneq ($(OS_ARCH), WINNT)
ifneq ($(OS_ARCH), WINCE)
# FIXME bug 523392: TestDeadlockDetector doesn't like Windows
# FIXME bug 523378: also fails on OS X
ifneq (,$(filter-out WINNT WINCE Darwin,$(OS_ARCH)))
CPP_UNIT_TESTS += \
TestDeadlockDetector.cpp \
TestDeadlockDetectorScalability.cpp \
$(NULL)
endif
endif
endif
ifndef MOZILLA_INTERNAL_API
CPP_UNIT_TESTS += \