Skip to content

Commit c008fde

Browse files
committed
Skip two curl tests under asan
These tests leak with the curl version on ubuntu 20.04. This should be fixed when we switch exit to use an exception.
1 parent 1dfeb70 commit c008fde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ext/curl/tests/bug68937.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Bug # #68937 (Segfault in curl_multi_exec)
33
--SKIPIF--
44
<?php
55
include 'skipif.inc';
6+
if (getenv('SKIP_ASAN')) die('skip some curl versions leak on longjmp');
67
?>
78
--FILE--
89
<?php

ext/curl/tests/bug68937_2.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Bug # #68937 (Segfault in curl_multi_exec)
33
--SKIPIF--
44
<?php
55
include 'skipif.inc';
6+
if (getenv('SKIP_ASAN')) die('skip some curl versions leak on longjmp');
67
?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)