# HG changeset patch # User Randy Lin # Date 1376192116 -28800 # Node ID 4169a8106cae50da1a4dad6859affdb40a25df48 # Parent 6cd6960ea7f60ed69f4a7c5653eab901dbd48ae8 Bug 897776 - test case for MediaRecorder infinite recursion with requestData() calls in "dataavailable" event r=jsmith diff --git a/content/media/test/Makefile.in b/content/media/test/Makefile.in --- a/content/media/test/Makefile.in +++ b/content/media/test/Makefile.in @@ -111,16 +111,17 @@ MOCHITEST_FILES = \ test_source.html \ test_source_write.html \ test_source_null.html \ test_standalone.html \ test_volume.html \ test_video_to_canvas.html \ test_audiowrite.html \ test_mediarecorder_creation.html \ + test_mediarecorder_avoid_recursion.html \ test_mediarecorder_record_audiocontext.html \ test_mediarecorder_record_stopms.html \ test_mozHasAudio.html \ test_source_media.html \ test_autoplay_contentEditable.html \ test_bug448534.html \ test_bug463162.xhtml \ test_decoder_disable.html \ diff --git a/content/media/test/test_mediarecorder_avoid_recursion.html b/content/media/test/test_mediarecorder_avoid_recursion.html new file mode 100644 --- /dev/null +++ b/content/media/test/test_mediarecorder_avoid_recursion.html @@ -0,0 +1,44 @@ + + + MediaRecorder infinite recursion with requestData() calls in "dataavailable" event + + + + + +Mozill +a Bug 897776 +
+
+
+ + + diff --git a/testing/mochitest/b2g.json b/testing/mochitest/b2g.json --- a/testing/mochitest/b2g.json +++ b/testing/mochitest/b2g.json @@ -27,16 +27,17 @@ "content/media/test/test_delay_load.html": "6 failures", "content/media/test/test_error_on_404.html": "timed out", "content/media/test/test_framebuffer.html": "timed out", "content/media/test/test_info_leak.html": "2 failures", "content/media/test/test_load.html": "Timed out after gizmo.mp4", "content/media/test/test_load_candidates.html": "timed out", "content/media/test/test_load_same_resource.html": "", "content/media/test/test_media_selection.html": "timed out", + "content/media/test/test_mediarecorder_avoid_recursion.html": "guM isn't ready on b2g, bug 903765", "content/media/test/test_metadata.html": "", "content/media/test/test_mozHasAudio.html": "", "content/media/test/test_play_events.html": "Last event should be canplaythrough for gizmo.mp4 - got playing, expected canplaythrough", "content/media/test/test_play_events_2.html": "Last event should be canplaythrough for gizmo.mp4 - got playing, expected canplaythrough", "content/media/test/test_playback.html": "Test timed out, bug 668973?", "content/media/test/test_playback_rate_playpause.html": "", "content/media/test/test_progress.html": "bug 901716 - timeouts", "content/media/test/test_reactivate.html": "timed out in small-shot.mp3",