Disable TestCrashReporterAPI TUnit test due to random failures on Windows - this test currently only runs on non-Firefox boxes. r=ted, bug 474688
This commit is contained in:
Родитель
a842fdc05b
Коммит
a431bf0b2e
|
@ -106,6 +106,8 @@ LIBS += \
|
|||
endif
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
check:: $(PROGRAM)
|
||||
$(RUN_TEST_PROGRAM) $(DIST)/bin/TestCrashReporterAPI
|
||||
# XXX TestCrashReporterAPI gives random failures on exit for unexplained reason
|
||||
# therefore it is disabled. See Bug 474688.
|
||||
#check:: $(PROGRAM)
|
||||
# $(RUN_TEST_PROGRAM) $(DIST)/bin/TestCrashReporterAPI
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче