Title: [243061] trunk/LayoutTests
Revision
243061
Author
[email protected]
Date
2019-03-18 06:42:51 -0700 (Mon, 18 Mar 2019)

Log Message

[GTK][WPE] Fix webanimations test
https://bugs.webkit.org/show_bug.cgi?id=189344

Reviewed by Philippe Normand.

GLib-based ports will have issues with recognizing the mimetype of
zero-byte files.
* platform/gtk/TestExpectations: Test below should pass now.
* webanimations/css-animation-effect-target-change-and-animation-removal-crash-expected.html:
Make it a 1-byte empty file.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (243060 => 243061)


--- trunk/LayoutTests/ChangeLog	2019-03-18 11:02:38 UTC (rev 243060)
+++ trunk/LayoutTests/ChangeLog	2019-03-18 13:42:51 UTC (rev 243061)
@@ -1,5 +1,18 @@
 2019-03-18  Claudio Saavedra  <[email protected]>
 
+        [GTK][WPE] Fix webanimations test
+        https://bugs.webkit.org/show_bug.cgi?id=189344
+
+        Reviewed by Philippe Normand.
+
+        GLib-based ports will have issues with recognizing the mimetype of
+        zero-byte files.
+        * platform/gtk/TestExpectations: Test below should pass now.
+        * webanimations/css-animation-effect-target-change-and-animation-removal-crash-expected.html:
+        Make it a 1-byte empty file.
+
+2019-03-18  Claudio Saavedra  <[email protected]>
+
         [GTK][GStreamer] Mark flaky crashing test
 
         * platform/gtk/TestExpectations:

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (243060 => 243061)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2019-03-18 11:02:38 UTC (rev 243060)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2019-03-18 13:42:51 UTC (rev 243061)
@@ -3571,8 +3571,6 @@
 webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.html [ Failure ]
 webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker.html [ Failure ]
 
-webkit.org/b/189344 webanimations/css-animation-effect-target-change-and-animation-removal-crash.html [ ImageOnlyFailure ]
-
 webkit.org/b/189345 http/tests/media/clearkey/collect-webkit-media-session.html [ Timeout ]
 
 webkit.org/b/189567 webrtc/video-addLegacyTransceiver.html [ Failure ]

Modified: trunk/LayoutTests/webanimations/css-animation-effect-target-change-and-animation-removal-crash-expected.html (243060 => 243061)


--- trunk/LayoutTests/webanimations/css-animation-effect-target-change-and-animation-removal-crash-expected.html	2019-03-18 11:02:38 UTC (rev 243060)
+++ trunk/LayoutTests/webanimations/css-animation-effect-target-change-and-animation-removal-crash-expected.html	2019-03-18 13:42:51 UTC (rev 243061)
@@ -0,0 +1 @@
+ 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to