mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: [skip ci] Skip leaking odbc test on asan
This commit is contained in:
@@ -5,6 +5,10 @@ odbc
|
||||
--SKIPIF--
|
||||
<?php
|
||||
|
||||
if (getenv('SKIP_ASAN')) {
|
||||
die('skip libmsodbcsql leaks, see https://github.com/php/php-src/pull/12132#issuecomment-1710392299.');
|
||||
}
|
||||
|
||||
include 'skipif.inc';
|
||||
|
||||
// The test can affect multiple drivers, but testing it is driver-specific.
|
||||
|
||||
Reference in New Issue
Block a user