Skip to content

Commit 65a101f

Browse files
committed
Disable LSAN for crashing SOAP tests (GH-14562)
1 parent 4f58201 commit 65a101f

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

ext/soap/tests/bugs/bug27722.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ soap
66
wsdl
77
--INI--
88
soap.wsdl_cache_enabled=0
9+
--ENV--
10+
LSAN_OPTIONS=detect_leaks=0
911
--FILE--
1012
<?php
1113
$x = new SoapClient(__DIR__."/bug27722.wsdl");

ext/soap/tests/bugs/bug27742.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ soap
66
wsdl
77
--INI--
88
soap.wsdl_cache_enabled=0
9+
--ENV--
10+
LSAN_OPTIONS=detect_leaks=0
911
--FILE--
1012
<?php
1113
$x = new SoapClient(__DIR__."/bug27742.wsdl");

ext/soap/tests/server011.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ soap
66
wsdl
77
--INI--
88
soap.wsdl_cache_enabled=0
9+
--ENV--
10+
LSAN_OPTIONS=detect_leaks=0
911
--FILE--
1012
<?php
1113
function Add($x,$y) {

ext/soap/tests/server012.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SOAP Server 12: WSDL generation
44
soap
55
--GET--
66
WSDL
7+
--ENV--
8+
LSAN_OPTIONS=detect_leaks=0
79
--FILE--
810
<?php
911
function Add($x,$y) {

0 commit comments

Comments
 (0)