From e0737d93760bee0a88255b8f49ec4a5ce315ff75 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 15 Jan 2024 09:27:46 +0100 Subject: [PATCH] [skip ci] Mark new firebird tests with xleak --- ext/pdo_firebird/tests/pdofirebird_001.phpt | 3 +++ ext/pdo_firebird/tests/pdofirebird_002.phpt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ext/pdo_firebird/tests/pdofirebird_001.phpt b/ext/pdo_firebird/tests/pdofirebird_001.phpt index 70fc594dfbf..bdf14f7f271 100644 --- a/ext/pdo_firebird/tests/pdofirebird_001.phpt +++ b/ext/pdo_firebird/tests/pdofirebird_001.phpt @@ -4,6 +4,9 @@ PDO_firebird subclass basic pdo_firebird --SKIPIF-- +--XLEAK-- +A bug in firebird causes a memory leak when calling `isc_attach_database()`. +See https://github.com/FirebirdSQL/firebird/issues/7849 --FILE-- +--XLEAK-- +A bug in firebird causes a memory leak when calling `isc_attach_database()`. +See https://github.com/FirebirdSQL/firebird/issues/7849 --FILE--