Skip to content

Commit c5780ef

Browse files
committed
Disable tests/008.phpt in debug builds
Running `tests/008.phpt` in a debug build reports a memory leak. Marking as skipped until the memory leak is fixed.
1 parent b3f8746 commit c5780ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/008.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ InterBase: event handling
33
--SKIPIF--
44
<?php
55
if (PHP_OS == "WINNT") echo "skip";
6+
if (PHP_DEBUG) echo "skip: Disabled in debug build until memory leak is fixed (See GitHub issue 45)";
67
include("skipif.inc");
78
?>
89
--FILE--

0 commit comments

Comments
 (0)