mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fileinfo: tests: Disable times sensitive tests on debug build
Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
parent
f368ecab83
commit
cab2f05f5a
2 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
?>
|
||||
|
|
|
@ -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");
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue