Skip to content

Commit 853b794

Browse files
committed
Unmark tests as XFAIL on Windows
This issue has been resolved[1], so the tests are expected to pass on Windows again. [1] <0a03291>
1 parent 0a03291 commit 853b794

File tree

5 files changed

+0
-28
lines changed

5 files changed

+0
-28
lines changed

Zend/tests/bug63635.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
--TEST--
22
Bug #63635 (Segfault in gc_collect_cycles)
3-
--SKIPIF--
4-
<?php
5-
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
6-
die('xfail issues with JIT on Windows');
7-
}
8-
?>
93
--FILE--
104
<?php
115
class Node {

Zend/tests/bug77345_gc_1.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
--TEST--
22
Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
3-
--SKIPIF--
4-
<?php
5-
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
6-
die('xfail issues with JIT on Windows');
7-
}
8-
?>
93
--INI--
104
zend.enable_gc = 1
115
--FILE--

Zend/tests/bug77345_gc_2.phpt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
--TEST--
22
Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
3-
--SKIPIF--
4-
<?php
5-
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
6-
die('xfail issues with JIT on Windows');
7-
}
8-
?>
93
--INI--
104
zend.enable_gc = 1
115
--FILE--

ext/session/tests/session_decode_basic.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
Test session_decode() function : basic functionality
33
--SKIPIF--
44
<?php include('skipif.inc'); ?>
5-
<?php
6-
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
7-
die('xfail issues with JIT on Windows');
8-
}
9-
?>
105
--FILE--
116
<?php
127

ext/session/tests/session_decode_basic_serialize.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
Test session_decode() function : basic functionality
33
--SKIPIF--
44
<?php include('skipif.inc'); ?>
5-
<?php
6-
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
7-
die('xfail issues with JIT on Windows');
8-
}
9-
?>
105
--FILE--
116
<?php
127

0 commit comments

Comments
 (0)