Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-05 | regress has a libexec subdir now. | Matthieu Herrb | |
2002-02-05 | add a regression for test for "elfbug": the bug in ELF ld.so | Matthieu Herrb | |
that cause the 'Unresolved inheritance operation' error message. | |||
2002-02-05 | Add rlimit-file. | Artur Grabowski | |
2002-02-05 | Test for correct enforcement of file rlimits (with a small twist). | Artur Grabowski | |
2002-02-01 | minor changes. | Federico G. Schwindt | |
2002-02-01 | getaddrinfo regress | Todd T. Fries | |
2002-01-31 | fork, not vfork, fix comment. | Artur Grabowski | |
2002-01-31 | enable dtors. | Artur Grabowski | |
2002-01-31 | Simple (ehmm) test for static destructors. | Artur Grabowski | |
Not for the faint-hearted. | |||
2002-01-31 | go down into csu | Artur Grabowski | |
2002-01-31 | need a makefile | Artur Grabowski | |
2002-01-31 | add minherit | Artur Grabowski | |
2002-01-31 | simple test for minherit. | Artur Grabowski | |
2002-01-31 | simple test for static constructors. | Artur Grabowski | |
2002-01-17 | regress for ssh-keygen | Markus Friedl | |
2002-01-15 | Move the enc tests into the Makefile and split them into | Artur Grabowski | |
several small tests. beck@ ok | |||
2002-01-09 | Add tests for 'no' translation rules and 'label' in filter rules. | Daniel Hartmeier | |
2002-01-08 | Better version of pcap regression test. Use mutex and conditions to | Marco S Hyman | |
sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet) | |||
2002-01-07 | better. | Niels Provos | |
2002-01-07 | add kqueue | Niels Provos | |
2002-01-07 | simple kqueue test for pipes | Niels Provos | |
2002-01-04 | Document some. | Artur Grabowski | |
2002-01-04 | Make this into a dummy regress test. | Artur Grabowski | |
2002-01-04 | Fix dependency | Artur Grabowski | |
2002-01-04 | Test _longjmp too. (Don't hate me for the '_' option). | Artur Grabowski | |
sigsetjmp should be tested too, but that wasn't as easy to fit in here (and it wasn't broken on alpha anyway). | |||
2002-01-04 | More explicit tests of longjmp. | Artur Grabowski | |
2002-01-04 | test for what longjmp(.., 0) does | Artur Grabowski | |
2002-01-04 | A bug in the malloc test uncoveres a bug in longjmp on alpha. | Artur Grabowski | |
How ironic. | |||
2002-01-03 | add sigreturn subdir | Marco S Hyman | |
2002-01-03 | sigret-normal, sigret-indirect, and sigret-altstack tests | Marco S Hyman | |
2002-01-03 | Fix two obvious bugs that show up when trying this on sparc64, sigh. | Artur Grabowski | |
2002-01-03 | add mmap2 | Artur Grabowski | |
2002-01-03 | cause a cache alias on sparc and see if that works correctly. | Artur Grabowski | |
2002-01-03 | Don't enable unfdpass just yet | Artur Grabowski | |
2002-01-03 | fix dependency | Artur Grabowski | |
2002-01-03 | Add unfdpass. It doesn't build, but that error is a regression | Artur Grabowski | |
test error, not an error that will stop make. :) | |||
2002-01-03 | convert to bsd.regress.mk. | Artur Grabowski | |
I know it doesn't build, but that's ok. | |||
2002-01-03 | Add libc_r. | Artur Grabowski | |
This is ok now that simply typing make will actually run "make regress" and build errors are simply treated as regression test errors. | |||
2002-01-03 | depend regress: on PROG (this whole Makefile is ugly) | Artur Grabowski | |
2002-01-03 | t4 is slow | Artur Grabowski | |
2002-01-03 | 3 12 and 20 are slow | Artur Grabowski | |
2002-01-03 | Add some missing CLEANFILES. | Artur Grabowski | |
2002-01-03 | Sloooooooow | Artur Grabowski | |
2002-01-03 | all MAKEDEV tests are slow. | Artur Grabowski | |
2002-01-03 | convert everything to bsd.regress.mk | Artur Grabowski | |
2002-01-03 | depend the tests on the test program. | Artur Grabowski | |
2002-01-02 | convert test prog into real regression test | Marco S Hyman | |
2002-01-02 | dumb conversion to bsd.regress.mk. Needs splitting into smaller tests. | Artur Grabowski | |
2002-01-02 | Split into smaller tests. It was easier than I thought. | Artur Grabowski | |
XXX - Can someone who understands this verify that test8 is correct? It doesn't return failure (it can't and the code has a strange comment about it), but it prints something on sparc64 that could be interpreted as an error message). | |||
2002-01-02 | First conversion to bsd.regress.mk, needs to be split into | Artur Grabowski | |
smaller tests. |