NetBSD/tests/kernel
riastradh fd16ce12c7 tests/kernel/h_segv: Disable SIGFPE test on RISC-V.
No floating-point exception traps on RISC-V.

Also don't pass the result of divide-by-zero converted to integer to
usleep.  Although the floating-point result of divide-by-zero is
well-defined by IEEE 754 (+/-infinity), the outcome of C conversion
to integer is not.  And while on some architectures this might return
zero, on RISC-V it looks like it'll return all bits set.  And as of
PR 58184, usleep now honours sleeps longer than 1sec, which means
this will be waiting at least two billion microseconds, or about half
an hour...

So instead, just write the result to a volatile variable.
2024-05-14 15:54:16 +00:00
..
arch/aarch64 Add a test for kern/58149 2024-04-22 07:24:22 +00:00
kqueue
threadpool_tester
tty
Makefile Add a test for kern/58149 2024-04-22 07:24:22 +00:00
Makefile.inc
gen_t_subr_prf
h_fexecve.c
h_fpufork.c
h_getprocpath.c
h_interpreter.sh
h_ps_strings1.c
h_ps_strings2.c
h_segv.c tests/kernel/h_segv: Disable SIGFPE test on RISC-V. 2024-05-14 15:54:16 +00:00
t_epoll.c Add EPOLL_CLOEXEC (Theodore Preduta) 2023-07-30 18:31:13 +00:00
t_extattrctl.c
t_extent.c
t_fcntl.c memfd(2): Run all tests; don't stop after the first failure. 2023-08-05 08:05:16 +00:00
t_fdrestart.c t_fdrestart: Mark some tests no longer xfail. 2023-11-18 19:46:55 +00:00
t_fexecve.sh
t_filedesc.c
t_fpufork.sh
t_interp.sh
t_kauth_pr_47598.c
t_ksem.c
t_lock.c
t_lockf.c
t_magic_symlinks.sh
t_memfd_create.c tests: Audit RZ abuse. 2023-11-24 17:31:03 +00:00
t_mqueue.c
t_nointerpreter.sh
t_open_pr_57260.c
t_origin.sh
t_proccwd.c
t_procpath.sh
t_ps_strings.sh
t_pty.c
t_rnd.c t_rnd: Nix trailing whitespace. 2023-11-24 16:36:23 +00:00
t_signal_and_sp.c Add a test for kern/58149 2024-04-22 07:24:22 +00:00
t_simplehook.sh
t_sysctl.c
t_sysv.c
t_timeleft.c
t_trapsignal.sh
t_umount.sh fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
t_umountstress.sh
t_zombie.c