diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2019-05-16 05:24:14 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2019-05-16 05:24:14 +0000 |
commit | b33c2587535ca3a0d92508d82555ba4fe51740ad (patch) | |
tree | 4948c204fa7e42cd9644320310d4a540ea959de2 /regress | |
parent | a397538e804a0163abdd49137760ddd6ec8193d2 (diff) |
enable malloc_duel; "tests want to run" bluhm@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libpthread/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index cdae4417c11..3025e635d11 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2019/03/04 08:26:55 semarie Exp $ +# $OpenBSD: Makefile,v 1.51 2019/05/16 05:24:13 otto Exp $ # disabled because it requires a buggy behavior that uthread had: # dup2_race @@ -15,7 +15,7 @@ SUBDIR+= barrier blocked_shutdown \ cancel cancel2 cancel_wait close close_race closefrom cwd \ dlopen \ earlysig errno execve fork \ - group netdb pcap poll preemption preemption_float \ + group malloc_duel netdb pcap poll preemption preemption_float \ pthread_atfork pthread_cond_timedwait pthread_create \ pthread_join pthread_kill pthread_mutex \ pthread_once pthread_rwlock pthread_rwlock2 pthread_specific \ @@ -25,7 +25,7 @@ SUBDIR+= barrier blocked_shutdown \ socket spinlock stack stdarg stdio switch system .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) -SUBDIR+= malloc_duel setsockopt +SUBDIR+= setsockopt .endif # Not available or disabled: fcntl, getaddrinfo, pause, pw, sigmask, stdfiles |