summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2005-11-04Mark this test as `very-expensive'Jim Meyering
2005-11-04mark this as a very-expensive testJim Meyering
2005-11-04(TESTS): Add 2g.Jim Meyering
2005-11-04Test for a bug that bites at least on AIX 5.1 systems.Jim Meyering
2005-11-04just like expensive, but `very'Jim Meyering
2005-11-04(EXTRA_DIST): Add very-expensive.Jim Meyering
2005-11-02Fix typo in comment: s/fileutils/coreutils.Jim Meyering
2005-11-02Redirect stderr to /dev/null so theJim Meyering
M+N records in/out don't pollute `make check' output.
2005-11-02(sk-seek4): New test, to exercise the bugJim Meyering
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier.
2005-11-02Accept a new type of input specifier: IN_PIPE,Jim Meyering
to indicate that the input file should be piped into the command under test (via `cat FILE | $prog ...').
2005-11-02.Jim Meyering
2005-11-02test for today's fixJim Meyering
2005-11-02(TESTS): Add dir-nonrecur.Jim Meyering
2005-11-01Add y2000 test.Paul Eggert
2005-11-01"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.Paul Eggert
2005-11-01(c-2, c-2-minus, c2, c2-minus): New tests.Paul Eggert
(test_vector): Add special cases for _POSIX2_VERSION, and regularize the old ones a bit.
2005-10-30Require that the test be run as non-root.Paul Eggert
2005-10-25(other-wr): Add an explicit test forJim Meyering
the dircolors bug (NULL-dereference) fixed yesterday.
2005-10-24.Jim Meyering
2005-10-24(TESTS): Add p-slashdot.Jim Meyering
2005-10-24New test, for "mkdir -p" failure.Jim Meyering
2005-10-24(TESTS): Add d-slashdot.Jim Meyering
2005-10-24New test, for "install -d" failure.Jim Meyering
2005-10-23.Jim Meyering
2005-10-23test scripts from David MadoreJim Meyering
2005-10-23(TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scriptsJim Meyering
here rather that each in its own directory.
2005-10-23(million-a): Add the "million a's" test (one of the FIPS test vectors).Jim Meyering
2005-10-22*** empty log message ***Jim Meyering
2005-10-20.Jim Meyering
2005-10-20(TESTS): Add octal.Jim Meyering
2005-10-20New file, to exercise today's lib/modechange.c fix.Jim Meyering
2005-10-19(quote): Add test for the above fix.Jim Meyering
2005-10-18Add a comment explaining (probably) why thisJim Meyering
test fails on OpenBSD 3.2 when run in an NFS-mounted directory.
2005-10-01Add a test for this:Jim Meyering
(main): Don't stop processing arguments upon the first invalid one.
2005-09-28Work around a bug in FreeBSD 5.0.Jim Meyering
2005-09-26Test "touch -" too.Paul Eggert
2005-09-26.Jim Meyering
2005-09-26(TESTS): Add read-only.Jim Meyering
2005-09-26New test, for root of chmod/usage failure.Jim Meyering
2005-09-26Work around the root cause of alpha-linux-1.sf.net test failure.Jim Meyering
Remove all files in inner loop. Otherwise, with a touch program that fails on unwritable files, (this happens at least on linux-2.2.20) a -w file left behind from a previous iteration could cause a spurious test failure.
2005-09-26Undo the s/files/file/ change, but addJim Meyering
comments about why the old version was desired.
2005-09-25(setuid-etc): Work around output mismatch whenJim Meyering
a just-created test file cannot be made set-group-ID.
2005-09-25Use newer trap and tmpdir-creation framework.Jim Meyering
Fix apparent typos (s/files/file/) in inner loop.
2005-09-24(eq-wid-1, eq-wid-2): Disable these tests for now.Jim Meyering
They fail with non-gcc compilers and some combinations of options and libraries on Solaris systems.
2005-09-24(uninit-64): Restore this test.Jim Meyering
Add start-up code to detect, and work around, the cases in which the test might fail.
2005-09-24(uninit-64): Remove this test. It wasn'tPaul Eggert
portable in theory (it doesn't work on hosts where 'int' is 64 bits, example) or in practice (Solaris 8 localtime returns garbage in tm_year for the specified date, but that's not coreutils's fault).
2005-09-23.Jim Meyering
2005-09-22.Jim Meyering
2005-09-22Regenerate.Paul Eggert
2005-09-21Require that this test be run as non-root.Jim Meyering
Otherwise, it fails due to the fact that the chmod 0 . doesn't affect root.