From 397a3d74af8d82a0559c71ce1de6c7e651e72424 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Thu, 7 Aug 2025 20:38:17 +0100 Subject: [PATCH] [skip ci] ext/sockets: remove tests that leak memory 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 ffad1935b64be..0000000000000 --- 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 9a684d054ba0e..0000000000000 --- 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.