Skip to content

Commit

Permalink
[Win] TestWebKit.Curl.CertificateAPI is failing
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=258834

Reviewed by Don Olmstead.

It was failing since WKCertificateInfoCreateWithCertficateChain was
deprecated by 255206@main (bug#245997). We have no alternative API to
create a cert chain. Removed the test.

* Tools/TestWebKitAPI/PlatformPlayStation.cmake:
* Tools/TestWebKitAPI/PlatformWin.cmake:
* Tools/TestWebKitAPI/Tests/WebKit/curl/Certificates.cpp: Removed.

Canonical link: https://commits.webkit.org/265778@main
  • Loading branch information
fujii committed Jul 5, 2023
1 parent be340c2 commit aeb7d62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 106 deletions.
2 changes: 0 additions & 2 deletions Tools/TestWebKitAPI/PlatformPlayStation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ if (ENABLE_WEBKIT)
list(APPEND TestWebKit_SOURCES
${test_main_SOURCES}

Tests/WebKit/curl/Certificates.cpp

playstation/PlatformUtilitiesPlayStation.cpp
playstation/PlatformWebViewPlayStation.cpp
)
Expand Down
2 changes: 0 additions & 2 deletions Tools/TestWebKitAPI/PlatformWin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ if (ENABLE_WEBKIT)

Tests/WebKit/CookieStorageFile.cpp

Tests/WebKit/curl/Certificates.cpp

win/PlatformUtilitiesWin.cpp
win/PlatformWebViewWin.cpp
)
Expand Down
102 changes: 0 additions & 102 deletions Tools/TestWebKitAPI/Tests/WebKit/curl/Certificates.cpp

This file was deleted.

0 comments on commit aeb7d62

Please sign in to comment.