Bug 451958 - Disable tests that fail randomly on Windows - r=roc

This commit is contained in:
Chris Double 2009-01-27 15:33:03 +13:00
Родитель ae5a3d959f
Коммит 08f2c8d023
1 изменённых файлов: 15 добавлений и 8 удалений

Просмотреть файл

@ -70,17 +70,9 @@ _TEST_FILES += \
test_ended2.html \
test_onloadedmetadata.html \
test_progress3.html \
test_seek1.html \
test_seek3.html \
test_seek4.html \
test_seek5.html \
test_seek6.html \
test_seek7.html \
test_seek8.html \
test_standalone.html \
test_timeupdate1.html \
test_timeupdate2.html \
test_timeupdate3.html \
320x240.ogv \
test_videoDocumentTitle.html \
320x240.allow-origin.ogv \
@ -89,6 +81,21 @@ _TEST_FILES += \
redirect.sjs \
seek.ogv \
$(NULL)
ifneq ($(OS_ARCH),WINNT)
# These tests are disabled on windows until we
# figure out the random failures. See bug 475369.
_TEST_FILES += \
test_seek1.html \
test_seek3.html \
test_seek4.html \
test_seek5.html \
test_seek6.html \
test_seek7.html \
test_seek8.html \
test_timeupdate3.html \
$(NULL)
endif
# test_progress1.html disabled while we figure out the random failure
else
_TEST_FILES += \