mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 518249 Disabling the test on the Mac because we don't know why it crashes r=orange
This commit is contained in:
parent
4c89a10a78
commit
724e883076
@ -334,7 +334,6 @@ _TEST_FILES = test_bug5141.html \
|
||||
test_bug475156.html \
|
||||
bug475156.sjs \
|
||||
test_bug544642.html \
|
||||
test_copyimage.html \
|
||||
test_copypaste.html \
|
||||
test_bug503481.html \
|
||||
file_bug503481.sjs \
|
||||
@ -361,6 +360,12 @@ _TEST_FILES = test_bug5141.html \
|
||||
bug540854.sjs \
|
||||
$(NULL)
|
||||
|
||||
# This test fails on the Mac for some reason
|
||||
ifneq (,$(filter gtk2 windows,$(MOZ_WIDGET_TOOLKIT)))
|
||||
_TEST_FILES += test_copyimage.html \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
# Disabled; see bug 492181
|
||||
# test_plugin_freezing.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user