зеркало из https://github.com/mozilla/pjs.git
Bug 451958 - Disable tests that fail randomly on Windows - r=roc
This commit is contained in:
Родитель
5daab67556
Коммит
e1d6dd9e54
|
@ -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 += \
|
||||
|
|
Загрузка…
Ссылка в новой задаче