mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
missing SKIP_SLOW_TESTS (#13156)
* missing SKIP_SLOW_TESTS this test took 2 seconds to execute on a 5GHz AMD Ryzen 9 7950x (one of AMD's fastest single-thread-performance CPUs), it should have SKIP_SLOW_TESTS * skip message nitpick
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
--TEST--
|
||||
proc_open() with output socketpairs
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user