summaryrefslogtreecommitdiff
path: root/tools/regression/lib
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2015-12-20Integrate the remaining tools/regression/lib/msun testcases into theEnji Cooper
2015-12-20Skip the testcases on i386 (all the assertions fail) [*]Enji Cooper
2015-12-20Initialize j so it doesn't print out a garbage indexEnji Cooper
2015-12-20Skip infinities testcases that fail assertions on amd64 only on CURRENTEnji Cooper
2015-12-20Don't run test-fma on i386Enji Cooper
2015-12-20- Use nitems instead of handrolling the macroEnji Cooper
2015-12-20Disable test-ctrig.t testcases which fail assertions on i386 [*]Enji Cooper
2015-12-20Disable test-ctrig.t testcases which fail assertions on i386Enji Cooper
2015-12-20Update the test list after r292328Enji Cooper
2015-12-16Integrate a number of testcases from tools/regression/lib/msunEnji Cooper
2015-12-16Use fabsl instead of fabs to mute -Wabsolute-value warnings from clangEnji Cooper
2015-12-16Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asEnji Cooper
2015-12-16Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asEnji Cooper
2015-12-16Remove hosts that don't resolve properly with the nss and resolv testsEnji Cooper
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-26Clean up trailing whitespaceEnji Cooper
2015-11-26r291359 was incorrect. Skip over tokens that start with `#' as fgetln canEnji Cooper
2015-11-26Skip over lines that start with # (comments)Enji Cooper
2015-11-26Remove cnftp.bjpu.edu.cn (it no longer resolves)Enji Cooper
2015-11-09Integrate tools/regression/lib/libc/gen into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/net into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/locale into the FreeBSD test suiteEnji Cooper
2015-10-14Fix test-fenv:test_dfl_env when run on some amd64 CPUsEnji Cooper
2015-08-29- Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()Craig Rodrigues
2015-08-19wordexp(): Improve some error codes.Jilles Tjoelker
2015-07-14Add a missing break statement, which made the code default to IPv6.Christian Brueffer
2015-04-23Reassign copyright statements on several files from AdvancedJohn Baldwin
2015-03-29wordexp(): Add testcase for non-default IFS in environment.Jilles Tjoelker
2015-01-20Garbage collect a prove test wrapperEnji Cooper
2014-11-16Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andEnji Cooper
2014-11-16Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andEnji Cooper
2014-11-16Remove test-arc4random from this Makefile so others can continue to useEnji Cooper
2014-11-16Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andEnji Cooper
2014-10-26Remove incorrect semicolon.Stefan Farfeleder
2014-09-10Add diagnostic printfs and disable test # 4 on i386Enji Cooper
2014-09-09Expand the tests structure in test_small(..) to workaround theEnji Cooper
2014-09-09Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragmaEnji Cooper
2014-08-13Integrate lib/libutil into the build/kyuaEnji Cooper
2014-08-05Integrate lib/libnv into the build/kyuaEnji Cooper
2014-08-04Integrate lib/libmp into the build/kyuaEnji Cooper
2014-06-03- Use strlen instead of hardcoding a numberPietro Cerutti
2014-06-02- Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti
2014-04-21libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker
2014-04-21libc: Add fopen() test to regression Makefile.Jilles Tjoelker
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh