Skip thread suspend/resume API testing for Tru64 (OSF1)
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Sep 2016 22:30:42 +0000 (01:30 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Sep 2016 22:30:42 +0000 (01:30 +0300)
commit537897594a5f05b3e516e2574760b83c9049560d
tree2753f5c98665c831b31ade5f8c72aec32a229c77
parente273661227b4684265c09e04f75db81f7c5e697e
Skip thread suspend/resume API testing for Tru64 (OSF1)
(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.
tests/test.c