he
|
f693807fd8
|
Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.
|
2014-06-10 04:28:39 +00:00 |
|
christos
|
cb461c6808
|
Exclude tests that use rump
|
2012-08-08 13:57:05 +00:00 |
|
joerg
|
049fba3c32
|
No more -lrumpkern_ksem.
|
2012-03-10 21:58:49 +00:00 |
|
joerg
|
7d36dfce1b
|
PR 43452 no longer applies.
|
2012-03-09 14:25:34 +00:00 |
|
joerg
|
4acff4c01b
|
Implement sem_timedwait.
|
2012-03-08 21:59:24 +00:00 |
|
joerg
|
081dffd915
|
Explicitly terminate threads to prevent crashes on exit.
|
2011-03-23 13:57:04 +00:00 |
|
pooka
|
dbfa9a01cc
|
Now that copyinstr() correctly returns error, trim the semaphore
name to fit into SEM_MAX_NAMELEN.
|
2010-11-10 11:14:12 +00:00 |
|
christos
|
0f10aa9dce
|
add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
how many bugs this found :-)
|
2010-11-03 16:10:19 +00:00 |
|
jmmv
|
9d0b4b5bb8
|
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
2010-07-13 21:13:21 +00:00 |
|
jmmv
|
7562f3f929
|
Replace custom xfail settings with the new expected failure support in
atf 0.10.
|
2010-07-03 08:18:30 +00:00 |
|
pooka
|
de8c66c7a5
|
* remove pasto
* set short timeout for the blockwait test
|
2010-06-17 09:37:50 +00:00 |
|
pooka
|
a17a919421
|
Set xfail for tests which have a PR for them.
|
2010-06-16 15:39:41 +00:00 |
|
pooka
|
7bf6b262ee
|
Function which does not return needs to return a value.
|
2010-06-12 22:59:59 +00:00 |
|
pooka
|
693b5f6213
|
quote PR kern/43452 in descr
|
2010-06-10 22:20:38 +00:00 |
|
pooka
|
b2077c0c11
|
Add tests for semaphores. Note: the "unlink" one fails because our
implementation is broken. I'll file a PR shortly.
|
2010-06-10 22:03:43 +00:00 |
|