Title: [277170] trunk
Revision
277170
Author
commit-qu...@webkit.org
Date
2021-05-07 05:17:18 -0700 (Fri, 07 May 2021)

Log Message

[GTK][WPE] Bump libsoup3 version to 2.99.5
https://bugs.webkit.org/show_bug.cgi?id=225506

Patch by Carlos Garcia Campos <cgar...@igalia.com> on 2021-05-07
Reviewed by Philippe Normand.

.:

* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:

LayoutTests:

Remove expectations for tests that should be passing now.

* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/ChangeLog (277169 => 277170)


--- trunk/ChangeLog	2021-05-07 12:05:42 UTC (rev 277169)
+++ trunk/ChangeLog	2021-05-07 12:17:18 UTC (rev 277170)
@@ -1,3 +1,13 @@
+2021-05-07  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK][WPE] Bump libsoup3 version to 2.99.5
+        https://bugs.webkit.org/show_bug.cgi?id=225506
+
+        Reviewed by Philippe Normand.
+
+        * Source/cmake/OptionsGTK.cmake:
+        * Source/cmake/OptionsWPE.cmake:
+
 2021-05-06  Yoshiaki Jitsukawa  <yoshiaki.jitsuk...@sony.com>
 
         [OpenSSL] Implement CryptoAlgorithmRSA*

Modified: trunk/LayoutTests/ChangeLog (277169 => 277170)


--- trunk/LayoutTests/ChangeLog	2021-05-07 12:05:42 UTC (rev 277169)
+++ trunk/LayoutTests/ChangeLog	2021-05-07 12:17:18 UTC (rev 277170)
@@ -1,3 +1,14 @@
+2021-05-07  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK][WPE] Bump libsoup3 version to 2.99.5
+        https://bugs.webkit.org/show_bug.cgi?id=225506
+
+        Reviewed by Philippe Normand.
+
+        Remove expectations for tests that should be passing now.
+
+        * platform/gtk/TestExpectations:
+
 2021-05-07  Enrique Ocaña González  <eoca...@igalia.com>
 
         [GStreamer] Layout test media/video-playsinline.html is flaky

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (277169 => 277170)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2021-05-07 12:05:42 UTC (rev 277169)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2021-05-07 12:17:18 UTC (rev 277170)
@@ -1356,9 +1356,6 @@
 
 webkit.org/b/224791 imported/w3c/web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-screenx-screeny.html [ Timeout Pass ]
 
-webkit.org/b/224966 imported/w3c/web-platform-tests/worklets/paint-worklet-service-worker-interception.https.html [ Crash Pass ]
-webkit.org/b/224966 imported/w3c/web-platform-tests/worklets/paint-worklet-csp.https.html [ Crash Pass ]
-
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/Source/cmake/OptionsGTK.cmake (277169 => 277170)


--- trunk/Source/cmake/OptionsGTK.cmake	2021-05-07 12:05:42 UTC (rev 277169)
+++ trunk/Source/cmake/OptionsGTK.cmake	2021-05-07 12:17:18 UTC (rev 277170)
@@ -208,7 +208,7 @@
     set(SOUP_MINIMUM_VERSION 2.54.0)
     set(SOUP_API_VERSION 2.4)
 else ()
-    set(SOUP_MINIMUM_VERSION 2.99.4)
+    set(SOUP_MINIMUM_VERSION 2.99.5)
     set(SOUP_API_VERSION 3.0)
     set(ENABLE_SERVER_PRECONNECT ON)
 endif ()

Modified: trunk/Source/cmake/OptionsWPE.cmake (277169 => 277170)


--- trunk/Source/cmake/OptionsWPE.cmake	2021-05-07 12:05:42 UTC (rev 277169)
+++ trunk/Source/cmake/OptionsWPE.cmake	2021-05-07 12:17:18 UTC (rev 277170)
@@ -123,7 +123,7 @@
     set(WPE_API_VERSION 1.0)
     set(WPE_API_DOC_VERSION 1.0)
 else ()
-    set(SOUP_MINIMUM_VERSION 2.99.4)
+    set(SOUP_MINIMUM_VERSION 2.99.5)
     set(SOUP_API_VERSION 3.0)
     set(WPE_API_VERSION 1.1)
     # No API changes in 1.1, so keep using the same API documentation.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to