From 596466b38cd4e2de23df479ffd78dece9966d875 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 6 Sep 2018 10:54:14 +0200 Subject: pkg/runtest: fixes for fuchsia Add simple fuchsia program, the one that is run during image testing. Fix csource errno printing for fuchsia. Fix creation of executable files (chmod is not implemented on fuchsia). Check that we get signal/coverage from all syscalls. --- sys/fuchsia/test/simple | 1 + 1 file changed, 1 insertion(+) create mode 100644 sys/fuchsia/test/simple (limited to 'sys/fuchsia') diff --git a/sys/fuchsia/test/simple b/sys/fuchsia/test/simple new file mode 100644 index 000000000..08c873aee --- /dev/null +++ b/sys/fuchsia/test/simple @@ -0,0 +1 @@ +syz_mmap(&(0x7f0000000000/0x1000), 0x1000) -- cgit mrf-deployment