Bug 482260 - Turnning on the new geolocation tests that caused the tree to go orange. The thought here is that the orange was a different check in.

This commit is contained in:
Doug Turner 2009-08-17 09:04:00 -07:00
parent 4197bc9004
commit 710cbd9853

View File

@ -45,6 +45,11 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
_TEST_FILES = \
test_manyCurrentSerial.html \
test_manyCurrentConcurrent.html \
test_garbageWatch.html \
test_manyWatchConcurrent.html \
test_manyWatchSerial.html \
test_manyWindows.html \
test_allowCurrent.html \
test_allowWatch.html \
@ -59,12 +64,6 @@ _TEST_FILES = \
network_geolocation.sjs \
$(NULL)
# Commenting out these tests as they are causing more orange (bug 482260)
# test_manyCurrentSerial.html \
# test_manyCurrentConcurrent.html \
# test_garbageWatch.html \
# test_manyWatchConcurrent.html \
# test_manyWatchSerial.html \
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)