author | Phil Ringnalda <philringnalda@gmail.com> |
Sun, 03 Nov 2013 16:35:21 -0800 | |
changeset 153296 | 3dd1dc64123a024e7609ea2e9a6dede5497ebe8a |
parent 153295 | 1478a4c6fe96581fae386e1798674f2b6887c8a2 |
child 153314 | 07cedf69a2ed011df9b0d8a268b52e77d2d44d42 |
child 153332 | 88ab1ed5f0565d3518216b2cc89f94a572748bcd |
push id | 25580 |
push user | philringnalda@gmail.com |
push date | Mon, 04 Nov 2013 00:36:16 +0000 |
treeherder | mozilla-central@3dd1dc64123a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 28.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/media/test/Makefile.in +++ b/content/media/test/Makefile.in @@ -170,36 +170,43 @@ endif # test_preload_suspend.html # Bug 567954 and Bug 574586: # test_mixed_principals.html # Disabled since we don't play Wave files standalone, for now # test_audioDocumentTitle.html # Bug 751539: # test_played.html +# Disabled since it causes random memory corruption, bug 921622, so +# the best-case scenario is that it results in random crashes while it +# runs, like bug 918417, bug 920827, bug 923996, bug 928225, bug 929521 +# bug 930982, bug 932193. Worst-case but quite likely, it causes random +# crashes and failures in other tests which run after it. Don't even think +# about reenabling it on any platform unless you *know* that you have fixed +# that. Then don't think about reenabling it on Windows until you know that +# you have fixed the timeouts of bug 832768, bug 814533, bug 840742 +# test_playback_rate.html \ + # The below tests are disabled on Windows due to frequent timeouts. # Bug 832768 and Bug 864682: # test_buffered.html # test_bug465498.html # Bug 707777: # test_bug493187.html # Bug 897843: # test_media_selection.html # Bug 832678, bug 795271, and bug 857424 # test_seek.html -# Bug 832768, bug 814533, bug 840742 -# test_playback_rate.html ifneq ($(OS_ARCH), WINNT) MOCHITEST_FILES += \ test_buffered.html \ test_bug465498.html \ test_bug493187.html \ test_media_selection.html \ test_seek.html \ - test_playback_rate.html \ $(NULL) endif # sample files MOCHITEST_FILES += \ 320x240.ogv \ 448636.ogv \ audio-overhang.ogg \