Bug 1125776: Part6. Update webref tests. r=karlt

We only fail those tests due to bug 1065207. Only our duration calculations
are slightly off. Overall all those tests now pass, and do so consistently.
This commit is contained in:
Jean-Yves Avenard 2015-02-02 18:42:53 +11:00
parent 616049ba2a
commit a59a8b6b9c
2 changed files with 18 additions and 27 deletions

View File

@ -1,23 +1,22 @@
[mediasource-append-buffer.html]
type: testharness
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
disabled:
if (os == "win") and (version != "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1128332
[Test MediaSource.removeSourceBuffer() call during a pending appendBuffer().]
expected: FAIL
[Test appendBuffer with partial init segments.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if (os == "win") and (version != "5.1.2600"): FAIL
if os == "mac": FAIL
[Test appendBuffer with partial media segments.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if (os == "win") and (version != "5.1.2600"): FAIL
if os == "mac": FAIL
[Test abort in the middle of an initialization segment.]
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
disabled:
if (os == "win") and (version != "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1128332

View File

@ -1,27 +1,19 @@
[mediasource-duration.html]
type: testharness
expected:
if (os == "win") and (version != "5.1.2600"): OK
if os == "mac": OK
TIMEOUT
disabled:
if (os == "win") and (version != "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1128332
[Test seek starts on duration truncation below currentTime]
expected:
if (os == "win") and (version != "5.1.2600"): FAIL
if os == "mac": FAIL
TIMEOUT
expected: FAIL
[Test appendBuffer completes previous seek to truncated duration]
expected:
if (os == "win") and (version != "5.1.2600"): FAIL
if os == "mac": FAIL
TIMEOUT
expected: FAIL
[Test endOfStream completes previous seek to truncated duration]
expected:
if (os == "win") and (version != "5.1.2600"): FAIL
if os == "mac": FAIL
TIMEOUT
expected: FAIL
[Test setting same duration multiple times does not fire duplicate durationchange]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1116007
disabled:
if (os == "win") and (version != "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1128332
expected: FAIL