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
Pl
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 of
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 -
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). pthread_getattr
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 a
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 &octx to restore old
context automatically when swapfunc() returns.
To generate a dif
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
P
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 commi
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 rd
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 src/tests/lib/libpthre
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
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: tests/lib/libpthread/t_mu
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 not
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 gen
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
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 src/tests
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
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 src/tests/lib/libpthr
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 src/tests/lib/libpth
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 src/tests/lib/libpthread
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 src/tests/lib/libpt
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 src/tests/
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 src/tests
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
Pl
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
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 a
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 co
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 src/tests/li
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 t
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 src/tests/lib/libpthread/t_rw
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 a
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. Otherwise
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 src/tests/lib/libpthread/Ma
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 under
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 note
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 th
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
src/test
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
wh
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
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 src/t
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 -
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 di
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) timeo
Module Name:src
Committed By: jruoho
Date: Sun Mar 27 16:45:16 UTC 2011
Modified Files:
src/tests/lib/libpthread: t_cond.c
Log Message:
Add a test case for pthread_cond_timedwait(3) failures reported by
Sad Clouds in PR lib/44756. This was discussed also in:
http:
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
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 atfificati
Module Name:src
Committed By: joerg
Date: Wed Dec 8 23:50:14 UTC 2010
Modified Files:
src/tests/lib/libpthread: Makefile
Log Message:
Link t_fpu against libm if the compiler doesn't want to inline sin/cos.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/
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 src/tests/lib
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 ar
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 src/tests/lib/libpthread/t_joi
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 s
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 cons
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
do parallel test execution, tests which spend 99.% of their
execution
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 src/tests/lib/libpt
54 matches
Mail list logo