Age | Commit message (Expand) | Author |
2006-10-13 | add blocked_shutdown | Kurt Miller |
2006-10-13 | Test shutdown() racing with other threads using the same file | Kurt Miller |
2006-10-06 | eliminate warnings on 64bit archs | Kurt Miller |
2006-10-03 | correct check for proper return value of dup2 | Kurt Miller |
2006-09-29 | add strtod() underflow test | Otto Moerbeek |
2006-09-22 | add blocked_close, blocked_dup2, close_race and dup2_race | Kurt Miller |
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller |
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller |
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller |
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller |
2006-05-16 | Don't forget to return 0 on success, doh. | Otto Moerbeek |
2006-05-15 | Try harder to trigger an exception. On architectures where floating-point | Mark Kettenis |
2006-04-18 | Hook new ulimit test cases | Otto Moerbeek |
2006-04-18 | near ulimit test case 2 | Otto Moerbeek |
2006-04-18 | Near ulimit test case 1 | Otto Moerbeek |
2006-04-01 | Use NFILES for starting point instead of hardcoded const | Otto Moerbeek |
2006-03-25 | hook telldir | Otto Moerbeek |
2006-03-25 | telldir/seekdir regress tesst. Fails on -current, since seekdir(x), | Otto Moerbeek |
2006-03-15 | add exp & sort | Otto Moerbeek |
2006-03-15 | Simple exp(3) and expf(3) regression test for +Inf and -Inf | Otto Moerbeek |
2006-03-10 | Hook up getcap test. | Ray Lai |
2006-03-10 | Regression test for truncated file. | Ray Lai |
2006-01-23 | add a buffered event test. | Brad Smith |
2006-01-05 | fix regression test, from art | Ted Unangst |
2005-12-25 | add two more tests. | Brad Smith |
2005-12-19 | after mutex_unlock, there's no guarantee that a waiting thread will | Ted Unangst |
2005-12-18 | rename test functions with meaningful names instead of 1 2 3, etc. | Brad Smith |
2005-11-17 | errx is better here | Otto Moerbeek |
2005-11-17 | Test a few more rint functions. | Otto Moerbeek |
2005-11-05 | zap unused var. | Federico G. Schwindt |
2005-10-31 | and panic if fork(2) fails. | Federico G. Schwindt |
2005-10-31 | enter pthread_atfork | Federico G. Schwindt |
2005-10-31 | pthread_atfork(3) regression. | Federico G. Schwindt |
2005-10-30 | -Wall cleanup. | Federico G. Schwindt |
2005-10-21 | bullshit test; pointed out by david | Theo de Raadt |
2005-08-29 | Basic regress test for the vis(3) family of functions. Extra tests | Otto Moerbeek |
2005-08-12 | untested Makefile commited | Theo de Raadt |
2005-08-11 | regression test to check that isw* functions yield the same result as | Marc Espie |
2005-07-13 | As mickey@ pointed out, this test does not belong in libm. Move to | Otto Moerbeek |
2005-07-13 | Test for fp save/restore in sig handlers. | Otto Moerbeek |
2005-05-13 | Add tests for __strsignal(). Put here since the tests are very similar | Otto Moerbeek |
2005-05-08 | Try to catch some more errors and adapt to slightly changed strerror. | Otto Moerbeek |
2005-04-22 | test event priorities. | Brad Smith |
2005-03-09 | Now that rounding is done properly for fractionless numbers, fix the | Otto Moerbeek |
2005-03-08 | Some more real-life regression cases. | Otto Moerbeek |
2004-12-29 | define REGRESS_ROOT_TARGETS for tests that require root privileges | David Krause |
2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ | David Krause |
2004-11-29 | More test cases involving back-references. | Otto Moerbeek |
2004-11-25 | add regress test support for bufferevents | Brad Smith |
2004-10-25 | basic regression test for some netdb functions | Otto Moerbeek |