CVS commit: src/tests/lib/libpthread

2020-06-21 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 21 07:06:05 UTC 2020 Modified Files: src/tests/lib/libpthread: Makefile Log Message: fix build of h_thread_local_dtor.cpp To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libpthread/Makefile

CVS commit: src/tests/lib/libpthread

2020-06-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 11 11:40:54 UTC 2020 Modified Files: src/tests/lib/libpthread: t_mtx.c Log Message: Do not destroy mutices that failed to init - fixes a run with PTHREAD_DIAGASSERT set to "a". Pointed out by joerg. To generate a diff

CVS commit: src/tests/lib/libpthread

2020-06-10 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed Jun 10 21:46:50 UTC 2020 Modified Files: src/tests/lib/libpthread: t_cond.c Log Message: Adjust cond_timedwait_race to take account of spurious wakeups (which are completely legit). To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libpthread

2020-01-29 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jan 29 13:40:23 UTC 2020 Modified Files: src/tests/lib/libpthread: t_join.c Log Message: Fix the t_join test For pthread_attr_get_np() attr should be initialized prior to the call by using pthread_attr_init(3).

CVS commit: src/tests/lib/libpthread

2019-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 6 01:20:15 UTC 2019 Modified Files: src/tests/lib/libpthread: h_resolv.c Log Message: add joins To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread/h_resolv.c Please note that diffs

CVS commit: src/tests/lib/libpthread

2018-02-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 28 21:36:50 UTC 2018 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: Simplify - it's enough to set nctx.uc_link to to restore old context automatically when swapfunc() returns. To generate a diff of

CVS commit: src/tests/lib/libpthread

2018-02-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 28 21:29:11 UTC 2018 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: Add missing $ in the RCSID. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libpthread/t_swapcontext.c

CVS commit: src/tests/lib/libpthread

2018-02-27 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 27 20:34:04 UTC 2018 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: threadfunc - we do return from swapcontext() (since revision 1.2), so drop the NOTREACHED comment. To generate a diff of this

CVS commit: src/tests/lib/libpthread

2018-02-27 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 27 20:31:35 UTC 2018 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: swapfunc() is not passed to pthread_create, there's no need for it to have any arguments. To generate a diff of this commit: cvs

CVS commit: src/tests/lib/libpthread

2018-02-27 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 27 20:24:50 UTC 2018 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: Drop unnecessary cast to makecontext() argument. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libpthread

2018-02-27 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 27 20:22:31 UTC 2018 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: Cleanup trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libpthread/t_swapcontext.c

CVS commit: src/tests/lib/libpthread

2017-12-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Dec 1 13:25:30 UTC 2017 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: Since there has been no objection (or even comment) in response to my message on tech-userlevel ... Subject:

CVS commit: src/tests/lib/libpthread

2017-08-25 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Aug 25 22:59:47 UTC 2017 Modified Files: src/tests/lib/libpthread: t_once.c Log Message: PR/49003: Ngie Cooper: add To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread/t_once.c Please

CVS commit: src/tests/lib/libpthread

2017-04-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Apr 1 17:19:40 UTC 2017 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: Make the mutex6 test (which fails every know and then, but too rarely to actually debug it) print some debug info when failing. To

CVS commit: src/tests/lib/libpthread

2017-03-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 23 08:31:00 UTC 2017 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: Avoid using an uninitialized mutex. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libpthread/t_mutex.c

CVS commit: src/tests/lib/libpthread

2017-03-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Mar 5 16:08:23 UTC 2017 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: reenable mutex2 and mutex3 on powerpc now that PR 44387 is fixed. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 19:07:06 UTC 2017 Modified Files: src/tests/lib/libpthread: h_common.h Log Message: beware of your shadow To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread/h_common.h Please note

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 16:29:54 UTC 2017 Modified Files: src/tests/lib/libpthread: t_detach.c Log Message: PR/51885: Ngie Cooper: Add delays to avoid races. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 16:29:19 UTC 2017 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: PR/51884: Ngie Cooper: Include and message fixes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 16:28:27 UTC 2017 Modified Files: src/tests/lib/libpthread: t_fork.c Log Message: PR/51886: Ngie Cooper: Use _exit instead of exit To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 16:27:43 UTC 2017 Modified Files: src/tests/lib/libpthread: t_fpu.c Log Message: PR/51887: Ngie Cooper: Include and error message fixes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 16:27:06 UTC 2017 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: PR/51890: Ngie Cooper: include and error message fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 16:23:41 UTC 2017 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: PR/51888: Ngie Cooper: more error checking, missing includes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/tests/lib/libpthread

2017-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 16 16:22:22 UTC 2017 Modified Files: src/tests/lib/libpthread: t_sem.c Log Message: PR/51889: Ngie Cooper: add sys/time.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libpthread/t_sem.c

CVS commit: src/tests/lib/libpthread

2016-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 31 23:51:20 UTC 2016 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: more tests from kamil To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libpthread/t_mutex.c Please note

CVS commit: src/tests/lib/libpthread

2016-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 31 16:23:04 UTC 2016 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: fix typos To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libpthread/t_mutex.c Please note that diffs

CVS commit: src/tests/lib/libpthread

2016-10-31 Thread Christos Zoulas
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: the new tests are broken? To generate a diff of this

CVS commit: src/tests/lib/libpthread

2016-07-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 31 13:01:29 UTC 2016 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: we require root for sched_fifo, and more verbose messages. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tests/lib/libpthread

2016-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 6 14:42:53 UTC 2016 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: fix uninitialized var. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libpthread/t_mutex.c Please note

