diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-06 10:54:14 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-06 10:56:09 +0200 |
| commit | 596466b38cd4e2de23df479ffd78dece9966d875 (patch) | |
| tree | ade7a76b932f6311f505c4615755a56997411035 /sys | |
| parent | 873745f2ff183dcbc303a504683ccaa3a472a635 (diff) | |
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.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/test/simple | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
