From ea2b0d3c8b292ba83b28cfd06eaa78d955c42be0 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 22 Jun 2020 14:57:04 +0300 Subject: [PATCH] Fixed JIT failures on Windows --- Zend/tests/bug31098.phpt | 6 ------ Zend/tests/bug44660.phpt | 6 ------ ext/opcache/jit/zend_jit_x86.dasc | 2 +- ext/opcache/tests/jit/fetch_obj_001.phpt | 5 ----- 4 files changed, 1 insertion(+), 18 deletions(-) diff --git a/Zend/tests/bug31098.phpt b/Zend/tests/bug31098.phpt index 325ed17727..4d01d36cd8 100644 --- a/Zend/tests/bug31098.phpt +++ b/Zend/tests/bug31098.phpt @@ -1,11 +1,5 @@ --TEST-- Bug #31098 (isset() / empty() incorrectly returns true in dereference of a wrong type) ---SKIPIF-- - --FILE-- --FILE-- opcode != ZEND_FETCH_OBJ_IS) { - | SAVE_VALID_OPLINE opline, r1 + | SAVE_VALID_OPLINE opline, r0 if (opline->opcode != ZEND_FETCH_OBJ_W && (op1_info & MAY_BE_UNDEF)) { zend_jit_addr orig_op1_addr = OP1_ADDR(); diff --git a/ext/opcache/tests/jit/fetch_obj_001.phpt b/ext/opcache/tests/jit/fetch_obj_001.phpt index 666bd02d48..49de772b66 100644 --- a/ext/opcache/tests/jit/fetch_obj_001.phpt +++ b/ext/opcache/tests/jit/fetch_obj_001.phpt @@ -7,11 +7,6 @@ opcache.file_update_protection=0 opcache.jit_buffer_size=1M --SKIPIF-- - --FILE--