From 1e5004060e9e7c3623c863c9b2339678d0f2dc9b Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 10 Jun 2019 14:23:37 +0200 Subject: [PATCH] watchpoints have flaws in implementation --- sapi/phpdbg/tests/watch_001.phpt | 2 ++ sapi/phpdbg/tests/watch_002.phpt | 2 ++ sapi/phpdbg/tests/watch_003.phpt | 2 ++ sapi/phpdbg/tests/watch_004.phpt | 2 ++ sapi/phpdbg/tests/watch_005.phpt | 2 ++ sapi/phpdbg/tests/watch_006.phpt | 2 ++ 6 files changed, 12 insertions(+) diff --git a/sapi/phpdbg/tests/watch_001.phpt b/sapi/phpdbg/tests/watch_001.phpt index e16681bf7c..17e27da81a 100644 --- a/sapi/phpdbg/tests/watch_001.phpt +++ b/sapi/phpdbg/tests/watch_001.phpt @@ -45,3 +45,5 @@ $b = [$a]; unset($b); $b = 2; +--XFAIL-- +There may be flaws in the implementation of watchpoints that cause failures diff --git a/sapi/phpdbg/tests/watch_002.phpt b/sapi/phpdbg/tests/watch_002.phpt index b57ca0a1d4..5d977635b2 100644 --- a/sapi/phpdbg/tests/watch_002.phpt +++ b/sapi/phpdbg/tests/watch_002.phpt @@ -30,3 +30,5 @@ $a[0] = 1; $a[0] = 2; $a = [0 => 3, 1 => 4]; +--XFAIL-- +There may be flaws in the implementation of watchpoints that cause failures diff --git a/sapi/phpdbg/tests/watch_003.phpt b/sapi/phpdbg/tests/watch_003.phpt index 08868aedc3..173d9b2e44 100644 --- a/sapi/phpdbg/tests/watch_003.phpt +++ b/sapi/phpdbg/tests/watch_003.phpt @@ -37,3 +37,5 @@ $a[0] = 1; $a[0] = 2; $a = [0 => 3, 1 => 4]; +--XFAIL-- +There may be flaws in the implementation of watchpoints that cause failures diff --git a/sapi/phpdbg/tests/watch_004.phpt b/sapi/phpdbg/tests/watch_004.phpt index 878542937b..2781fbe30a 100644 --- a/sapi/phpdbg/tests/watch_004.phpt +++ b/sapi/phpdbg/tests/watch_004.phpt @@ -36,3 +36,5 @@ prompt> $b = "a"; $a = $b.$b; $a[1] = "b"; +--XFAIL-- +There may be flaws in the implementation of watchpoints that cause failures diff --git a/sapi/phpdbg/tests/watch_005.phpt b/sapi/phpdbg/tests/watch_005.phpt index d6bae9d3f3..c36b519e79 100644 --- a/sapi/phpdbg/tests/watch_005.phpt +++ b/sapi/phpdbg/tests/watch_005.phpt @@ -46,3 +46,5 @@ $c = &$a; $a[1] = "b"; exit; +--XFAIL-- +There may be flaws in the implementation of watchpoints that cause failures diff --git a/sapi/phpdbg/tests/watch_006.phpt b/sapi/phpdbg/tests/watch_006.phpt index bf38b8eff1..bfcfca5fd2 100644 --- a/sapi/phpdbg/tests/watch_006.phpt +++ b/sapi/phpdbg/tests/watch_006.phpt @@ -69,3 +69,5 @@ $a[0] = 2; $a[1] = 3; $c = [1]; $b = &$c; +--XFAIL-- +There may be flaws in the implementation of watchpoints that cause failures -- 2.40.0