mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Skip new_oom.phpt if ZMM is disabled
Test requires ZMM
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Test OOM on new of each class
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires zmm");
|
||||
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user