aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib
Commit message (Expand)AuthorAgeFilesLines
* Integrate the remaining tools/regression/lib/msun testcases into theEnji Cooper2015-12-2012-2025/+0
* Skip the testcases on i386 (all the assertions fail) [*]Enji Cooper2015-12-201-2/+25
* Initialize j so it doesn't print out a garbage indexEnji Cooper2015-12-201-1/+3
* Skip infinities testcases that fail assertions on amd64 only on CURRENTEnji Cooper2015-12-201-0/+5
* Don't run test-fma on i386Enji Cooper2015-12-201-0/+6
* - Use nitems instead of handrolling the macroEnji Cooper2015-12-201-10/+17
* Disable test-ctrig.t testcases which fail assertions on i386 [*]Enji Cooper2015-12-201-1/+12
* Disable test-ctrig.t testcases which fail assertions on i386Enji Cooper2015-12-201-0/+2
* Update the test list after r292328Enji Cooper2015-12-201-2/+2
* Integrate a number of testcases from tools/regression/lib/msunEnji Cooper2015-12-1628-3538/+3
* Use fabsl instead of fabs to mute -Wabsolute-value warnings from clangEnji Cooper2015-12-161-4/+4
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asEnji Cooper2015-12-1620-5430/+0
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asEnji Cooper2015-12-164-410/+0
* Remove hosts that don't resolve properly with the nss and resolv testsEnji Cooper2015-12-162-94/+0
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* Clean up trailing whitespaceEnji Cooper2015-11-269-583/+582
* r291359 was incorrect. Skip over tokens that start with `#' as fgetln canEnji Cooper2015-11-261-3/+4
* Skip over lines that start with # (comments)Enji Cooper2015-11-261-0/+2
* Remove cnftp.bjpu.edu.cn (it no longer resolves)Enji Cooper2015-11-262-2/+2
* Integrate tools/regression/lib/libc/gen into the FreeBSD test suiteEnji Cooper2015-11-098-1490/+0
* Integrate tools/regression/lib/libc/net into the FreeBSD test suiteEnji Cooper2015-11-088-459/+0
* Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper2015-11-086-436/+0
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteEnji Cooper2015-11-088-510/+0
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteEnji Cooper2015-11-0825-2295/+0
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suiteEnji Cooper2015-11-0833-2494/+0
* Fix test-fenv:test_dfl_env when run on some amd64 CPUsEnji Cooper2015-10-141-0/+27
* - Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()Craig Rodrigues2015-08-294-19/+17
* wordexp(): Improve some error codes.Jilles Tjoelker2015-08-191-0/+9
* Add a missing break statement, which made the code default to IPv6.Christian Brueffer2015-07-141-0/+1
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-232-2/+2
* wordexp(): Add testcase for non-default IFS in environment.Jilles Tjoelker2015-03-291-0/+15
* Garbage collect a prove test wrapperEnji Cooper2015-01-201-15/+0
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andEnji Cooper2014-11-162-77/+1
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andEnji Cooper2014-11-162-300/+0
* Remove test-arc4random from this Makefile so others can continue to useEnji Cooper2014-11-161-1/+1
* Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andEnji Cooper2014-11-161-89/+0
* Remove incorrect semicolon.Stefan Farfeleder2014-10-261-1/+1
* Add diagnostic printfs and disable test # 4 on i386Enji Cooper2014-09-101-0/+9
* Expand the tests structure in test_small(..) to workaround theEnji Cooper2014-09-091-19/+14
* Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragmaEnji Cooper2014-09-092-2/+2
* Integrate lib/libutil into the build/kyuaEnji Cooper2014-08-1312-1448/+0
* Integrate lib/libnv into the build/kyuaEnji Cooper2014-08-057-1441/+0
* Integrate lib/libmp into the build/kyuaEnji Cooper2014-08-043-233/+0
* - Use strlen instead of hardcoding a numberPietro Cerutti2014-06-031-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti2014-06-021-0/+47
* libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-215-1/+237
* libc: Add fopen() test to regression Makefile.Jilles Tjoelker2014-04-211-3/+11
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Remove broken tests for eui64_line.Julio Merino2014-03-123-92/+1
* Make the strerror tests work without libtap.Julio Merino2014-03-122-34/+42