Bug 494769 - [MacOSX] mochitest-plain: test_wav_trailing.html (and others) intermittently triggers "malloc: *** error: can't allocate region"; (Dv1-191) Re-enable test_wav_trunc.html on MacOSX SeaMonkey
--- a/content/media/video/test/Makefile.in
+++ b/content/media/video/test/Makefile.in
@@ -166,39 +166,38 @@ ifdef MOZ_WAVE
test_wav_seek5.html \
test_wav_seek6.html \
test_wav_seek7.html \
test_wav_seek8.html \
test_wav_seek_past_end.html \
test_wav_seek_then_play.html \
test_wav_timeupdate1.html \
test_wav_timeupdate2.html \
+ test_wav_trunc.html \
test_wav_trunc_seek.html \
r11025_s16_c1.wav \
r11025_s16_c1_trailing.wav \
+ r11025_u8_c1.wav \
r11025_u8_c1_trunc.wav \
- r11025_u8_c1.wav \
r16000_u8_c1_list.wav \
$(NULL)
# Video test(s) disabled on MacOSX SeaMonkey (on 1.9.1). (Bug 494769)
ifndef MOZ_SUITE
_TEST_FILES += \
test_wav_ended1.html \
test_wav_ended2.html \
test_wav_trailing.html \
- test_wav_trunc.html \
$(NULL)
else
ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
_TEST_FILES += \
test_wav_ended1.html \
test_wav_ended2.html \
test_wav_trailing.html \
- test_wav_trunc.html \
$(NULL)
endif
endif # MOZ_SUITE
else
_TEST_FILES += \
test_can_play_type_no_wave.html \
$(NULL)