Commit f08d895
committed
[Darwin][Test][leaks] Disable leak detection for asan tests on non-intel darwin devices
It seems the asan detect_leaks option does not work well on Apple Silicon (arm64) MacOS devices.
We should not add this option unless we are targeting an x86_64 device, where this seems to be tested and working well.
rdar://1470691531 parent 3959bbc commit f08d895
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
273 | 278 | | |
274 | 279 | | |
275 | 280 | | |
276 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
277 | 286 | | |
278 | 287 | | |
279 | 288 | | |
| |||
0 commit comments