enami
98d430f3dc
Add some test case for recently found bugs.
2004-03-26 14:53:39 +00:00
drochner
4eac9e8949
add some cpp defines to allow testing with "float"
...
and "long double" data types
(not used in standard regression target, but handy for
individual tests)
2004-03-25 15:12:42 +00:00
drochner
5e196359ff
deal with imprecise exception handling (on i387):
...
execute a valid control and non-control operation each
before checking for signal delivery
2004-03-25 15:01:22 +00:00
drochner
63ff804817
-make this table driven
...
-make check for correct si_code a "hard" assert()
instead of just a warning
2004-03-25 14:51:28 +00:00
lukem
3cc8ffbdb7
Regression tests for <sys/bootblock.h>.
...
Currently ensures that various members of mbr_sector are at the correct offset.
2004-03-23 00:00:49 +00:00
he
89ae25ef5b
Also temporarily remove servent until it's made compileable again
...
after recent changes to <netdb.h>.
2004-03-21 01:47:00 +00:00
he
4eb714337c
Remove protoent from SUBDIR, since recent changes to netdb.h makes
...
it fail to build.
2004-03-20 23:27:40 +00:00
skrll
289e3579d0
Correct another UUDECODE_FILES entry.
2004-03-19 10:36:55 +00:00
skrll
06babf235f
Pick the right files to decode.
2004-03-19 10:04:54 +00:00
jmc
6fe4ead562
Convert to usage of UUDECODE_FILES and standardize on filename extension
2004-03-19 08:07:22 +00:00
martin
31644c5596
Add a regression test that (at least on some archs) catches the problem
...
fixed in usr.bin/sort/fields.c rev. 1.18.
2004-03-14 23:01:33 +00:00
drochner
30c03a2e3b
-as Klaus confirmed, we cannot rely on the SIGFPE handler to return to
...
the next instruction, so jongjmp() back
-check that fpsetsticky(0) really clears the bits
-check that fpsetsticky() returns the old status
-use SA_SIGINFO and check si_code - make this a warning message instead
of a hard error for now, as no port gets this right yet
2004-03-05 16:37:57 +00:00
wiz
f1ddcd87e9
Fix typo reported by Stefan Krueger, and add RCS Id.
...
XXX: no license.
2004-03-05 15:07:22 +00:00
jmc
66a501cd90
Needs sys/type.h to get definitions for htonl and friends
2004-03-05 05:19:45 +00:00
kleink
84b76bdd2a
isinfl() and isnanl() are gone.
2004-03-05 01:00:53 +00:00
thorpej
1cda93b426
Use the new RAS_*() macros.
2004-03-03 21:06:07 +00:00
drochner
786841d520
you don't have a "." in your PATH?
2004-03-02 14:27:25 +00:00
drochner
b451e43543
complete this test for amd64
...
(identical to i386)
2004-03-02 14:26:12 +00:00
yamt
6c726a105b
tweak a test to detect a bug described in kern/24595 from Stephan Uphoff.
2004-03-02 10:13:13 +00:00
drochner
de3dc2ccec
remove a pointless check - this code is not reached
...
in the normal case
2004-03-01 12:04:18 +00:00
drochner
10c161f94c
add a test of get/make/setcontext, also checking context linking
...
via uc_link and argument passing to the new context
2004-02-28 16:55:05 +00:00
itojun
9635853285
KNF
2004-02-27 15:14:58 +00:00
itojun
d4f91e97c6
duplicate was in regress/lib/libc/locale/ctype1
2004-02-27 04:20:11 +00:00
itojun
0ba94afa3a
regress for mbstowcs/wcstombs. from citrus distribution
2004-02-26 23:29:46 +00:00
christos
dfc0794d60
-D_REENTRANT not needed anymore.
2004-02-19 19:51:05 +00:00
christos
b6b464bd1b
-D_REENTRANT is not needed
2004-02-19 19:39:13 +00:00
christos
270cd4e394
Add servent and protoent tests
2004-02-19 19:38:51 +00:00
christos
96401843e9
Adjust the compare script so that it can be used for both servent and protoent.
2004-02-19 19:19:29 +00:00
christos
6e311ad824
{get,set,end}protoent_r regressions.
2004-02-19 19:18:48 +00:00
christos
7fc50c9d78
{get,set,end}servent_r regression test.
2004-02-19 19:06:52 +00:00
drochner
40bcd2aa76
MACHINE_ARCH is x86_64 for amd64; noticed by Nicolas Joly
2004-02-19 18:25:56 +00:00
drochner
8f89c664eb
enable stack_noexec where a non-executable stack is supported
2004-02-19 16:56:52 +00:00
drochner
8d4559c4ee
Use tramptest.c on GNU_ARCHs where stack trampolines are emitted
...
(based on grep'ing gcc /config), and a dummy otherwise.
2004-02-19 16:55:30 +00:00
drochner
9b4a0e83fc
After reading manpages, and feedback by Chuck Silvers, change this
...
test to expect SIGSEGV if code execution on the stack is attempted.
Also use SA_SIGINFO and check si_code for SEGV_ACCERR.
2004-02-19 16:49:43 +00:00
jdolecek
6831e8565e
also unset LC_CTYPE, which affects character sort order too
2004-02-18 09:43:15 +00:00
yamt
cb8d483e24
add function prototypes.
2004-02-15 12:50:38 +00:00
yamt
0c12e11dfc
use different values for each run to fill the mmaped region.
2004-02-15 12:49:27 +00:00
yamt
88bdc13921
a simple test of uvm page loanout.
2004-02-15 12:20:26 +00:00
christos
87494016cc
avoid conflict on re-defining ioctl.
2004-02-14 18:30:23 +00:00
simonb
cf164a174c
Add test cases for the algorithm fixes by Joseph Myers, from test cases
...
from David A Bagley.
2004-02-08 13:43:48 +00:00
matt
fa553aa877
Move clockctl.h to end of list
2004-01-21 03:28:00 +00:00
jonathan
9c301eca05
Removed by request of Theo Deraadt <deraadt@cvs.openbsd.org>, pending
...
further resolution or re-implementation.
2004-01-21 03:01:16 +00:00
jonathan
70c91c4341
Add NetBSD RSSid.
2004-01-21 02:14:14 +00:00
jonathan
d222896fe4
Opencrypto "cryptotest" tool, from FreeBSD 4.8, courtesy of Sam
...
Leffler. Sam obtained the original code from OpenBSD, attributed
largely to Theo Deraadt.
2004-01-21 02:06:25 +00:00
matt
4126327e1a
Only include one of <sys/cdefs_elf.h> or <sys/cdefs_aout.h> depending on
...
__ELF__. Only include <stdbool.h> if __GNUC__ > 2.
2004-01-20 23:45:09 +00:00
martin
8625845ca6
Nuke all userland uses of __HAVE_RAS in favor of runtime detection.
2004-01-18 16:47:06 +00:00
dbj
15459da491
revert revision 1.2, which was accidentally committed
2004-01-17 05:48:37 +00:00
dbj
378c93dfc4
add regression test to check combination of bs and conv options
...
this checks for a bug fixed in revision 1.24 of src/bin/dd/args.c
2004-01-17 05:47:28 +00:00
martin
9bff0c1a82
Remove previous makefile hack (disabling optimization) and add
...
__insn_barrier()s instead.
2004-01-07 19:42:22 +00:00
martin
266b7c2701
Avoid optimizations that move common code out of the RAS.
...
The compiler does not understand RAS, so it makes wrong assumptions
about the lifetime of register values.
2004-01-06 21:40:57 +00:00