summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2024-07-03maint: run 'make update-copyright'Reuben Thomas
* cfg.mk (old_NEWS_hash): Update hash of NEWS to reflect copyright date change. Patch from Collin Funk.
2022-01-31maint: allow atexit-1 test to work when wprintf failedReuben Thomas
The test assumed that there was no error before closing stdout. When there is, the output is different (close_stdout detects a previous error). Hence, detect just the “write error” part of the output, which is constant. (The other part may depend on the libc anyway.)
2022-01-27tests: remove multibyte-1 testReuben Thomas
There is no way to make wide character conversion fail reliably: in particular, some libc’s, such as musl, allow conversion even in the C locale; and glibc allows it in 8-bit locales.
2019-01-20tests: add two new testsSami Kerola
* tests/atexit-1: Check atexit handling works correctly. * tests/operand-1: Check extra operand failure. * Makefile.am: Make autotools aware of the new tests.
2019-01-20hello: use strlen() to find greeting lengthSami Kerola
* src/hello.c: ditto. * tests/multibyte-1: check multibyte strings fail correctly. * Makefile.am: make autotools aware of the new test.
2019-01-20maint: update all copyright year number rangesSami Kerola
* Run "make update-copyright". * Add copyright notice 'contrib/evolution.txt' and 'NEWS' files.
2017-03-03maint: update all copyright year number rangesSami Kerola
* cfg.mk: Add copyright update environment settings. * And run 'make update-copyright'.
2016-12-16Make the greeting-2 test POSIX compliant and traceable through "sh -x".Bruno Haible
* tests/greeting-2: Don't use the "set - ARGS" idiom. References: https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Limitations-of-Builtins.html http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
2015-01-01maint: update all copyright year number rangesSami Kerola
Run "make update-copyright" and * configure.ac: Add copyright header. * contrib/de_franconian_po.txt: Translate copyright sign ascii character to capital C in round braces in order to get the file to be part of "make update-copyright" scope.
2014-03-13maint: update all copyright dates via "make update-copyright"Jim Meyering
2013-12-31make none-recursive build commit 714f2a2 completeSami Kerola
* .gitignore: ignore test-suite.log * tests/Makefile.am: remove unnecessary file
2013-12-29remove unnecessary code from GNU HelloSami Kerola
* src/hello.c: remove --next-generation print out format * man/hello.x: remove --next-generation related BUG item * Makefile.am: remove --next-generation test * doc/hello.texi: remove --next-generation documentation * tests/multiline-box-1: removal * tests/last-1: remove use of -n option Karl Berry proposed the removal.
2013-12-25update copyright yearsSami Kerola
Makefile.am: this file was updated in 2013 README: likewise cfg.mk: likewise src/system.h: likewise tests/last-1: likewise
2013-12-04fix new format when printing multiple linesSami Kerola
* Makefile.am: add test * src/hello.c: add new function print_box() * tests/multiline-box-1: test multiline printing
2013-10-10allow user message to use new-generation greeting format (patch from Sami ↵Reuben Thomas
Kerola)
2013-05-04Add some more patterns to .gitignore files (thanks, Sami Kerola)Reuben Thomas
2013-05-04tests/Makefile.am: add a missing backslashReuben Thomas
2013-05-01Use parallel tests harness, to fix make check with newer automake.Reuben Thomas
* configure.ac (AM_INIT_AUTOMAKE): Add the 'parallel-tests' option. Also, require Automake >= 1.11.1, since that option was only introduced in the 1.11.x, and Automake 1.11 should not be used because it suffered from few serious bugs. (AC_PREREQ): Require Autoconf 2.62, since that is the minimal version required by Automake 1.11 anyway. * tests/Makefile.am (TESTS_ENVIRONMENT): Split into ... (AM_TESTS_ENVIRONMENT, LOG_COMPILER): ... these two, and adjust to the slightly different APIs.
2012-04-19Fix various nits found by make syntax-check, and remove more generated files.Reuben Thomas
2011-12-17Update gnulib and convert .cvsignore to .bzrignore.Reuben Thomas
* gnulib: Update. * .bzrignore: Add. * .cvsignore: Remove. * contrib/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * man/.cvsignore: Likewise. * po/.cvsignore: Likewise. * src/.cvsignore: Likewise. * tests/.cvsignore: Likewise. * build/mkinstalldirs: Remove: no longer needed. * po: Update.
2010-06-24[project @ 2010-06-24 00:13:06 by karl]karl
remove automake note from subdirs
2008-11-28[project @ 2008-11-28 18:28:41 by karl]karl
add new test last-1
2008-11-27[project @ 2008-11-27 19:55:01 by karl]karl
url instead of physical FSF address
2007-06-26[project @ 2007-06-26 16:04:37 by karl]karl
update notices for GPLv3
2006-11-09[project @ 2006-11-09 19:53:43 by karl]karl
whitespace, copyright years
2006-11-09[project @ 2006-11-09 19:44:44 by karl]karl
oops, separate changelogs
2006-10-17[project @ 2006-10-17 21:57:42 by karl]karl
remove trailing whitespace
2006-10-16[project @ 2006-10-16 00:03:51 by karl]karl
try to remove CR chars from test output
2006-09-03[project @ 2006-09-03 00:10:32 by karl]karl
formatting
2006-08-23[project @ 2006-08-23 13:49:05 by karl]karl
doc fixes
2006-08-23[project @ 2006-08-23 13:46:23 by karl]karl
locale fixes for tests
2006-08-22[project @ 2006-08-22 20:28:27 by karl]karl
rm subdirs on normal exit (from bruno)
2006-08-22[project @ 2006-08-22 20:23:15 by karl]karl
new test greeting-2, usually skipped
2006-08-13[project @ 2006-08-13 15:26:26 by karl]karl
redo tests
2005-05-14[project @ 2005-05-14 23:47:48 by karl]karl
new FSF address
2005-03-28[project @ 2005-03-28 00:40:42 by karl]karl
updating to current autotools and gettext
2005-03-23[project @ 2005-03-23 13:16:21 by karl]karl
no CVS for Makefile.in
2004-12-06[project @ 2004-12-06 00:50:50 by karl]karl
init