| 40ae296b | 14-Aug-2020 |
Julian Lettner <[email protected]> |
[TSan][libdispatch] Guard test execution on old platforms
`dispatch_async_and_wait()` was introduced in macOS 10.14. Let's forward declare it to ensure we can compile the test with older SDKs and g
[TSan][libdispatch] Guard test execution on old platforms
`dispatch_async_and_wait()` was introduced in macOS 10.14. Let's forward declare it to ensure we can compile the test with older SDKs and guard execution by checking if the symbol is available. (We can't use `__builtin_available()`, because that itself requires a higher minimum deployment target.) We also need to specify the `-undefined dynamic_lookup` compiler flag.
Differential Revision: https://reviews.llvm.org/D85995
show more ...
|
| 1740c6e0 | 11-Apr-2019 |
Julian Lettner <[email protected]> |
[TSan][libdispatch] Re-enable disabled tests
I re-activated "broad strokes suppressions" (ignore_noninstrumented_modules=1) in my last commit. Re-enable tests that only fail on our bots to check if
[TSan][libdispatch] Re-enable disabled tests
I re-activated "broad strokes suppressions" (ignore_noninstrumented_modules=1) in my last commit. Re-enable tests that only fail on our bots to check if they work now.
llvm-svn: 358209
show more ...
|