Bruno Haible writes: > Hi Sam, Hi Bruno, > >> The test-pthread-cond test fails for me. >> >> gnulib-tests/test-pthread-cond.log doesn't have much detail: >> ``` >> Starting test_pthread_cond_wait ... OK >> Starting test_pthread_cond_timedwait ...FAIL test-pthread-cond (exit >> status: 134) >> ``` > > Is it reproducible? I managed to hit it once again just now with make check -j256, but when I ran manually with 'make check' in gnulib-tests, and then ran the individual test too, it passed repeatedly, so... > > I'm asking because on the two Linux/sparc64 machines I have access to, > this test succeeds. > > - Machine 1: Debian EGLIBC 2.13-38+deb7u10, Debian 7.11 > FAIL: test-fnmatch > FAIL: test-getcwd.sh > - Machine 2: Debian GLIBC 2.24-9 > All gnulib-tests pass. > > This is both in 32-bit mode and in 64-bit mode. > > Could it be that your machine was overloaded and thus slow when you ran > the tests? ... I suspect you're right, and we needn't worry. Thank you! > > Bruno