Title: [285061] trunk/Tools
Revision
285061
Author
stephan.sz...@sony.com
Date
2021-10-29 16:29:51 -0700 (Fri, 29 Oct 2021)

Log Message

[PlayStation] Build fix after r285020
https://bugs.webkit.org/show_bug.cgi?id=232494

Unreviewed temporary Build Fix

Remove test that requires unsupported WTF::FileSystem functions.


* TestWebKitAPI/PlatformPlayStation.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (285060 => 285061)


--- trunk/Tools/ChangeLog	2021-10-29 23:24:41 UTC (rev 285060)
+++ trunk/Tools/ChangeLog	2021-10-29 23:29:51 UTC (rev 285061)
@@ -1,3 +1,14 @@
+2021-10-29  Stephan Szabo  <stephan.sz...@sony.com>
+
+        [PlayStation] Build fix after r285020
+        https://bugs.webkit.org/show_bug.cgi?id=232494
+
+        Unreviewed temporary Build Fix
+
+        Remove test that requires unsupported WTF::FileSystem functions.
+
+        * TestWebKitAPI/PlatformPlayStation.cmake:
+
 2021-10-29  Alex Christensen  <achristen...@webkit.org>
 
         Revert r285034

Modified: trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake (285060 => 285061)


--- trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake	2021-10-29 23:24:41 UTC (rev 285060)
+++ trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake	2021-10-29 23:29:51 UTC (rev 285061)
@@ -29,8 +29,6 @@
     list(APPEND TestWebKit_SOURCES
         ${test_main_SOURCES}
 
-        Tests/WebKit/CookieStorageFile.cpp
-
         Tests/WebKit/curl/Certificates.cpp
 
         generic/UtilitiesGeneric.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to