diff options
-rw-r--r-- | ext/curl/tests/bug68937.phpt | 1 | ||||
-rw-r--r-- | ext/curl/tests/bug68937_2.phpt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/curl/tests/bug68937.phpt b/ext/curl/tests/bug68937.phpt index 9f28117594..d9164c57a7 100644 --- a/ext/curl/tests/bug68937.phpt +++ b/ext/curl/tests/bug68937.phpt @@ -3,6 +3,7 @@ Bug # #68937 (Segfault in curl_multi_exec) --SKIPIF-- <?php include 'skipif.inc'; +if (getenv('SKIP_ASAN')) die('skip some curl versions leak on longjmp'); ?> --FILE-- <?php diff --git a/ext/curl/tests/bug68937_2.phpt b/ext/curl/tests/bug68937_2.phpt index 1ce5b52114..4b09b438c5 100644 --- a/ext/curl/tests/bug68937_2.phpt +++ b/ext/curl/tests/bug68937_2.phpt @@ -3,6 +3,7 @@ Bug # #68937 (Segfault in curl_multi_exec) --SKIPIF-- <?php include 'skipif.inc'; +if (getenv('SKIP_ASAN')) die('skip some curl versions leak on longjmp'); ?> --FILE-- <?php |