File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
Test that there is no arginfo/zpp mismatch
3
+ --SKIPIF--
4
+ <?php
5
+ if (getenv ('SKIP_MSAN ' )) die ("skip msan misses interceptors for some functions " );
6
+ ?>
3
7
--FILE--
4
8
<?php
5
9
Original file line number Diff line number Diff line change 84
84
parameters :
85
85
configurationName : DEBUG_ZTS_MSAN
86
86
configurationParameters : ' --enable-debug --enable-zts'
87
- runTestsParameters : --asan
87
+ runTestsParameters : --msan
88
88
timeoutInMinutes : 90
89
89
- template : azure/community_job.yml
90
90
parameters :
Original file line number Diff line number Diff line change @@ -608,10 +608,14 @@ function main(): void
608
608
$ shuffle = true ;
609
609
break ;
610
610
case '--asan ' :
611
+ case '--msan ' :
611
612
$ environment ['USE_ZEND_ALLOC ' ] = 0 ;
612
613
$ environment ['USE_TRACKED_ALLOC ' ] = 1 ;
613
614
$ environment ['SKIP_ASAN ' ] = 1 ;
614
615
$ environment ['SKIP_PERF_SENSITIVE ' ] = 1 ;
616
+ if ($ switch === '--msan ' ) {
617
+ $ environment ['SKIP_MSAN ' ] = 1 ;
618
+ }
615
619
616
620
$ lsanSuppressions = __DIR__ . '/azure/lsan-suppressions.txt ' ;
617
621
if (file_exists ($ lsanSuppressions )) {
You can’t perform that action at this time.
0 commit comments