(fix commit
8ff3262)
OSF1 has GC_retry_signals on by default but this is not supported by
thread suspend/resume API yet.
* tests/test.c [GC_PTHREADS && GC_ENABLE_SUSPEND_THREAD]
(fork_a_thread): Do not test GC_suspend/resume_thread if
GC_OSF1_THREADS.
}
# if defined(GC_ENABLE_SUSPEND_THREAD) && !defined(GC_DARWIN_THREADS) \
&& !defined(GC_OPENBSD_UTHREADS) && !defined(GC_WIN32_THREADS) \
- && !defined(NACL)
+ && !defined(NACL) && !defined(GC_OSF1_THREADS)
if (GC_is_thread_suspended(t)) {
GC_printf("Running thread should be not suspended\n");
FAIL;