Skip to content

Commit 2b9f420

Browse files
committed
XFAIL payload_test.phpt when run with ASan
The test leaks memory for yet unknown reasons. Maybe these are caused by a incomplete payload. For no we mark the test as xfail, to avoid failing CI for the nightly runs.
1 parent 57918b1 commit 2b9f420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo_firebird/tests/payload_test.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FB payload server satisfies connection attempt
44
<?php
55
if (!extension_loaded('pdo_firebird')) die("skip pdo_firebird extension not available");
66
if (!extension_loaded('sockets')) die("skip sockets extension not available");
7+
if (getenv('SKIP_ASAN')) die('xfail leaks memory FIXME');
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)