mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 834716 - test_resize_move_windows.xul fails on an ubuntu 12.04 VM, causes 45 other failures. r=mounir
This commit is contained in:
parent
279d0e9c48
commit
4e7372f4e2
@ -32,7 +32,6 @@ MOCHITEST_CHROME_FILES = \
|
||||
DOMWindowCreated_content.html \
|
||||
test_sandbox_image.xul \
|
||||
test_cyclecollector.xul \
|
||||
test_resize_move_windows.xul \
|
||||
test_popup_blocker_chrome.xul \
|
||||
test_moving_xhr.xul \
|
||||
test_nodesFromRect.html \
|
||||
@ -69,6 +68,14 @@ MOCHITEST_CHROME_FILES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifneq (Linux,$(OS_ARCH))
|
||||
MOCHITEST_FILES += \
|
||||
test_resize_move_windows.xul \
|
||||
$(NULL)
|
||||
else
|
||||
$(filter disabled-on-linux-for-timeouts--bug-834716, test_resize_move_windows.xul)
|
||||
endif
|
||||
|
||||
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
MOCHITEST_CHROME_FILES += \
|
||||
test_MozEnteredDomFullscreen_event.xul \
|
||||
|
Loading…
Reference in New Issue
Block a user