Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Add necessary SKIPIFs to new phpdbg tests
  • Loading branch information
nielsdos committed Aug 9, 2024
2 parents 48bb8fe + 04adeea commit c426157
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 c426157

Please sign in to comment.