Bug 688052 - Disable permaorange Android tests for now; r=mbrubeck

This commit is contained in:
Malini Das 2011-09-22 17:48:07 +01:00
parent 20ab736554
commit e5d27caad8

View File

@ -54,17 +54,20 @@ include $(topsrcdir)/config/rules.mk
_TEST_FILES = \
test_sanity.html \
test_sanityEventUtils.html \
test_sanityException.html \
test_sanityException2.html \
test_sanityPluginUtils.html \
test_sanitySimpletest.html \
test_sanityWindowSnapshot.html \
test_SpecialPowersExtension.html \
test_SpecialPowersExtension2.html \
file_SpecialPowersFrame1.html \
$(NULL)
ifneq ($(OS_TARGET),Android)
# Disabled on Android for permaorange, see bug 688052
_TEST_FILES += test_sanityPluginUtils.html \
test_sanityEventUtils.html \
test_sanitySimpletest.html
endif
# Copy the sanity tests into a subdirectory, so the top level is all dirs
# in the test screen.
libs:: $(_TEST_FILES)