Bug 208288 - [GTK] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html is a flaky failure
Summary: [GTK] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-e...
Status: RESOLVED DUPLICATE of bug 175575
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-27 00:52 PST by Diego Pino
Modified: 2020-02-27 10:15 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-02-27 00:52:07 PST
* imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html [ Failure ]

The test is flaky some times because the number of console error messages in the expected result differs. I tried to mark the test as [ DumpJSConsoleLogInStdErr ] and emit a new baseline without console messages, but it didn't work.

Diff:

--- /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks-expected.txt
+++ /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks-actual.txt
@@ -1,7 +1,3 @@
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
 CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')

 FAIL autoplay with slow text tracks TypeError: null is not an object (evaluating 'track.track.cues.length')
Comment 1 Diego Pino 2020-02-27 10:15:31 PST

*** This bug has been marked as a duplicate of bug 175575 ***