Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for tests/lib/pkg_printf_test.c  ·  View all commits
26 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
7 days ago 920c183
B
options: remove %Od and %OD they where never used and populated
Baptiste Daroussin
22 days ago 903337f
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago fa6223f
B
test: use ATF_TC_WITHOUT_HEAD to simplify code for tests
Baptiste Daroussin
3 years ago e04d9e6
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
pkg_printf: migrate to open_memstream
Baptiste Daroussin
5 years ago a61a302
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
M
Ignore the zero padding format modifier with sting values
Matthew Seaman
10 years ago 1e310be
B
Linux does not have whiteout device type
Baptiste Daroussin
10 years ago 9af2287
B
Remove never used uidstr/gidstr
Baptiste Daroussin
10 years ago d7d8ada
B
Make the test failure ouptut more verbose
Baptiste Daroussin
11 years ago f6ff908
M
Update tests to add new %x (package tarball size) format. Also add the neglected tests for %z (short checksum) format. '%x' had previously been used as a test for a non-existent format, so introduce '%Z' now in that role.
Matthew Seaman
11 years ago 6a258e3
B
Garbage collect now no-op code
Baptiste Daroussin
11 years ago f0b1fae
V
Merge branch 'master' into gsoc
Vsevolod Stakhov
12 years ago 8d30157
M
Update tests to cover new %Od and %OD format codes.
Matthew Seaman
12 years ago b06fa85
B
Use ATF_REQUIRE directly instead of ATF_REQUIRE_EQ to validate != NULL
Baptiste Daroussin
12 years ago 21b66f5
M
Merge branch 'pkg_printf'
Matthew Seaman
12 years ago 96a2e4e
M
Actually, change %N to produce the repo identity -- the tag that is used in pkg.conf(5) -- rather than repo name: the basename of the sqlite file and the name the database is mounted as (which is properly of interest only to the inernals of pkg, and not what we want pkg query etc. to display).
Matthew Seaman
12 years ago 2306132
M
Add new %N pkg_printf() escape: Repository name, plus doccumentation and testing for the same.
Matthew Seaman
12 years ago bfba1d1
M
Add tests for new pkg_printf() formats: %R, %V, %u
Matthew Seaman
12 years ago af0bfe8
M
Add tests for %q -- package architecture
Matthew Seaman
12 years ago 8ab84fa
M
Add tests for %S
Matthew Seaman
12 years ago 72e6e4c
M
Nuke PKG_INFOS from orbit (it's the only way to be sure.)
Matthew Seaman
12 years ago 8938697
M
Update tests due to adding %e, %dk and %rk
Matthew Seaman
12 years ago 241e1c5
M
Move alloc() / free() of struct percent_esc * up a level in the function call tree -- reduce the number of alloc()/free() cycles.
Matthew Seaman
12 years ago a48421c
M
Use a lest cryptic name for the tests
Matthew Seaman
12 years ago 8d1ac98