mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 655020 - Disable test_closeOnGC.html on Windows
This commit is contained in:
parent
3eb91dc88f
commit
15031db0c7
@ -53,9 +53,6 @@ _TEST_FILES = \
|
||||
atob_worker.js \
|
||||
test_close.html \
|
||||
close_worker.js \
|
||||
test_closeOnGC.html \
|
||||
closeOnGC_worker.js \
|
||||
closeOnGC_server.sjs \
|
||||
test_errorPropagation.html \
|
||||
errorPropagation_worker1.js \
|
||||
errorPropagation_worker2.js \
|
||||
@ -133,6 +130,14 @@ _CHROME_TEST_FILES = \
|
||||
chromeWorker_subworker.js \
|
||||
$(NULL)
|
||||
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
_TEST_FILES += \
|
||||
test_closeOnGC.html \
|
||||
closeOnGC_worker.js \
|
||||
closeOnGC_server.sjs \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user