From 6bc375f40aece1878c3c0d8ca1001d22b362c7d6 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 20 Jun 2020 11:06:38 +0200 Subject: [PATCH] Mark failing tests as XFAIL for now These test fail on Window since some recent changes to JIT; we mark them as XFAIL until the issues are resolved. --- Zend/tests/bug31098.phpt | 6 ++++++ Zend/tests/bug44660.phpt | 6 ++++++ ext/opcache/tests/jit/fetch_obj_001.phpt | 5 +++++ 3 files changed, 17 insertions(+) diff --git a/Zend/tests/bug31098.phpt b/Zend/tests/bug31098.phpt index 4d01d36cd8..325ed17727 100644 --- a/Zend/tests/bug31098.phpt +++ b/Zend/tests/bug31098.phpt @@ -1,5 +1,11 @@ --TEST-- Bug #31098 (isset() / empty() incorrectly returns true in dereference of a wrong type) +--SKIPIF-- + --FILE-- --FILE-- + --FILE--