CVS commit: src/tests/lib/libpthread

2015-06-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 26 11:07:20 UTC 2015 Modified Files: src/tests/lib/libpthread: t_rwlock.c Log Message: Check that PTHREAD_RWLOCK_INITIALIZER works. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libpthread

2014-09-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Sep 3 16:23:25 UTC 2014 Modified Files: src/tests/lib/libpthread: t_cond.c Log Message: The cond_timedwait_race test case is no longer expected to fail; it has been consistently passing since CVS date 2014.01.31.19.22.00. See

CVS commit: src/tests/lib/libpthread

2014-08-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Aug 25 16:31:15 UTC 2014 Modified Files: src/tests/lib/libpthread: t_swapcontext.c Log Message: Go back to the initial context (as tests/lib/libc/sys/t_swapcontext.c does) after checking pthread_self() didn't change.

CVS commit: src/tests/lib/libpthread

2013-04-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 12 14:21:52 UTC 2013 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: Make cond_wait_mono and cond_wait_real tests accept a wait time in the range of 90% to 250% of nominal, to allow the test to pass

CVS commit: src/tests/lib/libpthread

2013-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 12 17:18:11 UTC 2013 Modified Files: src/tests/lib/libpthread: Makefile t_condwait.c Log Message: loosen the test only for qemu. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libpthread

2013-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 28 18:50:02 UTC 2013 Modified Files: src/tests/lib/libpthread: Makefile Added Files: src/tests/lib/libpthread: t_condwait.c Log Message: Add pthread_cond_timedwait(3) test from PR/47703 To generate a diff of

CVS commit: src/tests/lib/libpthread

2013-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 02:32:38 UTC 2013 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: fix printf formats To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread/t_condwait.c Please

CVS commit: src/tests/lib/libpthread

2013-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 21 16:50:22 UTC 2013 Modified Files: src/tests/lib/libpthread: Makefile Added Files: src/tests/lib/libpthread/dlopen: Makefile t_dlopen.c t_dso_pthread_create.c t_main_pthread_create.c

CVS commit: src/tests/lib/libpthread

2013-03-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 05:13:13 UTC 2013 Modified Files: src/tests/lib/libpthread: t_cond.c Log Message: Try to trigger the cond_timedwait_race race several times. Sometime this tests passes (after all, it's exercising a race condition) and

CVS commit: src/tests/lib/libpthread

2012-03-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 12 20:17:16 UTC 2012 Modified Files: src/tests/lib/libpthread: t_join.c Log Message: Also exercise pthread_attr_setstacksize. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libpthread/t_join.c

CVS commit: src/tests/lib/libpthread

2012-03-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Mar 9 19:46:38 UTC 2012 Modified Files: src/tests/lib/libpthread: t_sem.c Log Message: It is perfectly valid for sem_wait to be interrupted, so loop on EINTR. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib/libpthread

2011-12-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 12 23:54:18 UTC 2011 Modified Files: src/tests/lib/libpthread: t_join.c Log Message: Remove bogus check that (a) depends uninitialised memory (b) overflows a buffer. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/tests/lib/libpthread

2011-08-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 22 00:35:08 UTC 2011 Modified Files: src/tests/lib/libpthread: t_join.c Log Message: Requires stdint.h. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libpthread/t_join.c Please note that

CVS commit: src/tests/lib/libpthread

2011-04-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 4 14:47:22 UTC 2011 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: Do only set a (lower than default) timeout value if we are on powerpc and expect to run into a real deadrun ofter. The (too short)

CVS commit: src/tests/lib/libpthread

2011-02-21 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Feb 21 21:43:41 UTC 2011 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: mutex2/mutex3 are expected to fail on powerpc because of PR port-powerpc/44387. XXX the ugly sleep at the end is because ATF will mark an

CVS commit: src/tests/lib/libpthread

2011-02-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 20 14:37:44 UTC 2011 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: The mutex3 test is supposed to use a static initializer so that it differs to the mutex2 test. This detail was lost during the

CVS commit: src/tests/lib/libpthread

2010-07-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 29 12:03:10 UTC 2010 Modified Files: src/tests/lib/libpthread: t_join.c Log Message: Fix build failure on AMD64, noted by nj...@. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libpthread

2010-07-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jul 29 12:17:31 UTC 2010 Modified Files: src/tests/lib/libpthread: t_join.c Log Message: One more cast. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread/t_join.c Please note that diffs

CVS commit: src/tests/lib/libpthread

2010-07-29 Thread Hans Rosenfeld
Module Name:src Committed By: hans Date: Thu Jul 29 12:56:16 UTC 2010 Modified Files: src/tests/lib/libpthread: t_join.c Log Message: Revert to 1.1 and fix the casts by using uintptr_t. Ok jruoho. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libpthread

2010-07-21 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 21 17:23:08 UTC 2010 Modified Files: src/tests/lib/libpthread: t_sem.c Log Message: before_start_one_thread is not racy only in amd64; my confusion. Mark it as an xfail everywhere and, while doing so, make the test longer

CVS commit: src/tests/lib/libpthread

2010-07-19 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 19 10:31:46 UTC 2010 Modified Files: src/tests/lib/libpthread: t_sem.c Log Message: Split the before_start test in two: one that does not use threads and one that does. The former works all the time but the latter gets

CVS commit: src/tests/lib/libpthread

2010-07-16 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jul 16 18:16:43 UTC 2010 Modified Files: src/tests/lib/libpthread: t_mutex.c Log Message: Add missing pthread_mutex_init call in mutex3 testcase. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2