From 4d71580e005e8711c55130d3080960e81a150922 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:10:01 +0200 Subject: [PATCH] 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] https://github.com/php/php-src/commit/de5c760c698e98b82a1a168b693e4e07bc3a4134#comments [2] https://github.com/php/php-src/pull/15229#pullrequestreview-2230563480 --- sapi/phpdbg/tests/gh15210_001.phpt | 6 ++++++ sapi/phpdbg/tests/gh15210_002.phpt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/sapi/phpdbg/tests/gh15210_001.phpt b/sapi/phpdbg/tests/gh15210_001.phpt index c7b4756f75203..119ed6e460eed 100644 --- a/sapi/phpdbg/tests/gh15210_001.phpt +++ b/sapi/phpdbg/tests/gh15210_001.phpt @@ -1,5 +1,11 @@ --TEST-- GH-15210 use after free after continue +--SKIPIF-- + --PHPDBG-- b 4 r diff --git a/sapi/phpdbg/tests/gh15210_002.phpt b/sapi/phpdbg/tests/gh15210_002.phpt index 0ba320eb5e15c..7848500a9e949 100644 --- a/sapi/phpdbg/tests/gh15210_002.phpt +++ b/sapi/phpdbg/tests/gh15210_002.phpt @@ -1,5 +1,11 @@ --TEST-- GH-15210 use after free after continue +--SKIPIF-- + --PHPDBG-- b 4 r