Commit c761cd9
committed
Re-add ReadDir interception on macOS
This was disabled due to issues with address sanitizer, which appear to no longer
exist. The effects of intercepting readdir are an important part of the test
framework shim, so disabling that makes some tests unreliable. It would be better
to disable address sanitizer in CI where it is found to be an issue rather than
disable readdir interception.1 parent b6a576c commit c761cd9
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
| 400 | + | |
402 | 401 | | |
403 | 402 | | |
404 | 403 | | |
| |||
0 commit comments