summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-2012-2025/+0
* Skip the testcases on i386 (all the assertions fail) [*]ngie2015-12-201-2/+25
* Initialize j so it doesn't print out a garbage indexngie2015-12-201-1/+3
* Skip infinities testcases that fail assertions on amd64 only on CURRENTngie2015-12-201-0/+5
* Don't run test-fma on i386ngie2015-12-201-0/+6
* - Use nitems instead of handrolling the macrongie2015-12-201-10/+17
* Disable test-ctrig.t testcases which fail assertions on i386 [*]ngie2015-12-201-1/+12
* Disable test-ctrig.t testcases which fail assertions on i386ngie2015-12-201-0/+2
* Update the test list after r292328ngie2015-12-201-2/+2
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-1628-3538/+3
* Use fabsl instead of fabs to mute -Wabsolute-value warnings from clangngie2015-12-161-4/+4
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1620-5430/+0
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asngie2015-12-164-410/+0
* Remove hosts that don't resolve properly with the nss and resolv testsngie2015-12-162-94/+0
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-2/+1
* Clean up trailing whitespacengie2015-11-269-583/+582
* r291359 was incorrect. Skip over tokens that start with `#' as fgetln canngie2015-11-261-3/+4
* Skip over lines that start with # (comments)ngie2015-11-261-0/+2
* Remove cnftp.bjpu.edu.cn (it no longer resolves)ngie2015-11-262-2/+2
* Integrate tools/regression/lib/libc/gen into the FreeBSD test suitengie2015-11-098-1490/+0
* Integrate tools/regression/lib/libc/net into the FreeBSD test suitengie2015-11-088-459/+0
* Integrate tools/regression/lib/libc/string into the FreeBSD test suitengie2015-11-086-436/+0
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suitengie2015-11-088-510/+0
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-0825-2295/+0
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suitengie2015-11-0833-2494/+0
* Fix test-fenv:test_dfl_env when run on some amd64 CPUsngie2015-10-141-0/+27
* - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()rodrigc2015-08-294-19/+17
* wordexp(): Improve some error codes.jilles2015-08-191-0/+9
* Add a missing break statement, which made the code default to IPv6.brueffer2015-07-141-0/+1
* Reassign copyright statements on several files from Advancedjhb2015-04-232-2/+2
* wordexp(): Add testcase for non-default IFS in environment.jilles2015-03-291-0/+15
* Garbage collect a prove test wrapperngie2015-01-201-15/+0
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andngie2014-11-162-77/+1
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andngie2014-11-162-300/+0
* Remove test-arc4random from this Makefile so others can continue to usengie2014-11-161-1/+1
* Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andngie2014-11-161-89/+0
* Remove incorrect semicolon.stefanf2014-10-261-1/+1
* Add diagnostic printfs and disable test # 4 on i386ngie2014-09-101-0/+9
* Expand the tests structure in test_small(..) to workaround thengie2014-09-091-19/+14
* Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragmangie2014-09-092-2/+2
* Integrate lib/libutil into the build/kyuangie2014-08-1312-1448/+0
* Integrate lib/libnv into the build/kyuangie2014-08-057-1441/+0
* Integrate lib/libmp into the build/kyuangie2014-08-043-233/+0
* - Use strlen instead of hardcoding a numbergahr2014-06-031-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).gahr2014-06-021-0/+47
* libc/stdio: Fail fdopen() on an execute-only fd.jilles2014-04-215-1/+237
* libc: Add fopen() test to regression Makefile.jilles2014-04-211-3/+11
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* Remove broken tests for eui64_line.jmmv2014-03-123-92/+1
* Make the strerror tests work without libtap.jmmv2014-03-122-34/+42
OpenPOWER on IntegriCloud