Skip to content

Commit e0737d9

Browse files
committed
[skip ci] Mark new firebird tests with xleak
1 parent 880ff82 commit e0737d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ext/pdo_firebird/tests/pdofirebird_001.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PDO_firebird subclass basic
44
pdo_firebird
55
--SKIPIF--
66
<?php require(__DIR__ . '/skipif.inc'); ?>
7+
--XLEAK--
8+
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9+
See https://github.com/FirebirdSQL/firebird/issues/7849
710
--FILE--
811
<?php
912

ext/pdo_firebird/tests/pdofirebird_002.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PDO_firebird connect through PDO::connect
44
pdo_firebird
55
--SKIPIF--
66
<?php require(__DIR__ . '/skipif.inc'); ?>
7+
--XLEAK--
8+
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
9+
See https://github.com/FirebirdSQL/firebird/issues/7849
710
--FILE--
811
<?php
912

0 commit comments

Comments
 (0)