From c0a8f5f3420b8eaa3aa67ee99e369e38e73c1fe1 Mon Sep 17 00:00:00 2001 From: divinity76 Date: Mon, 15 Jan 2024 21:46:35 +0100 Subject: [PATCH 1/2] missing SKIP_ONLINE_TESTS gethostbynamel may contact DNS servers, so it should be skipped if SKIP_ONLINE_TESTS , and on a AMD Ryzen 9 7950x WSL Ubuntu this test took ~2 seconds (some DNS timeout i guess?) so it should also have SKIP_SLOW_TESTS --- ext/curl/tests/curl_error_basic.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/curl/tests/curl_error_basic.phpt b/ext/curl/tests/curl_error_basic.phpt index bb61d918492af..e2d58ba8171df 100644 --- a/ext/curl/tests/curl_error_basic.phpt +++ b/ext/curl/tests/curl_error_basic.phpt @@ -7,7 +7,8 @@ Mattijs Hoitink mattijshoitink@gmail.com curl --SKIPIF-- Date: Wed, 17 Jan 2024 10:04:24 +0100 Subject: [PATCH 2/2] error message nitpick --- ext/curl/tests/curl_error_basic.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/curl/tests/curl_error_basic.phpt b/ext/curl/tests/curl_error_basic.phpt index e2d58ba8171df..fa3be72e6efd8 100644 --- a/ext/curl/tests/curl_error_basic.phpt +++ b/ext/curl/tests/curl_error_basic.phpt @@ -7,8 +7,8 @@ Mattijs Hoitink mattijshoitink@gmail.com curl --SKIPIF--