CVS log for src/tests/usr.bin/printf/t_builtin.sh
Up to [cvs.NetBSD.org] / src / tests / usr.bin / printf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:33 2020 UTC (5 years ago) by martin
Branches: phil-wifi
Diff to: previous 1.4.2.2: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.2: +2 -2
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 21 15:00:18 2019 UTC (5 years, 9 months ago) by kre
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Correct a typo. It is atf_require_prog not atf_require_pfog ...
Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:12 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.1: +132 -0
lines
Sync with HEAD
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Sun Sep 30 01:45:58 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +20 -11
lines
Ssync with HEAD
Revision 1.4.2.1
Fri Sep 14 19:52:23 2018 UTC (6 years, 7 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.4: +0 -132
lines
file t_builtin.sh was added on branch phil-wifi on 2019-06-10 22:10:12 +0000
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 14 19:52:23 2018 UTC (6 years, 7 months ago) by kre
Branches: MAIN
CVS tags: phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930
Branch point for: phil-wifi
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +17 -12
lines
When the shell being tested for builtin printf supports "type -t"
use it to test if printf is built in, it is must more reliable that
guessing at the output format and message of "type" (without -t).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Sep 10 15:02:11 2018 UTC (6 years, 7 months ago) by kre
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1
lines
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).
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 8 18:24:01 2018 UTC (6 years, 7 months ago) by kre
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
Make sure we're in the standard locale when testing for printf
being built in to the shell, so we don't receive an unrecognisable
(to the script) message from the shell when we ask it.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:49 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +123 -0
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.1.2.1
Wed Sep 5 21:05:40 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.1: +0 -123
lines
file t_builtin.sh was added on branch pgoyette-compat on 2018-09-06 06:56:49 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 5 21:05:40 2018 UTC (6 years, 7 months ago) by kre
Branches: MAIN
CVS tags: pgoyette-compat-0906
Branch point for: pgoyette-compat
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.
CVSweb <webmaster@jp.NetBSD.org>