syzkaller/sys/test
Dmitry Vyukov 28bd3e371b prog: support AUTO args in programs
AUTO arguments can be used for:
 - consts
 - lens
 - pointers

For const's and len's AUTO is replaced with the natural value,
addresses for AUTO pointers are allocated linearly.

This greatly simplifies writing test programs by hand
as most of the time we want these natural values.

Update tests to use AUTO.
2018-12-10 16:37:02 +01:00
..
gen prog: support AUTO args in programs 2018-12-10 16:37:02 +01:00
test prog: support AUTO args in programs 2018-12-10 16:37:02 +01:00
any.txt prog: properly squash bitfields 2018-02-26 18:21:51 +01:00
exec.txt executor: fix handling of big-endian bitfields 2018-12-08 19:08:08 +01:00
fmt.txt executor: fix handling of big-endian bitfields 2018-12-08 19:08:08 +01:00
init.go Makefile: don't compile all targets into target binaries 2018-08-02 19:07:22 +02:00
test_32_fork_shmem.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_32_shmem.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_64_fork.const executor: overhaul 2018-07-24 12:04:27 +02:00
test_64.const prog: don't add fallback signal after seccomp 2018-08-19 00:13:24 -07:00
test.txt prog: support AUTO args in programs 2018-12-10 16:37:02 +01:00