зеркало из https://github.com/mozilla/gecko-dev.git
Bug 788164 - Disable test_pointerlock-api.html on Linux for too many intermittent failures
This commit is contained in:
Родитель
769b09cd95
Коммит
f93d303d1c
|
@ -11,7 +11,6 @@ relativesrcdir = @relativesrcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOCHITEST_FILES = \
|
||||
test_pointerlock-api.html \
|
||||
pointerlock_utils.js \
|
||||
file_approval.html \
|
||||
file_pointerlock-api.html \
|
||||
|
@ -34,4 +33,12 @@ MOCHITEST_FILES = \
|
|||
iframe_differentDOM.html \
|
||||
$(NULL)
|
||||
|
||||
ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT))
|
||||
MOCHITEST_FILES += \
|
||||
test_pointerlock-api.html \
|
||||
$(NULL)
|
||||
else
|
||||
$(warning test_pointerlock-api.html is disabled on Linux for intermittent failures. Bug 788164)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче