Bug 774939: Disable OOP browser-element tests for native-fennec. irc-r=jlebar

This commit is contained in:
Chris Jones 2012-07-17 16:59:44 -07:00
Родитель 830c27ae51
Коммит 2849f780a0
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -88,10 +88,12 @@ MOCHITEST_FILES = \
# Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=774100 # Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=774100
# test_browserElement_inproc_Reload.html \ # 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. # 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 += \ MOCHITEST_FILES += \
test_browserElement_oop_LoadEvents.html \ test_browserElement_oop_LoadEvents.html \
test_browserElement_oop_DataURI.html \ test_browserElement_oop_DataURI.html \
@ -119,7 +121,8 @@ MOCHITEST_FILES += \
test_browserElement_oop_Reload.html \ test_browserElement_oop_Reload.html \
test_browserElement_oop_ContextmenuEvents.html \ test_browserElement_oop_ContextmenuEvents.html \
$(NULL) $(NULL)
endif endif #}
endif #}
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk