summaryrefslogtreecommitdiff
path: root/ext/ffi/tests/100.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/tests/100.phpt')
-rw-r--r--ext/ffi/tests/100.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ffi/tests/100.phpt b/ext/ffi/tests/100.phpt
index 63fae8c215..85a6bcc668 100644
--- a/ext/ffi/tests/100.phpt
+++ b/ext/ffi/tests/100.phpt
@@ -8,6 +8,10 @@ try {
} catch (Throwable $e) {
die('skip PHP symbols not available');
}
+
+if (PHP_OS == "Darwin") {
+ die("xfail there is a known leak here");
+}
?>
--INI--
ffi.enable=1