Disable test_deadlock_detector for failing on OS X. (Bug 523378)

This commit is contained in:
L. David Baron 2009-10-20 20:26:04 -04:00
Родитель 0dbf5b0a98
Коммит 824e696346
1 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -55,16 +55,14 @@ CPP_UNIT_TESTS = \
$(NULL)
ifdef MOZ_DEBUG
# Testing assertion failures is fragile, and test_deadlock_detector doesn't like
# windows.
ifneq ($(OS_ARCH), WINNT)
ifneq ($(OS_ARCH), WINCE)
# FIXME bug 523392: test_deadlock_detector doesn't like Windows
# FIXME bug 523378: also fails on OS X
ifneq (,$(filter-out WINNT WINCE Darwin,$(OS_ARCH)))
CPP_UNIT_TESTS += \
test_deadlock_detector.cpp \
$(NULL)
endif
endif
endif
LOCAL_INCLUDES = \