Module Name:src
Committed By: kamil
Date: Sun May 31 16:36:07 UTC 2020
Modified Files:
src/tests/include/sys: Makefile
Log Message:
Mask NULL + 0 LLVM UBSan reports in the ATF test: t_pslist.c
Pass -fno-delete-null-pointer-checks for Clang for the
MKSANITIZER/MKLIBCSANITI
Module Name:src
Committed By: kamil
Date: Wed Jul 25 22:00:32 UTC 2018
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
Avoid undefined behavior in an ATF test: t_bitops
Do not change the signedness bit with a left shift operation.
Switch to unsigned integer
Module Name:src
Committed By: kamil
Date: Wed Jul 25 21:51:32 UTC 2018
Modified Files:
src/tests/include/sys: t_types.c
Log Message:
Avoid undefined behavior in an ATF test: t_types
Replace UB with implementation defined logic to check whether ssize_t can
wrap to a negati
Module Name:src
Committed By: pgoyette
Date: Mon Oct 2 05:14:29 UTC 2017
Modified Files:
src/tests/include/sys: t_list.c
Log Message:
Update recently-added test to adapt to new signature of LIST_MOVE()
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/test
Module Name:src
Committed By: pgoyette
Date: Mon Oct 2 04:15:56 UTC 2017
Modified Files:
src/tests/include/sys: Makefile
Added Files:
src/tests/include/sys: t_list.c
Log Message:
Add a new minimalistic test for LIST_MOVE to verify that the list's
first entry's pre
Module Name:src
Committed By: pgoyette
Date: Mon Aug 8 14:11:08 UTC 2016
Modified Files:
src/tests/include/sys: Makefile
Log Message:
We now need librumpdev to resolve rumpns_config_cfdriver_attach which
is now used in a bunch of network modules/components
To generate a
Module Name:src
Committed By: riastradh
Date: Fri Apr 8 21:53:10 UTC 2016
Modified Files:
src/tests/include/sys: Makefile
Log Message:
Make this list diff- and sort-friendlier.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests
Module Name:src
Committed By: mrg
Date: Wed Mar 16 07:21:36 UTC 2016
Modified Files:
src/tests/include/sys: t_cdefs.c
Log Message:
rework to avoid new GCC 5.3 errors and improve readability
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/include/sys
Module Name:src
Committed By: pgoyette
Date: Thu May 7 06:23:23 UTC 2015
Modified Files:
src/tests/include: t_paths.c
Log Message:
Use correcet variable name when printing the error code.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/include/t_
Module Name:src
Committed By: pgoyette
Date: Thu May 7 01:35:35 UTC 2015
Modified Files:
src/tests/include: t_paths.c
Log Message:
Don't fail if open() of sysmon devices returns ENODEV. This can
occur if sysmon subcomponents are not included in the kernel and
autoloading
Module Name:src
Committed By: isaki
Date: Sat Mar 21 05:50:19 UTC 2015
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
one more white space -> tab.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/include/sys/t_bitops.c
Please note
Module Name:src
Committed By: isaki
Date: Sat Mar 21 05:32:07 UTC 2015
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
Rewrite ilog2's test. PR lib/49745.
- Reorganize ilog2_basic to ilog2_32bit, ilog2_64bit and ilog2_const.
ilog2_const is compile-time te
Module Name:src
Committed By: isaki
Date: Sat Mar 14 07:23:46 UTC 2015
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
white space -> tab.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/include/sys/t_bitops.c
Please note that diff
Module Name:src
Committed By: martin
Date: Fri Feb 27 08:30:30 UTC 2015
Modified Files:
src/tests/include/sys: t_socket.c
Log Message:
2 seconds is too small as timeout on slow machines, bump to 10 (my hppa
needs ~5).
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: christos
Date: Sat Oct 19 17:44:37 UTC 2013
Modified Files:
src/tests/include: t_inttypes.c
Log Message:
initialize variables
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/include/t_inttypes.c
Please note that diffs
Module Name:src
Committed By: pooka
Date: Thu Sep 5 12:22:10 UTC 2013
Modified Files:
src/tests/include/sys: t_socket.c
Log Message:
socket(-1, SOCK_CLOEXEC, 0); followed by the process exiting (i.e.
fd slot does not get initiailized before fd_free()) cases a diagnostic
k
Module Name:src
Committed By: gsutre
Date: Thu Sep 5 09:01:27 UTC 2013
Modified Files:
src/tests/include/sys: t_cdefs.c
Log Message:
Fix two tests for typefit: constants larger than LLONG_MAX
do not fit in a signed long long.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Fri Dec 7 02:28:19 UTC 2012
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
use __BITMAP_TYPE
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/include/sys/t_bitops.c
Please note that dif
Module Name:src
Committed By: joerg
Date: Sun Mar 25 06:54:04 UTC 2012
Modified Files:
src/tests/include: t_bitstring.c
Log Message:
Use array access
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/include/t_bitstring.c
Please note that diffs are n
Module Name:src
Committed By: matt
Date: Fri Mar 23 23:12:29 UTC 2012
Modified Files:
src/tests/include/sys: t_cdefs.c
Log Message:
Use SCHAR_{MIN,MAX} for signed char, not CHAR_* since not char are signed.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/
Module Name:src
Committed By: christos
Date: Sun Mar 18 15:31:00 UTC 2012
Modified Files:
src/tests/include/sys: Makefile
Added Files:
src/tests/include/sys: t_cdefs.c
Log Message:
test the __type macros
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6
Module Name:src
Committed By: christos
Date: Sat Mar 17 21:31:30 UTC 2012
Modified Files:
src/tests/include/sys: t_types.c
Log Message:
this does not fail anymore
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/include/sys/t_types.c
Please note tha
Module Name:src
Committed By: jruoho
Date: Sun Nov 6 16:18:27 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Skip the test on sparc and point to PR port-sparc/45580.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/include/t_pa
Module Name:src
Committed By: jruoho
Date: Sat Nov 5 08:49:24 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Add printfs to see where TNF's qemu/sparc fails.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/include/t_paths.c
Pl
Module Name:src
Committed By: pgoyette
Date: Mon Oct 31 18:37:01 UTC 2011
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
No need to keep on trying when this fails in the expected manner. We
really don't need to have 32k failures.
OK jruoho@
To generate
Module Name:src
Committed By: christos
Date: Sun Oct 2 18:34:17 UTC 2011
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
remove stray underscore.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/include/sys/t_bitops.c
Please note t
Module Name:src
Committed By: christos
Date: Sat Oct 1 18:38:39 UTC 2011
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
disable test on the vax until we fix it.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/include/sys/t_bitops.
Module Name:src
Committed By: riastradh
Date: Fri Aug 12 03:59:45 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Need root for /dev/power.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/include/t_paths.c
Please note that diffs
Module Name:src
Committed By: njoly
Date: Mon Jul 11 17:51:48 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Convert some more ATF_REQUIRE calls to ATF_CHECK.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/include/t_paths.c
Ple
Module Name:src
Committed By: njoly
Date: Mon Jul 11 16:12:56 UTC 2011
Modified Files:
src/tests/include/sys: t_types.c
Log Message:
Make types_signed/types_unsigned testcases use ATF_CHECK instead of
ATF_REQUIRE.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1
Module Name:src
Committed By: njoly
Date: Mon Apr 25 20:51:15 UTC 2011
Modified Files:
src/tests/include: t_netdb.c
Log Message:
Switch from atf_tc_fail to atf_tc_fail_nonfatal to report all missing
defines, not only the first one.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jruoho
Date: Sun Apr 10 08:11:34 UTC 2011
Modified Files:
src/tests/include: t_types.c
Log Message:
Fix comments.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/include/t_types.c
Please note that diffs are not public
Module Name:src
Committed By: jruoho
Date: Mon Apr 4 19:59:08 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Mark this again as expected failure.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/include/t_paths.c
Please note tha
Module Name:src
Committed By: jruoho
Date: Mon Apr 4 18:02:01 UTC 2011
Modified Files:
src/tests/include: t_limits.c
Log Message:
Add a test case for the POSIX (minimum) limits. Written by Stathis Kamperis.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src
Module Name:src
Committed By: jruoho
Date: Wed Mar 30 22:26:26 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Remove atf_tc_expect_fail(). Should be fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/include/t_paths.c
Please
Module Name:src
Committed By: jruoho
Date: Wed Mar 30 19:32:13 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Adjust for _PATH_CONSOLE, pointed out by njoly@.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/include/t_paths.c
Ple
Module Name:src
Committed By: jruoho
Date: Wed Mar 30 18:31:15 UTC 2011
Modified Files:
src/tests/include: t_paths.c
Log Message:
Another proof that even the naive test cases are worth it;
expect a failure with fstat(2) and bpf(4), PR lib/44807.
To generate a diff of thi
Module Name:src
Committed By: jruoho
Date: Thu Mar 24 07:37:05 UTC 2011
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
Add also a basic, naive, test for fast_divide32(3).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/include/sys/t_
Module Name:src
Committed By: jruoho
Date: Thu Mar 24 07:06:35 UTC 2011
Modified Files:
src/tests/include/sys: t_bitops.c
Log Message:
Add some naive test cases for the ffs32(3) family of functions.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/in
Module Name:src
Committed By: jmmv
Date: Sun Jul 18 12:16:20 UTC 2010
Modified Files:
src/tests/include: t_inttypes.c
Log Message:
Remove the ATF_CHECK calls I added during the conversion of this test to
atf. They break on i386 (because the test was conceptually broken an
40 matches
Mail list logo