File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
test/sanitizer_common/TestCases/Posix Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ void PlatformTSDDtor(void *tsd) {
149
149
#endif
150
150
151
151
void InstallAtForkHandler () {
152
- # if SANITIZER_SOLARIS || SANITIZER_NETBSD
152
+ # if SANITIZER_SOLARIS || SANITIZER_NETBSD || SANITIZER_APPLE
153
153
return ; // FIXME: Implement FutexWait.
154
154
# endif
155
155
auto before = []() {
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ void InstallAtExitCheckLeaks() {
101
101
}
102
102
103
103
void InstallAtForkHandler () {
104
- # if SANITIZER_SOLARIS || SANITIZER_NETBSD
104
+ # if SANITIZER_SOLARIS || SANITIZER_NETBSD || SANITIZER_APPLE
105
105
return ; // FIXME: Implement FutexWait.
106
106
# endif
107
107
auto before = []() {
Original file line number Diff line number Diff line change 15
15
// FIXME: Requires `FutexWait` implementation. See __asan::InstallAtForkHandler.
16
16
// UNSUPPORTED: target={{.*solaris.*}}
17
17
// UNSUPPORTED: target={{.*netbsd.*}}
18
+ // UNSUPPORTED: target={{.*apple.*}}
18
19
19
20
// Forking in multithread environment is unsupported. However we already have
20
21
// some workarounds, and will add more, so this is the test.
You can’t perform that action at this time.
0 commit comments