Skip to content

Commit 4d71580

Browse files
committed
Add necessary SKIPIFs to new phpdbg tests
Similarly to other watchpoint tests, we add SKIPIFs. These TRACKED_ALLOC issues should be investigated though [1] [2]. [1] de5c760#comments [2] #15229 (review)
1 parent 2e26559 commit 4d71580

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

sapi/phpdbg/tests/gh15210_001.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
GH-15210 use after free after continue
3+
--SKIPIF--
4+
<?php
5+
if (getenv('SKIP_ASAN')) {
6+
die("skip intentionally causes segfaults");
7+
}
8+
?>
39
--PHPDBG--
410
b 4
511
r

sapi/phpdbg/tests/gh15210_002.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
GH-15210 use after free after continue
3+
--SKIPIF--
4+
<?php
5+
if (getenv('SKIP_ASAN')) {
6+
die("skip intentionally causes segfaults");
7+
}
8+
?>
39
--PHPDBG--
410
b 4
511
r

0 commit comments

Comments
 (0)