summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and theDoug Hogan
2017-08-10Objective-C has been removed from base, do not test whether compilingAlexander Bluhm
2017-08-10first draft of tests for newlocale(3), duplocale(3), uselocale(3)Ingo Schwarze
2017-08-10Use "! cmd" for commands that are expected to fail.Martin Pieuchot
2017-08-10Test that 'route change' has no effect on a RTF_LOCAL route.Martin Pieuchot
2017-08-08Mandoc no longer uses names that only occur in the SYNOPSIS.Alexander Bluhm
2017-08-07Clang does not support -ffloat-store, so libm fenv test failed onAlexander Bluhm
2017-08-07Silence most clang warnings in ld.so regress.Alexander Bluhm
2017-08-07In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr.Alexander Bluhm
2017-08-07Remove obsolete privsep=no fallback test.Darren Tucker
2017-08-07Remove non-privsep test since disabling privsep is now deprecated.Darren Tucker
2017-08-06use %Lf for printing long double; silences clang warningRobert Nagy
2017-08-04Use C stdio instead of C++ iostream as we cannot use the latter inMark Kettenis
2017-08-04Use ${CC}=${CXX} here as well.Mark Kettenis
2017-08-04Use volatile to keep clang from optimizing things too much. Force linkingMark Kettenis
2017-08-02Split up source code to keep clang from optimizing this into failure.Mark Kettenis
2005-09-28two new regresses for dlclose. double dlopen("foo") with singleKurt Miller
2017-08-01A fix is coming in the future, but in the meantime we should never declareTheo de Raadt
2017-07-31Tweak demoted state test, ok jca@rob
2017-07-31Fix whitespace, ok jca@rob
2017-07-30Add shebangJeremie Courreges-Anglas
2017-07-29Remove unused function and variable to shut up warning. Put backAlexander Bluhm
2017-07-29repair regress for more aggressive post fork checking in library.Ted Unangst
2017-07-29Use linker flags that build and run the test with gcc and clang.Alexander Bluhm
2017-07-28fix dateIngo Schwarze
2017-07-28Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze
2017-07-28Don't call fatal from stop_sshd since it calls cleanup which calls stop_sshdDarren Tucker
2017-07-27Sort subdir, run getaddrinfo test, remove vax case.Alexander Bluhm
2017-07-27Sort expected getaddrinfo output in inet4 inet6 order, then theAlexander Bluhm
2017-07-27Fix all clang warnings in libc regress and cleanup some make files.Alexander Bluhm
2017-07-27Compile and test MPATH code.Martin Pieuchot
2017-07-27Work around for rttest8 that some times fail due to a reference countMartin Pieuchot
2017-07-27Mark the invalid memory location as volatile, otherwise clang wouldAlexander Bluhm
2017-07-27fcntl(F_DUPFD) needs an argument. Otherwise it fails with EINVALAlexander Bluhm
2017-07-25Remove dynamically created files from CVS tree.Alexander Bluhm
2017-07-25Do not remove files from CVS tree during make clean.Alexander Bluhm
2017-07-24Extend the SNI tests to ensure that we have a hostname in the sessionJoel Sing
2017-07-24Add regress coverage for the TLS Renegotiation Indication extension.Joel Sing
2017-07-22Tolerate imprecise fault address on sparc64 where the hardware doesn't provideMark Kettenis
2017-07-22Add missing RCS IDs and zap redundant SRCS from Makefile.anton
2017-07-20extra test because mk38 triggers two issues and fixing the first oneMarc Espie
2017-07-20Fixup pf109.ok and rewrite pf110Mike Belopuhov
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm
2017-07-20Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze
2017-07-19The first version of the edit program used to test csh, ksh and mail was basedanton
2017-07-19Fix failing tests when executed as a user without a ~/.mailrc configuration f...anton
2017-07-19Regression tests asserting various HFSC and FQ-CoDel functionalityMike Belopuhov
2017-07-18The function getaddr() compares the stack address of the callerAlexander Bluhm
2017-07-16Provide a new regress test for TLS extension handlers, currently coveringJoel Sing
2017-07-16fix datesIngo Schwarze