зеркало из https://github.com/mozilla/pjs.git
bug 523378 - TestDeadlockDetector failing on OS X. disable it for now.
This commit is contained in:
Родитель
e5ad3a0f8f
Коммит
28c609bd59
|
@ -117,17 +117,15 @@ CPP_UNIT_TESTS += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef MOZ_DEBUG
|
ifdef MOZ_DEBUG
|
||||||
# FIXME bug 456272: testing assertion failures is fragile,
|
# FIXME bug 523392: TestDeadlockDetector doesn't like Windows
|
||||||
# and TestDeadlockDetector doesn't like Windows
|
# FIXME bug 523378: also fails on OS X
|
||||||
ifneq ($(OS_ARCH), WINNT)
|
ifneq (,$(filter-out WINNT WINCE Darwin,$(OS_ARCH)))
|
||||||
ifneq ($(OS_ARCH), WINCE)
|
|
||||||
CPP_UNIT_TESTS += \
|
CPP_UNIT_TESTS += \
|
||||||
TestDeadlockDetector.cpp \
|
TestDeadlockDetector.cpp \
|
||||||
TestDeadlockDetectorScalability.cpp \
|
TestDeadlockDetectorScalability.cpp \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
ifndef MOZILLA_INTERNAL_API
|
ifndef MOZILLA_INTERNAL_API
|
||||||
CPP_UNIT_TESTS += \
|
CPP_UNIT_TESTS += \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче