Skip to content

Commit

Permalink
Add necessary SKIPIFs to new phpdbg tests
Browse files Browse the repository at this point in the history
Similarly to other watchpoint tests, we add SKIPIFs.
These TRACKED_ALLOC issues should be investigated though [1] [2].

[1] de5c760#comments
[2] #15229 (review)
  • Loading branch information
nielsdos committed Aug 9, 2024
1 parent 2e26559 commit 4d71580
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sapi/phpdbg/tests/gh15210_001.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
GH-15210 use after free after continue
--SKIPIF--
<?php
if (getenv('SKIP_ASAN')) {
die("skip intentionally causes segfaults");
}
?>
--PHPDBG--
b 4
r
Expand Down
6 changes: 6 additions & 0 deletions sapi/phpdbg/tests/gh15210_002.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
GH-15210 use after free after continue
--SKIPIF--
<?php
if (getenv('SKIP_ASAN')) {
die("skip intentionally causes segfaults");
}
?>
--PHPDBG--
b 4
r
Expand Down

0 comments on commit 4d71580

Please sign in to comment.