Bug 218317 - [GTK][WPE][MSE] test media/media-source/media-source-trackid-change.html fails
Summary: [GTK][WPE][MSE] test media/media-source/media-source-trackid-change.html fails
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-28 19:14 PDT by Carlos Alberto Lopez Perez
Modified: 2020-10-28 19:59 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2020-10-28 19:14:52 PDT
Test media/media-source/media-source-trackid-change.html added in r269121 fails on GTK and WPE

The failure:


--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/media/media-source/media-source-trackid-change-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/media/media-source/media-source-trackid-change-actual.txt
@@ -25,8 +25,8 @@
 Append the modified Init Segment
 RUN(sourceBuffer.appendBuffer(modifiedInitSegment))
 EVENT(update)
-EXPECTED (video.videoTracks[0].id == '3') OK
-EXPECTED (video.audioTracks[0].id == '4') OK
+EXPECTED (video.videoTracks[0].id == '3'), OBSERVED 'V9' FAIL
+TypeError: undefined is not an object (evaluating 'video.audioTracks[0].id')
 Modify a Media Segment to have a different trackID
 RUN(modifiedMediaSegment = loader.mediaSegment(0).slice(0))
 RUN(mediaSegmentView = new DataView(modifiedMediaSegment))
@@ -38,6 +38,6 @@
 Append a media segment.
 RUN(sourceBuffer.appendBuffer(modifiedMediaSegment))
 EVENT(update)
-EXPECTED (sourceBuffer.buffered.end(0) > '1') OK
+EXPECTED (sourceBuffer.buffered.end(0) > '1.041666'), OBSERVED '1.041666' FAIL
 END OF TEST
Comment 1 Carlos Alberto Lopez Perez 2020-10-28 19:59:55 PDT
Updated expectations on r269135