Title: [277165] trunk/Tools/buildstream
Revision
277165
Author
commit-qu...@webkit.org
Date
2021-05-07 01:47:26 -0700 (Fri, 07 May 2021)

Log Message

[WPE] TestWebExtensions web-process-crashed is flaky failing after latest WPE libs update
https://bugs.webkit.org/show_bug.cgi?id=225503

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

The update to 1.9.91 triggers critical warnings in tests. Might be fixed by
https://github.com/Igalia/WPEBackend-fdo/pull/158 which is not merged yet.

* elements/sdk/wpebackend-fdo.bst: Downgrade to latest stable release until the bug is fixed.

Modified Paths

Diff

Modified: trunk/Tools/buildstream/ChangeLog (277164 => 277165)


--- trunk/Tools/buildstream/ChangeLog	2021-05-07 08:46:34 UTC (rev 277164)
+++ trunk/Tools/buildstream/ChangeLog	2021-05-07 08:47:26 UTC (rev 277165)
@@ -1,3 +1,15 @@
+2021-05-07  Philippe Normand  <pnorm...@igalia.com>
+
+        [WPE] TestWebExtensions web-process-crashed is flaky failing after latest WPE libs update
+        https://bugs.webkit.org/show_bug.cgi?id=225503
+
+        Reviewed by Carlos Garcia Campos.
+
+        The update to 1.9.91 triggers critical warnings in tests. Might be fixed by
+        https://github.com/Igalia/WPEBackend-fdo/pull/158 which is not merged yet.
+
+        * elements/sdk/wpebackend-fdo.bst: Downgrade to latest stable release until the bug is fixed.
+
 2021-05-05  Philippe Normand  <pnorm...@igalia.com>
 
         [Flatpak SDK] Update libwpe and wpebackend-fdo

Modified: trunk/Tools/buildstream/elements/sdk/wpebackend-fdo.bst (277164 => 277165)


--- trunk/Tools/buildstream/elements/sdk/wpebackend-fdo.bst	2021-05-07 08:46:34 UTC (rev 277164)
+++ trunk/Tools/buildstream/elements/sdk/wpebackend-fdo.bst	2021-05-07 08:47:26 UTC (rev 277165)
@@ -2,8 +2,8 @@
 sources:
 - kind: git_tag
   url: github_com:Igalia/WPEBackend-fdo.git
-  track: 1.9.91
-  ref: 1.9.91-0-ga918f2e32142d7e99b3e45084e93aba093ca2085
+  track: 1.8.3
+  ref: 1.8.3-0-gd21c34e4d844dd89685ea9f8da3ec5ebe147cf12
 build-depends:
 - freedesktop-sdk.bst:public-stacks/buildsystem-meson.bst
 depends:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to