mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
4197bc9004
commit
710cbd9853
@ -45,6 +45,11 @@ include $(DEPTH)/config/autoconf.mk
|
|||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
_TEST_FILES = \
|
_TEST_FILES = \
|
||||||
|
test_manyCurrentSerial.html \
|
||||||
|
test_manyCurrentConcurrent.html \
|
||||||
|
test_garbageWatch.html \
|
||||||
|
test_manyWatchConcurrent.html \
|
||||||
|
test_manyWatchSerial.html \
|
||||||
test_manyWindows.html \
|
test_manyWindows.html \
|
||||||
test_allowCurrent.html \
|
test_allowCurrent.html \
|
||||||
test_allowWatch.html \
|
test_allowWatch.html \
|
||||||
@ -59,12 +64,6 @@ _TEST_FILES = \
|
|||||||
network_geolocation.sjs \
|
network_geolocation.sjs \
|
||||||
$(NULL)
|
$(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)
|
libs:: $(_TEST_FILES)
|
||||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||||
|
Loading…
Reference in New Issue
Block a user