From 286c13e1e6d079a1128dab68ba3c80b9a390350c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 20 Jan 2021 10:09:31 +0100 Subject: [PATCH] Skip preloading test on windows --- ext/opcache/tests/jit/bug80634.phpt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ext/opcache/tests/jit/bug80634.phpt b/ext/opcache/tests/jit/bug80634.phpt index 579adda0e3..2e4b54aa13 100644 --- a/ext/opcache/tests/jit/bug80634.phpt +++ b/ext/opcache/tests/jit/bug80634.phpt @@ -9,7 +9,10 @@ opcache.protect_memory=1 opcache.jit=function opcache.preload={PWD}/preload_bug80634.inc --SKIPIF-- - + --FILE-- interval is unsupported in % Stack trace: #0 %sbug80634.php(2): SomeClass->__construct(5) #1 {main} - thrown in %spreload_bug80634.inc on line 7 \ No newline at end of file + thrown in %spreload_bug80634.inc on line 7 -- 2.50.1