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
/
tools
/
regression
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate the remaining tools/regression/lib/msun testcases into the
ngie
2015-12-20
12
-2025
/
+0
*
Skip the testcases on i386 (all the assertions fail) [*]
ngie
2015-12-20
1
-2
/
+25
*
Initialize j so it doesn't print out a garbage index
ngie
2015-12-20
1
-1
/
+3
*
Skip infinities testcases that fail assertions on amd64 only on CURRENT
ngie
2015-12-20
1
-0
/
+5
*
Don't run test-fma on i386
ngie
2015-12-20
1
-0
/
+6
*
- Use nitems instead of handrolling the macro
ngie
2015-12-20
1
-10
/
+17
*
Disable test-ctrig.t testcases which fail assertions on i386 [*]
ngie
2015-12-20
1
-1
/
+12
*
Disable test-ctrig.t testcases which fail assertions on i386
ngie
2015-12-20
1
-0
/
+2
*
Update the test list after r292328
ngie
2015-12-20
1
-2
/
+2
*
Integrate a number of testcases from tools/regression/lib/msun
ngie
2015-12-16
28
-3538
/
+3
*
Use fabsl instead of fabs to mute -Wabsolute-value warnings from clang
ngie
2015-12-16
1
-4
/
+4
*
Integrate tools/regression/lib/libc/nss into the FreeBSD test suite as
ngie
2015-12-16
20
-5430
/
+0
*
Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite as
ngie
2015-12-16
4
-410
/
+0
*
Remove hosts that don't resolve properly with the nss and resolv tests
ngie
2015-12-16
2
-94
/
+0
*
Fix LDADD/DPADD that should be LIBADD.
bdrewery
2015-12-04
1
-2
/
+1
*
Clean up trailing whitespace
ngie
2015-11-26
9
-583
/
+582
*
r291359 was incorrect. Skip over tokens that start with `#' as fgetln can
ngie
2015-11-26
1
-3
/
+4
*
Skip over lines that start with # (comments)
ngie
2015-11-26
1
-0
/
+2
*
Remove cnftp.bjpu.edu.cn (it no longer resolves)
ngie
2015-11-26
2
-2
/
+2
*
Integrate tools/regression/lib/libc/gen into the FreeBSD test suite
ngie
2015-11-09
8
-1490
/
+0
*
Integrate tools/regression/lib/libc/net into the FreeBSD test suite
ngie
2015-11-08
8
-459
/
+0
*
Integrate tools/regression/lib/libc/string into the FreeBSD test suite
ngie
2015-11-08
6
-436
/
+0
*
Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite
ngie
2015-11-08
8
-510
/
+0
*
Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite
ngie
2015-11-08
25
-2295
/
+0
*
Integrate tools/regression/lib/libc/locale into the FreeBSD test suite
ngie
2015-11-08
33
-2494
/
+0
*
Fix test-fenv:test_dfl_env when run on some amd64 CPUs
ngie
2015-10-14
1
-0
/
+27
*
- Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()
rodrigc
2015-08-29
4
-19
/
+17
*
wordexp(): Improve some error codes.
jilles
2015-08-19
1
-0
/
+9
*
Add a missing break statement, which made the code default to IPv6.
brueffer
2015-07-14
1
-0
/
+1
*
Reassign copyright statements on several files from Advanced
jhb
2015-04-23
2
-2
/
+2
*
wordexp(): Add testcase for non-default IFS in environment.
jilles
2015-03-29
1
-0
/
+15
*
Garbage collect a prove test wrapper
ngie
2015-01-20
1
-15
/
+0
*
Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase and
ngie
2014-11-16
2
-77
/
+1
*
Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and
ngie
2014-11-16
2
-300
/
+0
*
Remove test-arc4random from this Makefile so others can continue to use
ngie
2014-11-16
1
-1
/
+1
*
Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase and
ngie
2014-11-16
1
-89
/
+0
*
Remove incorrect semicolon.
stefanf
2014-10-26
1
-1
/
+1
*
Add diagnostic printfs and disable test # 4 on i386
ngie
2014-09-10
1
-0
/
+9
*
Expand the tests structure in test_small(..) to workaround the
ngie
2014-09-09
1
-19
/
+14
*
Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragma
ngie
2014-09-09
2
-2
/
+2
*
Integrate lib/libutil into the build/kyua
ngie
2014-08-13
12
-1448
/
+0
*
Integrate lib/libnv into the build/kyua
ngie
2014-08-05
7
-1441
/
+0
*
Integrate lib/libmp into the build/kyua
ngie
2014-08-04
3
-233
/
+0
*
- Use strlen instead of hardcoding a number
gahr
2014-06-03
1
-2
/
+2
*
- Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).
gahr
2014-06-02
1
-0
/
+47
*
libc/stdio: Fail fdopen() on an execute-only fd.
jilles
2014-04-21
5
-1
/
+237
*
libc: Add fopen() test to regression Makefile.
jilles
2014-04-21
1
-3
/
+11
*
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
imp
2014-04-13
1
-1
/
+1
*
Remove broken tests for eui64_line.
jmmv
2014-03-12
3
-92
/
+1
*
Make the strerror tests work without libtap.
jmmv
2014-03-12
2
-34
/
+42
[next]