mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Add necessary SKIPIFs to new phpdbg tests
This commit is contained in:
commit
04adeeaef8
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue