Closed Bug 1314212 Opened 8 years ago Closed 8 years ago

re-enable all-webm tests

Categories

(Core :: Audio/Video: Playback, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla52
Tracking Status
firefox52 --- fixed

People

(Reporter: jya, Assigned: jya)

References

Details

Attachments

(2 files)

test_WaitingOnMissingData.html should be re-enabled.
Comment on attachment 8806244 [details]
Bug 1314212: P1. Update and re-enable MSE mochitest.

https://reviewboard.mozilla.org/r/89730/#review89208

::: dom/media/mediasource/test/test_WaitingOnMissingData.html:26
(Diff revision 1)
> -      loadSegment.bind(null, new Uint8Array(arrayBuffer, 318, 25223-318))).then(
> -      loadSegment.bind(null, new Uint8Array(arrayBuffer, 25223, 46712-25223))).then(
> +      .then(loadSegment.bind(null, sb, new Uint8Array(arrayBuffer, 318, 25223-318)))
> +      .then(loadSegment.bind(null, sb, new Uint8Array(arrayBuffer, 25223, 46712-25223)))
>        /* Note - Missing |46712, 67833 - 46712| segment here */
> -      loadSegment.bind(null, new Uint8Array(arrayBuffer, 67833, 88966 - 67833))).then(
> -      loadSegment.bind(null, new Uint8Array(arrayBuffer, 88966))).then(function() {
> -
> +      .then(loadSegment.bind(null, sb, new Uint8Array(arrayBuffer, 67833, 88966 - 67833)))
> +      .then(loadSegment.bind(null, sb, new Uint8Array(arrayBuffer, 88966)))
> +	    .then(function() {

Replace tab characters with spaces (you may want to check your editor settings about that).

::: dom/media/mediasource/test/test_WaitingOnMissingData.html:51
(Diff revision 1)
> +	      // These fuzz factors are bigger than they should be. We should investigate
> +	      // and fix them in bug 1137574.

Bug 1137574 is resolved as "works for me", so either this comment is wrong, or the fuzz needs readjusting.
Attachment #8806244 - Flags: review?(gsquelart) → review+
Comment on attachment 8806244 [details]
Bug 1314212: P1. Update and re-enable MSE mochitest.

https://reviewboard.mozilla.org/r/89730/#review89208

> Bug 1137574 is resolved as "works for me", so either this comment is wrong, or the fuzz needs readjusting.

I've re-opened that bug
Comment on attachment 8806608 [details]
Bug 1314212: P2. Update and re-enable MSE mochitest.

https://reviewboard.mozilla.org/r/90010/#review89532
Attachment #8806608 - Flags: review?(gsquelart) → review+
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e7430fec989
P1. Update and re-enable MSE mochitest. r=gerald
https://hg.mozilla.org/integration/autoland/rev/086788927d4e
P2. Update and re-enable MSE mochitest. r=gerald
https://hg.mozilla.org/mozilla-central/rev/3e7430fec989
https://hg.mozilla.org/mozilla-central/rev/086788927d4e
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: