зеркало из https://github.com/mozilla/gecko-dev.git
Bug 774939: Disable OOP browser-element tests for native-fennec. irc-r=jlebar
This commit is contained in:
Родитель
830c27ae51
Коммит
2849f780a0
|
@ -88,10 +88,12 @@ MOCHITEST_FILES = \
|
|||
# Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=774100
|
||||
# test_browserElement_inproc_Reload.html \
|
||||
|
||||
# OOP tests don't work on Windows (bug 763081).
|
||||
# OOP tests don't work on Windows (bug 763081) or native-fennec (bug
|
||||
# 774939).
|
||||
#
|
||||
# Note that there's no inproc equivalent of BackForward; that's intentional.
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
ifneq ($(OS_ARCH),WINNT) #{
|
||||
ifndef MOZ_JAVA_COMPOSITOR #{
|
||||
MOCHITEST_FILES += \
|
||||
test_browserElement_oop_LoadEvents.html \
|
||||
test_browserElement_oop_DataURI.html \
|
||||
|
@ -119,7 +121,8 @@ MOCHITEST_FILES += \
|
|||
test_browserElement_oop_Reload.html \
|
||||
test_browserElement_oop_ContextmenuEvents.html \
|
||||
$(NULL)
|
||||
endif
|
||||
endif #}
|
||||
endif #}
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче