Age | Commit message (Expand) | Author |
2018-05-21 | In general I like verbose tests as output makes debugging easier. | Alexander Bluhm |
2018-04-27 | Fix sem_timedwait regress test. Needs SA_RESTART to block now. | Paul Irofti |
2018-04-27 | pthread_join() must not return EINTR | Philip Guenther |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2017-11-16 | Disable the pthread_once subtest until the problem with samba port | Alexander Bluhm |
2017-10-16 | Add regress test for cancellation of pthread_once()'s init_routine | Philip Guenther |
2017-09-07 | Try both libpthread and RTLD_DEFAULT when looking up functions | Philip Guenther |
2017-07-29 | Remove unused function and variable to shut up warning. Put back | Alexander Bluhm |
2017-07-29 | repair regress for more aggressive post fork checking in library. | Ted Unangst |
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm |
2017-05-30 | Fix a race by always modifying the 'counter' variable while holding the | Martin Pieuchot |
2017-05-27 | Do not connect to cvs.openbsd.org in regress. Run on loopback to | Alexander Bluhm |
2017-05-27 | Go to sleep to let our contending thread win a race. | Martin Pieuchot |
2016-09-21 | set BIOCIMMEDIATE, makes the test work for lo0, which does more buffering | Otto Moerbeek |
2016-09-20 | switch master & slave; prompted by bluhm@ | Otto Moerbeek |
2016-09-20 | don't depend on /dev/tty, in bluhm's framework there is no such thing | Otto Moerbeek |
2016-09-01 | Tighten up the siginfo check | Philip Guenther |
2016-09-01 | delete wrong cvs $ tags | Theo de Raadt |
2016-08-09 | When interrupted, connect() should leave the socket connecting in the | Philip Guenther |
2016-05-10 | In a signal handler use snprintf()+local buffer instead of asprintf+free | Philip Guenther |
2016-05-10 | Test that various calls can be interrupted in a non-threaded process, | Philip Guenther |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-01-27 | Properly initialize sin_family. | Jeremie Courreges-Anglas |
2015-11-19 | hint: compile before commit | Theo de Raadt |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-09-14 | init a variable to avoid spurious failure | Philip Guenther |
2015-09-14 | Check pselect, poll, and ppoll too | Philip Guenther |
2015-09-14 | Add regress for cancellation of wait/waitpid/wait3/wait4 | Philip Guenther |
2014-11-16 | Delete a test which required behavior not defined by the spec | Philip Guenther |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | Miod Vallat |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-01-22 | There can be resolution-worth of slop in two places, so accept that | Philip Guenther |
2013-12-26 | spacing | Mark Kettenis |
2013-12-22 | Use a bigger timeout, otherwise this test fails on some (not really) slower | Mark Kettenis |
2013-12-21 | Use timespec and CLOCK_MONOTONIC for a timing test | Philip Guenther |
2013-10-29 | use lld format string and a cast for time_t | Jonathan Gray |
2013-10-06 | Add a test to verify that disabling cancelation defers it until reenabled. | Philip Guenther |
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis |
2013-06-21 | Add earlysig test to check whether the pthread fork() wrapper | Philip Guenther |
2013-03-25 | Disable the blocked_{close,dup2,fifo} tests, as we know they fail | Philip Guenther |
2012-11-06 | temporarily fix the static tests in testall by using NOPIE_LDFLAGS. | Federico G. Schwindt |
2012-08-22 | correct check. | Federico G. Schwindt |
2012-08-19 | document some more disabled tests. | Federico G. Schwindt |
2012-08-19 | Switch to -lpthread. | Federico G. Schwindt |
2012-08-04 | Add a test for caching of stacks with the default attributes | Philip Guenthe |
2012-07-11 | Now that socket timeouts don't return early, fix the regress to match | Philip Guenthe |
2012-07-08 | Enhance the blocking test and add a test for closing while half-open | Philip Guenthe |