Skip to content

Commit c344d30

Browse files
committed
rm xfail for master only
1 parent 978f214 commit c344d30

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

sapi/phpdbg/tests/watch_001.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Test simple recursive watchpoint
33
--SKIPIF--
44
<?php
5+
if (PHP_INT_SIZE == 4) {
6+
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
7+
}
58
if (getenv('SKIP_ASAN')) {
69
die("skip intentionally causes segfaults");
710
}

sapi/phpdbg/tests/watch_002.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Test simple array watchpoint with replace
33
--SKIPIF--
44
<?php
5+
if (PHP_INT_SIZE == 4) {
6+
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
7+
}
58
if (getenv('SKIP_ASAN')) {
69
die("skip intentionally causes segfaults");
710
}

sapi/phpdbg/tests/watch_003.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Test simple watchpoint with replace
33
--SKIPIF--
44
<?php
5+
if (PHP_INT_SIZE == 4) {
6+
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
7+
}
58
if (getenv('SKIP_ASAN')) {
69
die("skip intentionally causes segfaults");
710
}

sapi/phpdbg/tests/watch_004.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Test detection of inline string manipulations on zval watch
33
--SKIPIF--
44
<?php
5+
if (PHP_INT_SIZE == 4) {
6+
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
7+
}
58
if (getenv('SKIP_ASAN')) {
69
die("skip intentionally causes segfaults");
710
}

0 commit comments

Comments
 (0)