Title: [228184] trunk/LayoutTests
Revision
228184
Author
[email protected]
Date
2018-02-06 11:20:23 -0800 (Tue, 06 Feb 2018)

Log Message

Layout Test media/modern-media-controls/slider/slider-value.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=182515

Reviewed by Dean Jackson.

Ensure we stop printing messages once the test has completed since the bots show that this could happen,
although I couldn't reproduce locally.

* media/modern-media-controls/slider/slider-value.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (228183 => 228184)


--- trunk/LayoutTests/ChangeLog	2018-02-06 18:44:49 UTC (rev 228183)
+++ trunk/LayoutTests/ChangeLog	2018-02-06 19:20:23 UTC (rev 228184)
@@ -1,3 +1,15 @@
+2018-02-06  Antoine Quint  <[email protected]>
+
+        Layout Test media/modern-media-controls/slider/slider-value.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=182515
+
+        Reviewed by Dean Jackson.
+
+        Ensure we stop printing messages once the test has completed since the bots show that this could happen,
+        although I couldn't reproduce locally.
+
+        * media/modern-media-controls/slider/slider-value.html:
+
 2018-02-06  Chris Dumez  <[email protected]>
 
         Unreviewed, unskip readable-byte-streams/detached-buffers.serviceworker.https.html as it is no longer flaky

Modified: trunk/LayoutTests/media/modern-media-controls/slider/slider-value.html (228183 => 228184)


--- trunk/LayoutTests/media/modern-media-controls/slider/slider-value.html	2018-02-06 18:44:49 UTC (rev 228183)
+++ trunk/LayoutTests/media/modern-media-controls/slider/slider-value.html	2018-02-06 19:20:23 UTC (rev 228184)
@@ -32,6 +32,7 @@
     controlValueDidStopChanging: function()
     {
         debug(`controlValueDidStopChanging`);
+        slider.uiDelegate = null;
         finishJSTest();
     }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to