]> granicus.if.org Git - strace/commit
tests: add utimensat test variants with different xlat verbosity levels
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sat, 25 Aug 2018 23:30:15 +0000 (01:30 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 2 Sep 2018 17:44:26 +0000 (17:44 +0000)
commitf56117336750bae83057a147b7849f7793036a47
tree2396e1f5e2cdb3b285952a5f11e68ac6501e6236
parent9f4b5992fe0b45de5794da34dfc42f561700fffa
tests: add utimensat test variants with different xlat verbosity levels

* tests/utimensat-Xabbrev.c: New file.
* tests/utimensat-Xraw.c: Likewise.
* tests/utimensat-Xverbose.c: Likewise.
* tests/utimensat.c: Add handling of XLAT_RAW and XLAT_VERBOSE flags.
* tests/pure_executables.list: Add utimensat-Xabbrev, utimensat-Xraw,
and utimensat-Xverbose.
* tests/.gitignore: Likewise.
* tests/gen_tests.in (utimensat-Xabbrev, utimensat-Xraw, utimensat-Xverbose): New
tests.
tests/.gitignore
tests/gen_tests.in
tests/pure_executables.list
tests/utimensat-Xabbrev.c [new file with mode: 0644]
tests/utimensat-Xraw.c [new file with mode: 0644]
tests/utimensat-Xverbose.c [new file with mode: 0644]
tests/utimensat.c