1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

fileinfo: tests: Disable times sensitive tests on debug build

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski
2022-09-25 20:43:31 +02:00
parent f368ecab83
commit cab2f05f5a
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ Bug #66731: file: extensive backtracking
fileinfo
--SKIPIF--
<?php
if (defined("PHP_DEBUG") && PHP_DEBUG)
die("skip not suitable for debug build");
if (getenv('SKIP_PERF_SENSITIVE'))
die("skip performance sensitive test");
?>
+2
View File
@@ -4,6 +4,8 @@ Bug #66731: file: extensive backtracking
fileinfo
--SKIPIF--
<?php
if (defined("PHP_DEBUG") && PHP_DEBUG)
die("skip not suitable for debug build");
if (getenv('SKIP_PERF_SENSITIVE'))
die("skip performance sensitive test");
?>