Dmitry V. Levin
d461151f23
* io.c (print_llu_from_low_high_val): Rename to print_lld_from_low_high_val, all callers changed. Print value as a signed integer. * tests/preadv.c: New file. * tests/preadv.test: New test. * tests/pwritev.c: New file. * tests/pwritev.test: New test. * tests/.gitignore: Add preadv and pwritev. * tests/Makefile.am (check_PROGRAMS): Likewise. (preadv_CPPFLAGS, pwritev_CPPFLAGS): New variables. (DECODER_TESTS): Add preadv.test and pwritev.test.
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check preadv syscall decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a21
|