CVS commit: src/tests/lib/libpthread

2025-04-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 23:03:06 UTC 2025 Modified Files: src/tests/lib/libpthread: t_once.c Log Message: tests/lib/libpthread/t_once: Test fork and pthread_once race. Test is disabled by default because it triggers only with very low prob

CVS commit: src/tests/lib/libpthread

2025-03-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 30 23:03:06 UTC 2025 Modified Files: src/tests/lib/libpthread: t_once.c Log Message: tests/lib/libpthread/t_once: Test fork and pthread_once race. Test is disabled by default because it triggers only with very low prob

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Nov 28 00:27:05 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Fix format string for size_t. Tested this on i386 since that had been crashing before, but i386 doesn't see %zu

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Nov 28 00:27:05 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Fix format string for size_t. Tested this on i386 since that had been crashing before, but i386 doesn't see %zu

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 27 22:18:29 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Appease gcc12 maybe-uninitialized warning. The jmp_buf is not, in fact, uninitialized at the point of use, but i

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 27 22:18:29 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Appease gcc12 maybe-uninitialized warning. The jmp_buf is not, in fact, uninitialized at the point of use, but i

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 27 22:17:41 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Omit needless cast in previous. Arose from an earlier draft of the change. PR lib/57721 XXX pullup-10 XXX pull

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 27 22:17:41 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Omit needless cast in previous. Arose from an earlier draft of the change. PR lib/57721 XXX pullup-10 XXX pull

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 27 22:15:08 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Make this more robust to the guard size bug. Make sure to allocate enough space for the thread's stack for a gua

CVS commit: src/tests/lib/libpthread

2023-11-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 27 22:15:08 UTC 2023 Modified Files: src/tests/lib/libpthread: t_stack.c Log Message: libpthread/t_stack: Make this more robust to the guard size bug. Make sure to allocate enough space for the thread's stack for a gua

CVS commit: src/tests/lib/libpthread

2022-12-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Dec 11 10:02:53 UTC 2022 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: This test makes (made) a false assumption about the way that process scheduling works. That a process (or in this case, a thread) is n

CVS commit: src/tests/lib/libpthread

2022-12-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Dec 11 10:02:53 UTC 2022 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: This test makes (made) a false assumption about the way that process scheduling works. That a process (or in this case, a thread) is n

CVS commit: src/tests/lib/libpthread

2022-05-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 05:13:17 UTC 2022 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: Bump timeout for slow machines. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libpthread/t_mutex.c Please

CVS commit: src/tests/lib/libpthread

2022-05-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 7 05:13:17 UTC 2022 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: Bump timeout for slow machines. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libpthread/t_mutex.c Please

CVS commit: src/tests/lib/libpthread

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 11:42:23 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: Re-enable the QEMU specific timing limits, but only an increased upper limit for now - let's see if that works on the test-bed. To

CVS commit: src/tests/lib/libpthread

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 11:42:23 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: Re-enable the QEMU specific timing limits, but only an increased upper limit for now - let's see if that works on the test-bed. To

CVS commit: src/tests/lib/libpthread

2019-08-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 10 07:36:15 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: PR lib/54440: adapt the FreeBSD change to this test and calculate time differences more exact, allowing between 0 and 1 s delay betwe

CVS commit: src/tests/lib/libpthread

2019-08-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 10 07:36:15 UTC 2019 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: PR lib/54440: adapt the FreeBSD change to this test and calculate time differences more exact, allowing between 0 and 1 s delay betwe

Re: CVS commit: src/tests/lib/libpthread

2016-10-31 Thread Christos Zoulas
In article <0c9230c6-d206-5332-d89c-e0b93d3de...@gmx.com>, Kamil Rytarowski wrote: >-=-=-=-=-=- >-=-=-=-=-=- > > > >On 31.10.2016 21:23, Taylor R Campbell wrote: >>Date: Mon, 31 Oct 2016 18:29:56 +0100 >>From: Kamil Rytarowski >> >>pthread_mutex_timedlock(3) is broken and it does no

Re: CVS commit: src/tests/lib/libpthread

2016-10-31 Thread Kamil Rytarowski
On 31.10.2016 21:23, Taylor R Campbell wrote: >Date: Mon, 31 Oct 2016 18:29:56 +0100 >From: Kamil Rytarowski > >pthread_mutex_timedlock(3) is broken and it does not work at all for me, >not as a standard mutex (like pthread_mutex_lock(3), sufficiently >lengthy timeout makes

Re: CVS commit: src/tests/lib/libpthread

2016-10-31 Thread Taylor R Campbell
Date: Mon, 31 Oct 2016 18:29:56 +0100 From: Kamil Rytarowski pthread_mutex_timedlock(3) is broken and it does not work at all for me, not as a standard mutex (like pthread_mutex_lock(3), sufficiently lengthy timeout makes it a good approximation) neither as a timed variant. If the

Re: CVS commit: src/tests/lib/libpthread

2016-10-31 Thread Kamil Rytarowski
On 31.10.2016 17:21, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Oct 31 16:21:23 UTC 2016 > > Modified Files: > src/tests/lib/libpthread: t_mutex.c t_timedmutex.c > > Log Message: > Merge and fix the timed mutex tests to use absolute time. > NB:

Re: CVS commit: src/tests/lib/libpthread

2010-07-18 Thread Julio Merino
On Sun, Jul 18, 2010 at 11:30 PM, Antti Kantee wrote: > Module Name:    src > Committed By:   pooka > Date:           Sun Jul 18 22:30:55 UTC 2010 > > Modified Files: >        src/tests/lib/libpthread: t_sem.c > > Log Message: > Reduce sleep time for practically the same effect.  Until atf can > d