index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
MFH
gjb
2016-02-02
2
-0
/
+98
|
\
\
|
|
/
|
*
This seems like a very trivial bug that should have been squashed a long
sobomax
2016-01-30
2
-0
/
+98
*
|
First pass to fix the 'tests' packages.
gjb
2016-02-02
23
-0
/
+92
|
/
*
Increase the timeout for resolv_test from the default (300 seconds) to
ngie
2015-12-23
2
-4
/
+13
*
Let tsearch()/tdelete() use an AVL tree.
ed
2015-12-22
2
-0
/
+132
*
Iterate down lib/libc/tests/nss...
ngie
2015-12-16
1
-0
/
+1
*
Integrate tools/regression/lib/libc/nss into the FreeBSD test suite as
ngie
2015-12-16
10
-0
/
+5399
*
Add Makefile accidentally missed in r292317
ngie
2015-12-16
1
-0
/
+15
*
Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite as
ngie
2015-12-16
3
-0
/
+368
*
Delete bogus freeing of uninitialized data
ngie
2015-12-08
1
-1
/
+0
*
Add missing va_ends for corresponding va_starts to clean up variable arguments
ngie
2015-12-08
2
-0
/
+4
*
Fix regression in r291738: This really wants -lssp.
bdrewery
2015-12-05
1
-1
/
+1
*
Initialize errno to 0 in the nul testcase before testing it
ngie
2015-12-05
1
-0
/
+1
*
Fix LDADD/DPADD that should be LIBADD.
bdrewery
2015-12-04
13
-52
/
+27
*
Follow-up r291330: h_testbits.h is only needed by xdr_test.
bdrewery
2015-11-25
1
-2
/
+2
*
Replace DPSRCS that work fine in SRCS.
bdrewery
2015-11-25
1
-1
/
+1
*
Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.c
ngie
2015-11-23
1
-1
/
+1
*
Do not print out errno if the call succeeded unexpectedly; this was a mistake
ngie
2015-11-18
1
-2
/
+2
*
Add some initial tests for SLIST and STAILQ macros
ngie
2015-11-16
2
-0
/
+239
*
Disable -Wformat with scanfloat_test when compiling with gcc to avoid a
ngie
2015-11-15
1
-0
/
+8
*
Fix -Wformat issues
ngie
2015-11-15
1
-3
/
+3
*
Remove unused variables to fix building world
bapt
2015-11-15
4
-13
/
+2
*
Change WARNS to 2 across the board with all the libc testcases
ngie
2015-11-15
2
-2
/
+2
*
Fix -Wmissing-braces warnings by adding braces around all the
ngie
2015-11-15
1
-138
/
+138
*
Fix -Wunused warnings
ngie
2015-11-15
2
-4
/
+3
*
Bump WARNS to 2
ngie
2015-11-15
1
-0
/
+2
*
Remove unused variables; sort by alignment where needed
ngie
2015-11-15
4
-5
/
+1
*
Polish up iswctype_test
ngie
2015-11-15
1
-28
/
+50
*
Polish up the tests a bit more after projects/collation was merged to head
ngie
2015-11-15
2
-37
/
+77
*
Fix the Indian numbering system (hi_IN.ISCII-DEV) tests
ngie
2015-11-15
1
-4
/
+4
*
Add missing licensing boilerplate to test-fnmatch.c
ngie
2015-11-10
1
-0
/
+25
*
Integrate tools/regression/lib/libc/gen into the FreeBSD test suite
ngie
2015-11-09
10
-1
/
+1666
*
Fix some TAP -> ATF conversion errors
ngie
2015-11-09
1
-6
/
+3
*
Integrate tools/regression/lib/libc/net into the FreeBSD test suite
ngie
2015-11-08
5
-8
/
+426
*
Delete leftover printfs from when these were TAP tests
ngie
2015-11-08
4
-8
/
+0
*
Convert print_positional_test over to ATF
ngie
2015-11-08
1
-16
/
+40
*
printfloat_test and scanfloat_test need symbols from msun; these are automati...
ngie
2015-11-08
1
-0
/
+6
*
Integrate tools/regression/lib/libc/string into the FreeBSD test suite
ngie
2015-11-08
5
-1
/
+554
*
Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite
ngie
2015-11-08
5
-2
/
+492
*
Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite
ngie
2015-11-08
14
-23
/
+2613
*
Integrate tools/regression/lib/libc/locale into the FreeBSD test suite
ngie
2015-11-08
18
-1
/
+2355
*
Add _test suffix to multiple tests in lib/libc to conform to the design noted
ngie
2015-11-02
3
-38
/
+38
*
Remove unused variable (SRCDIR)
ngie
2015-11-02
1
-2
/
+0
*
Not all targets support by clang have a tested or enabled ubsan yet.
sbruno
2015-10-30
1
-0
/
+4
*
Disable h_raw/h_read with gcc
ngie
2015-10-30
1
-2
/
+7
*
- Re-enable h_raw with clang 3.7.0+
ngie
2015-10-30
1
-1
/
+2
*
Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suite
ngie
2015-10-30
1
-0
/
+1
*
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
ngie
2015-10-12
26
-60
/
+9
*
In this context fclose() can never fail, so assert it in the test
delphij
2015-09-29
1
-0
/
+1
*
Add missing CLEANFILES.
bdrewery
2015-09-24
1
-0
/
+2
[prev]
[next]