summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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.
2005-09-20tweakJim Meyering
2005-09-16(rfc822-1): Compensate for Solaris 5.9's /bin/sh,Jim Meyering
which emits a diagnostic to stderr when this test's LC_ALL=de_DE cannot be honored.
2005-09-16whoops. Update expected output, too.Jim Meyering
2005-09-16(subfmt-up1): Put quotes around format stringJim Meyering
to protect `^' from interpretation by some shells. Add a use of OUT_SUBST to compensate for Solaris strftime's slightly different formatting of %c.
2005-09-16Regenerate.Paul Eggert
2005-09-16(subfmt-up1): Test the combination of theJim Meyering
to-upper-case modifier (^) and a conversion specifier that expands to a string containing lower case characters.
2005-09-14(tz-5w, tz-5wf): Test new %:z format with a field width.Jim Meyering
2005-09-14Add tz-1 through tz-5.Paul Eggert
2005-09-13Add tests for --rfc-3339.Paul Eggert
2005-09-10.Jim Meyering
2005-09-10Add test for the bug fixed today.Jim Meyering
2005-09-09Regenerate.Paul Eggert
2005-09-09(neg-secs2, fill-1, fill-2): Add new tests.Jim Meyering
2005-09-05(setuid-etc): New test, for today's addition of colorization forJim Meyering
setuid, setgid files and sticky, other-writable, sticky-and-other-writable directories.
2005-09-04.Jim Meyering
2005-08-17Remove terminating "\n"s once again.Jim Meyering
Automatically add them whenever EXIT != 0.
2005-08-17[neg-secs]: New test for today's strftime.c bug fix.Jim Meyering
2005-08-15add commentJim Meyering
2005-08-15use ERR_SUBST to get around fact that the diagnosticJim Meyering
you get on a system with 32-bit time_t is not the same as the one you get for a system where it's 64 bits wide: - date: time 72057594037927935 is out of range + date: invalid date `@72057594037927935'
2005-08-15(uninit-64): New test for today's date.c fix.Jim Meyering
Rewrite all other OUT strings to include the terminating "\n".
2005-08-14.Jim Meyering
2005-08-13.Jim Meyering
2005-08-13(SUBDIRS): Remove date.Jim Meyering
2005-08-13convert last batch of testsJim Meyering
2005-08-13Use new ENV and ENV_DEL to support this latest batch of tests fromJim Meyering
tests/date/Test.pm
2005-08-13New keywords, ENV and ENV_DEL, to support tests/misc/date.Jim Meyering
2005-08-13move a bunch of tests to ../misc/dateJim Meyering
2005-08-13more tests translated from ../date/Test.pmJim Meyering
2005-08-13move a bunch of tests to ../misc/dateJim Meyering
2005-08-13add a bunch more testsJim Meyering
2005-08-13move a handful of tests to ../misc/dateJim Meyering
2005-08-13more tests translated from ../date/Test.pmJim Meyering
2005-08-13(TESTS): Add date.Jim Meyering
2005-08-13With todays additions, the generated shell script,Jim Meyering
tests/date/date-tests had becoming far too large (over 350KB), so use the superior-but-perl-requiring framework instead. * tests/date/Test.pm: Move new tests from here... * tests/misc/date: ...to this new file.