test-coredump-util: add tests for parse_aux()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 Mar 2023 12:42:40 +0000 (13:42 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Mar 2023 17:06:46 +0000 (18:06 +0100)
commit2f809d29e85527acd75d4d2e46aaa14adc2f09dd
treeff042e0bb2ee9463b2a14f19f6fd423e56fdae5e
parentcb38fdbedb1da1a75857dec4e583acf9732c082d
test-coredump-util: add tests for parse_aux()

The test files are /proc//auxv files copies from various architecutres
signified by the file name suffix.

Those tests are fairly simple, but when we run them on n architectures, we do
~n² cross-arch tests.
14 files changed:
src/test/test-coredump-util.c
test/auxv/.gitattributes [new file with mode: 0644]
test/auxv/bash.riscv64 [new file with mode: 0644]
test/auxv/cat.s390x [new file with mode: 0644]
test/auxv/dbus-broker-launch.aarch64 [new file with mode: 0644]
test/auxv/dbus-broker-launch.amd64 [new file with mode: 0644]
test/auxv/polkitd.aarch64 [new file with mode: 0644]
test/auxv/resolved.arm32 [new file with mode: 0644]
test/auxv/sleep.i686 [new file with mode: 0644]
test/auxv/sleep32.i686 [new file with mode: 0644]
test/auxv/sleep64.amd64 [new file with mode: 0644]
test/auxv/sudo.aarch64 [new file with mode: 0644]
test/auxv/sudo.amd64 [new file with mode: 0644]
test/meson.build