Title: [278866] trunk/LayoutTests
Revision
278866
Author
eoca...@igalia.com
Date
2021-06-15 02:58:17 -0700 (Tue, 15 Jun 2021)

Log Message

[GStreamer] media/video-seek-after-end.html is no longer flakey
https://bugs.webkit.org/show_bug.cgi?id=203079
<rdar://problem/56366173>

Reviewed by Philippe Normand.

Increased test timeout to something higher than 1300ms to prevent the test failure.

* media/video-seek-after-end.html: Increased timeout.
* platform/glib/TestExpectations: Unskipped the test.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (278865 => 278866)


--- trunk/LayoutTests/ChangeLog	2021-06-15 09:19:23 UTC (rev 278865)
+++ trunk/LayoutTests/ChangeLog	2021-06-15 09:58:17 UTC (rev 278866)
@@ -1,3 +1,16 @@
+2021-06-15  Enrique Ocaña González  <eoca...@igalia.com>
+
+        [GStreamer] media/video-seek-after-end.html is no longer flakey
+        https://bugs.webkit.org/show_bug.cgi?id=203079
+        <rdar://problem/56366173>
+
+        Reviewed by Philippe Normand.
+
+        Increased test timeout to something higher than 1300ms to prevent the test failure.
+
+        * media/video-seek-after-end.html: Increased timeout.
+        * platform/glib/TestExpectations: Unskipped the test.
+
 2021-06-15  Martin Robinson  <mrobin...@webkit.org>
 
         [css-scroll-snap] New snap containers always snap to the first scroll position

Modified: trunk/LayoutTests/media/video-seek-after-end.html (278865 => 278866)


--- trunk/LayoutTests/media/video-seek-after-end.html	2021-06-15 09:19:23 UTC (rev 278865)
+++ trunk/LayoutTests/media/video-seek-after-end.html	2021-06-15 09:58:17 UTC (rev 278866)
@@ -36,7 +36,7 @@
                 setTimeout(function() {
                     logResult(false, 'FAIL: timeout');
                     endTest();
-                }, 1000);
+                }, 1500);
             }
         </script>
     </head>

Modified: trunk/LayoutTests/platform/glib/TestExpectations (278865 => 278866)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-06-15 09:19:23 UTC (rev 278865)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-06-15 09:58:17 UTC (rev 278866)
@@ -2204,8 +2204,6 @@
 
 webkit.org/b/133865 media/W3C/video/networkState/networkState_during_progress.html [ Failure ]
 
-webkit.org/b/133869 media/video-seek-after-end.html [ Failure Pass ]
-
 webkit.org/b/134576 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure ]
 webkit.org/b/134576 media/track/video/video-track-mkv-theora-selected.html [ Timeout ]
 webkit.org/b/134576 media/track/video/video-track-mkv-theora-language.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to