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:
@@ -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");
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user