summaryrefslogtreecommitdiff
path: root/ext/xml/tests
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@displayce.com>2019-09-03 22:15:55 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-04 08:46:13 +0200
commit2eae7897c30a7d8d75a57f74d2ff7fb884662324 (patch)
treeb2356ec05ee8bcf6aa998733904bece7487246ba /ext/xml/tests
parent789e8e174a334320228fb2177f875af953b69b5b (diff)
downloadphp-git-2eae7897c30a7d8d75a57f74d2ff7fb884662324.tar.gz
Add missing SKIPIF (xml)
Diffstat (limited to 'ext/xml/tests')
-rw-r--r--ext/xml/tests/bug72793.phpt2
-rw-r--r--ext/xml/tests/bug76874.phpt2
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/xml/tests/bug72793.phpt b/ext/xml/tests/bug72793.phpt
index e3ac195154..edbbaed884 100644
--- a/ext/xml/tests/bug72793.phpt
+++ b/ext/xml/tests/bug72793.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #72793: xml_parser_free leaks mem when execute xml_set_object
+--SKIPIF--
+<?php include("skipif.inc"); ?>
--FILE--
<?php
diff --git a/ext/xml/tests/bug76874.phpt b/ext/xml/tests/bug76874.phpt
index 123c5c98e9..c4377f0b88 100644
--- a/ext/xml/tests/bug76874.phpt
+++ b/ext/xml/tests/bug76874.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #76874: xml_parser_free() should never leak memory
+--SKIPIF--
+<?php include("skipif.inc"); ?>
--FILE--
<?php