Home | History | Annotate | Download | only in printf
History log of /src/tests/usr.bin/printf/printf.sh
RevisionDateAuthorComments
 1.9  24-May-2022  andvar fix various typos in comment, documentation and log messages.
 1.8  19-May-2021  kre With the (very) recent changes to printf(1), a numeric conversion from data
of the form '+1 (two (or more) characters after the quote) will now generate
an error message, and cause printf(1) to exit(1) when it is done.

Adapt the test cases which use that data form to handle that.
 1.7  19-May-2021  kre Fix a truly embarrassing quoting screwup. There is an explanation as
to why this didn't cause any failures, but I won't go into it here.
This was detected by the about to be committed printf changes.

While here also correct a couple of minor comment layout issues.
 1.6  24-Apr-2020  kre branches: 1.6.2;

ATF runs shell script tests with "sh -e" (WHY???)

Compensate for that by adding an explicit test to a command so
-e will not kill the shell when the command (expectedly) fails.

Previously this was saved by /bin/sh disabling -e in command subs.
 1.5  12-Nov-2019  kre Add a missing ("quoting") '>' in an atf_fail error message string.
Since the tests don't (usually) fail no-one ever noticed the missing char.

That is, the "received this" and "expected this" strings were supposed
to appear in the output err message as "<<string>>" but one of those
closing '>' chars was missing.

No-one should ever notice this change in normal operation, as the tests
are not intended to fail.
 1.4  21-Jul-2019  kre Stop assuming that printf handles options in any way at all
(it doesn't - that is, shouldn't) which includes processing -- as an
"end of options". The first arg is (always) the format string.

Remove/fix tests that assumed the contrary.

Problem (with printf) pointed out on tech-userlevel by Thierry Laronde.
 1.3  14-Sep-2018  kre branches: 1.3.2;

Move the tests of character value args to floating conversions
out of the %e test and into the NetBSD specific tests, while POSIX
once (apparently) required (or seemed to require) support for that,
it no longer does (and character value args to float conversions do
not make much sense - char valuse are always integers).

When char conversions are supported, test that \' (or \" ) (that is,
no character following the quote) works as an arg (should result in zero,
as there's a \0 in the arg after the quote char).

Add some big/small number %g conversion tests.
 1.2  10-Sep-2018  kre Add a test where printf is run twice in the same shell, and the
first invocation uses \c in a %b arg - make sure that 2nd invocation
is not affected by that (it was until recently, for a very long time).
 1.1  05-Sep-2018  kre branches: 1.1.2;
Add ATF tests for printf(1)

Two new test programs, one for the version of printf in /bin/sh
and one for the command /usr/bin/printf (t_builtin and t_command)

Each test program has 28 test cases (the same in each) of which
currently 27 pass, and 1 is skipped.

See the test scripts themselves for more information.
 1.1.2.3  30-Sep-2018  pgoyette Ssync with HEAD
 1.1.2.2  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1.2.1  05-Sep-2018  pgoyette file printf.sh was added on branch pgoyette-compat on 2018-09-06 06:56:49 +0000
 1.3.2.3  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.3.2.2  10-Jun-2019  christos Sync with HEAD
 1.3.2.1  14-Sep-2018  christos file printf.sh was added on branch phil-wifi on 2019-06-10 22:10:12 +0000
 1.6.2.1  31-May-2021  cjep sync with head

RSS XML Feed