Skip to content

Commit

Permalink
Unmark tests as XFAIL on Windows
Browse files Browse the repository at this point in the history
This issue has been resolved[1], so the tests are expected to pass on
Windows again.

[1] <0a03291>
  • Loading branch information
cmb69 committed Sep 14, 2020
1 parent 0a03291 commit 853b794
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.
6 changes: 0 additions & 6 deletions Zend/tests/bug63635.phpt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
--TEST--
Bug #63635 (Segfault in gc_collect_cycles)
--SKIPIF--
<?php
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
die('xfail issues with JIT on Windows');
}
?>
--FILE--
<?php
class Node {
Expand Down
6 changes: 0 additions & 6 deletions Zend/tests/bug77345_gc_1.phpt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
--TEST--
Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
--SKIPIF--
<?php
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
die('xfail issues with JIT on Windows');
}
?>
--INI--
zend.enable_gc = 1
--FILE--
Expand Down
6 changes: 0 additions & 6 deletions Zend/tests/bug77345_gc_2.phpt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
--TEST--
Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
--SKIPIF--
<?php
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
die('xfail issues with JIT on Windows');
}
?>
--INI--
zend.enable_gc = 1
--FILE--
Expand Down
5 changes: 0 additions & 5 deletions ext/session/tests/session_decode_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Test session_decode() function : basic functionality
--SKIPIF--
<?php include('skipif.inc'); ?>
<?php
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
die('xfail issues with JIT on Windows');
}
?>
--FILE--
<?php

Expand Down
5 changes: 0 additions & 5 deletions ext/session/tests/session_decode_basic_serialize.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Test session_decode() function : basic functionality
--SKIPIF--
<?php include('skipif.inc'); ?>
<?php
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
die('xfail issues with JIT on Windows');
}
?>
--FILE--
<?php

Expand Down

0 comments on commit 853b794

Please sign in to comment.