From 59b1dfc1bdf0eef61bed0c201ecc64797976a292 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 23 Sep 2024 12:48:35 +0200 Subject: [PATCH] Mark failing curl test on macOS x64 as xfail Exactly these tests are failing on all our macOS x64 CI runners for about a week. For now we mark them as xfail, to get back to a green CI pipeline. --- ext/curl/tests/bug48203_multi.phpt | 6 ++++++ ext/curl/tests/bug71523.phpt | 6 ++++++ ext/curl/tests/curl_basic_018.phpt | 6 ++++++ ext/curl/tests/curl_multi_getcontent_basic3.phpt | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/ext/curl/tests/bug48203_multi.phpt b/ext/curl/tests/bug48203_multi.phpt index 19077147a611e..ed58f8540d9ef 100644 --- a/ext/curl/tests/bug48203_multi.phpt +++ b/ext/curl/tests/bug48203_multi.phpt @@ -2,6 +2,12 @@ Variation of bug #48203 with curl_multi_exec (Crash when file pointers passed to curl are closed before calling curl_multi_exec) --EXTENSIONS-- curl +--SKIPIF-- + --FILE-- --FILE-- --EXTENSIONS-- curl +--SKIPIF-- + --FILE-- --FILE--