From 1f131e3ae6783b09522006f161c3f22ef3ffe332 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Thu, 7 Aug 2025 21:50:04 +0100 Subject: [PATCH] [skip ci] ext/sockets: remove tests that leak memory (#19408) I don't understand what the purposes of theses tests are. --- ext/sockets/tests/socket_export_stream-5.phpt | 24 ------------------- ext/sockets/tests/socket_import_stream-5.phpt | 22 ----------------- 2 files changed, 46 deletions(-) delete mode 100644 ext/sockets/tests/socket_export_stream-5.phpt delete mode 100644 ext/sockets/tests/socket_import_stream-5.phpt diff --git a/ext/sockets/tests/socket_export_stream-5.phpt b/ext/sockets/tests/socket_export_stream-5.phpt deleted file mode 100644 index ffad1935b64..00000000000 --- a/ext/sockets/tests/socket_export_stream-5.phpt +++ /dev/null @@ -1,24 +0,0 @@ ---TEST-- -socket_export_stream: effects of leaked handles ---EXTENSIONS-- -sockets -zend_test ---INI-- -report_memleaks=0 ---FILE-- - ---EXPECT-- -Done. diff --git a/ext/sockets/tests/socket_import_stream-5.phpt b/ext/sockets/tests/socket_import_stream-5.phpt deleted file mode 100644 index 9a684d054ba..00000000000 --- a/ext/sockets/tests/socket_import_stream-5.phpt +++ /dev/null @@ -1,22 +0,0 @@ ---TEST-- -socket_import_stream: effects of leaked handles ---EXTENSIONS-- -sockets -zend_test ---INI-- -report_memleaks=0 ---FILE-- - ---EXPECT-- -Done.