summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-14 09:29:14 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-14 09:29:14 +0200
commit646b64b1193e62a6882de8ea9d943890eb75f791 (patch)
treeb70676629073b4114802605c2c44b028b5abd33c
parent8b6b4870e7819c1e03ed128a3a355ab48d5d48a2 (diff)
downloadphp-git-646b64b1193e62a6882de8ea9d943890eb75f791.tar.gz
Fix skipif syntax errors
Apparently I did this only on masster...
-rw-r--r--azure/i386/job.yml2
-rw-r--r--sapi/phpdbg/tests/watch_001.phpt2
-rw-r--r--sapi/phpdbg/tests/watch_002.phpt2
-rw-r--r--sapi/phpdbg/tests/watch_003.phpt2
-rw-r--r--sapi/phpdbg/tests/watch_004.phpt2
-rw-r--r--sapi/phpdbg/tests/watch_005.phpt2
-rw-r--r--sapi/phpdbg/tests/watch_006.phpt2
7 files changed, 7 insertions, 7 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 2ca84b2147..d6138a8e87 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -16,7 +16,7 @@ jobs:
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
./configure ${{ parameters.configurationParameters }} \
--prefix=/usr \
- --disable-phpdbg \
+ --enable-phpdbg \
--enable-fpm \
--enable-intl \
--with-pdo-mysql=mysqlnd \
diff --git a/sapi/phpdbg/tests/watch_001.phpt b/sapi/phpdbg/tests/watch_001.phpt
index 05eb833128..86e5786e97 100644
--- a/sapi/phpdbg/tests/watch_001.phpt
+++ b/sapi/phpdbg/tests/watch_001.phpt
@@ -3,7 +3,7 @@ Test simple recursive watchpoint
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
- die("xfail There may be flaws in the implementation of watchpoints that cause failures")
+ die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--INI--
diff --git a/sapi/phpdbg/tests/watch_002.phpt b/sapi/phpdbg/tests/watch_002.phpt
index c0d9536e9d..52336c08d0 100644
--- a/sapi/phpdbg/tests/watch_002.phpt
+++ b/sapi/phpdbg/tests/watch_002.phpt
@@ -3,7 +3,7 @@ Test simple array watchpoint with replace
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
- die("xfail There may be flaws in the implementation of watchpoints that cause failures")
+ die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--
diff --git a/sapi/phpdbg/tests/watch_003.phpt b/sapi/phpdbg/tests/watch_003.phpt
index 5bc560e749..e054b6f324 100644
--- a/sapi/phpdbg/tests/watch_003.phpt
+++ b/sapi/phpdbg/tests/watch_003.phpt
@@ -3,7 +3,7 @@ Test simple watchpoint with replace
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
- die("xfail There may be flaws in the implementation of watchpoints that cause failures")
+ die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--
diff --git a/sapi/phpdbg/tests/watch_004.phpt b/sapi/phpdbg/tests/watch_004.phpt
index e21c1dceb6..dcb37a4959 100644
--- a/sapi/phpdbg/tests/watch_004.phpt
+++ b/sapi/phpdbg/tests/watch_004.phpt
@@ -3,7 +3,7 @@ Test detection of inline string manipulations on zval watch
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
- die("xfail There may be flaws in the implementation of watchpoints that cause failures")
+ die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--INI--
diff --git a/sapi/phpdbg/tests/watch_005.phpt b/sapi/phpdbg/tests/watch_005.phpt
index 7d479b5548..0bd44c9a01 100644
--- a/sapi/phpdbg/tests/watch_005.phpt
+++ b/sapi/phpdbg/tests/watch_005.phpt
@@ -3,7 +3,7 @@ Test proper watch comparisons when having multiple levels of indirection from a
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
- die("xfail There may be flaws in the implementation of watchpoints that cause failures")
+ die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--
diff --git a/sapi/phpdbg/tests/watch_006.phpt b/sapi/phpdbg/tests/watch_006.phpt
index f9a1f2c86c..fa292005a4 100644
--- a/sapi/phpdbg/tests/watch_006.phpt
+++ b/sapi/phpdbg/tests/watch_006.phpt
@@ -3,7 +3,7 @@ Test multiple watch elements pointing to the same watchpoint
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) {
- die("xfail There may be flaws in the implementation of watchpoints that cause failures")
+ die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
?>
--PHPDBG--