Skip to content

Commit 6fac4d0

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Skip leaking odbc test on asan
2 parents c3c4b53 + 5ed5838 commit 6fac4d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/odbc/tests/odbc_persistent_close.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ odbc
55
--SKIPIF--
66
<?php
77

8+
if (getenv('SKIP_ASAN')) {
9+
die('skip libmsodbcsql leaks, see https://github.com/php/php-src/pull/12132#issuecomment-1710392299.');
10+
}
11+
812
include 'skipif.inc';
913

1014
// The test can affect multiple drivers, but testing it is driver-specific.

0 commit comments

Comments
 (0)