Closed
Bug 1093945
Opened 10 years ago
Closed 8 years ago
Re-enable Web platform mediasource-seek-beyond-duration.html test
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
DUPLICATE
of bug 1128069
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(2 obsolete files)
Error seen:
TEST-UNEXPECTED-FAIL | /media-source/mediasource-seek-beyond-duration.html | Test seeking beyond updated media duration. - assert_true: mediaElement seeking. expected true got false
TEST-UNEXPECTED-OK | /media-source/mediasource-seek-beyond-duration.html | expected TIMEOUT
TEST-UNEXPECTED-FAIL | /media-source/mediasource-seek-during-pending-seek.html | Test seeking to a new location before transitioning beyond HAVE_METADATA. - An attempt was made to use an object that is not, or is no longer, usable(stack: @http://web-platform.test:8000/media-source/mediasource-seek-during-pending-seek.html:57:18
Return code: 1
Assignee | ||
Comment 1•10 years ago
|
||
In bug 1065827, we disabled this test.
This bug is about re-enabling this test
Summary: Web platform tests failing mediasource seeking test → Re-enable Web platform mediasource-seek-beyond-duration.html test
Assignee | ||
Comment 2•10 years ago
|
||
Re-enable patch
Attachment #8517108 -
Flags: review?(cajbir.bugzilla)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
Comment 3•10 years ago
|
||
Comment on attachment 8517108 [details] [diff] [review]
re-enable mediasource-seek-beyond-duration.html test
Karl is the web platform test go-to reviewer.
Attachment #8517108 -
Flags: review?(cajbir.bugzilla) → review?(karlt)
Assignee | ||
Comment 4•10 years ago
|
||
:karlt
Assignee | ||
Updated•10 years ago
|
Attachment #8517108 -
Attachment is obsolete: true
Attachment #8517108 -
Flags: review?(karlt)
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8517175 [details] [diff] [review]
re-enable mediasource-seek-beyond-duration.html test
This only re-enable the tests as they were prior bug 1065827, it doesn't fix the problems
Attachment #8517175 -
Flags: review?(karlt)
Comment 6•10 years ago
|
||
Comment on attachment 8517175 [details] [diff] [review]
re-enable mediasource-seek-beyond-duration.html test
Tests and subtests are disabled by editing the .ini files.
See for example https://hg.mozilla.org/mozilla-central/file/a1823d3c7365/testing/web-platform/meta/media-source/mediasource-seek-beyond-duration.html.ini
https://github.com/mozilla/gecko-dev/blob/master/testing/web-platform/README.md#disabling-tests
But please only disable invalid tests or ones producing unstable results.
Otherwise, just update the tests to reflect the current status.
Attachment #8517175 -
Flags: review?(karlt) → review-
Assignee | ||
Updated•10 years ago
|
Attachment #8517175 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Comment 7•10 years ago
|
||
Changes from fixing bug 1092996:
In /media-source/mediasource-seek-beyond-duration.html,
[Test seeking beyond updated media duration.] now seems to reliably FAIL, and
the parent is often OK, but sometimes TIMEOUT on Linux 64.
In /media-source/mediasource-seek-during-pending-seek.html,
[Test seeking to a new location before transitioning beyond HAVE_METADATA.]
is now FAIL or TIMEOUT on Linux 32 and 64.
TEST-UNEXPECTED-FAIL | /media-source/mediasource-seek-during-pending-seek.html | Test seeking to a new location before transitioning beyond HAVE_METADATA. - An attempt was made to use an object that is not, or is no longer, usable(stack: @http://web-platform.test:8000/media-source/mediasource-seek-during-pending-seek.html:57:18
It is consistently PASS on WINNT but the parent has
TEST-UNEXPECTED-ERROR | /media-source/mediasource-seek-during-pending-seek.html | TypeError: info is undefined
intermittently, even with this subtest disabled.
Assignee | ||
Comment 8•10 years ago
|
||
I would expect all test to pass consistently now.
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Assignee | ||
Comment 9•8 years ago
|
||
will be fixed in bug 1128069
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•