summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests')
-rw-r--r--sapi/phpdbg/tests/watch_001.phpt3
-rw-r--r--sapi/phpdbg/tests/watch_002.phpt3
-rw-r--r--sapi/phpdbg/tests/watch_003.phpt3
-rw-r--r--sapi/phpdbg/tests/watch_004.phpt3
-rw-r--r--sapi/phpdbg/tests/watch_005.phpt3
-rw-r--r--sapi/phpdbg/tests/watch_006.phpt3
6 files changed, 18 insertions, 0 deletions
diff --git a/sapi/phpdbg/tests/watch_001.phpt b/sapi/phpdbg/tests/watch_001.phpt
index 86e5786e97..90ede3f952 100644
--- a/sapi/phpdbg/tests/watch_001.phpt
+++ b/sapi/phpdbg/tests/watch_001.phpt
@@ -5,6 +5,9 @@ Test simple recursive watchpoint
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
?>
--INI--
opcache.optimization_level=0
diff --git a/sapi/phpdbg/tests/watch_002.phpt b/sapi/phpdbg/tests/watch_002.phpt
index 52336c08d0..ba2cad1abe 100644
--- a/sapi/phpdbg/tests/watch_002.phpt
+++ b/sapi/phpdbg/tests/watch_002.phpt
@@ -5,6 +5,9 @@ Test simple array watchpoint with replace
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
?>
--PHPDBG--
b 6
diff --git a/sapi/phpdbg/tests/watch_003.phpt b/sapi/phpdbg/tests/watch_003.phpt
index e054b6f324..ab6dc317a8 100644
--- a/sapi/phpdbg/tests/watch_003.phpt
+++ b/sapi/phpdbg/tests/watch_003.phpt
@@ -5,6 +5,9 @@ Test simple watchpoint with replace
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
?>
--PHPDBG--
b 6
diff --git a/sapi/phpdbg/tests/watch_004.phpt b/sapi/phpdbg/tests/watch_004.phpt
index dcb37a4959..42e3fd3b26 100644
--- a/sapi/phpdbg/tests/watch_004.phpt
+++ b/sapi/phpdbg/tests/watch_004.phpt
@@ -5,6 +5,9 @@ Test detection of inline string manipulations on zval watch
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
?>
--INI--
opcache.optimization_level=0
diff --git a/sapi/phpdbg/tests/watch_005.phpt b/sapi/phpdbg/tests/watch_005.phpt
index 0bd44c9a01..aacc158f61 100644
--- a/sapi/phpdbg/tests/watch_005.phpt
+++ b/sapi/phpdbg/tests/watch_005.phpt
@@ -5,6 +5,9 @@ Test proper watch comparisons when having multiple levels of indirection from a
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
?>
--PHPDBG--
b 3
diff --git a/sapi/phpdbg/tests/watch_006.phpt b/sapi/phpdbg/tests/watch_006.phpt
index fa292005a4..5b5ca9ee57 100644
--- a/sapi/phpdbg/tests/watch_006.phpt
+++ b/sapi/phpdbg/tests/watch_006.phpt
@@ -5,6 +5,9 @@ Test multiple watch elements pointing to the same watchpoint
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
?>
--PHPDBG--
b 4