diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
commit | 267c6f2ac71f92999e969232431ba04678e7437e (patch) | |
tree | 358c9467650e1d0a1d7227a21dac2e3d08b622b2 /vcl/qa/afl-eventtesting | |
parent | Initial commit. (diff) | |
download | libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.tar.xz libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.zip |
Adding upstream version 4:24.2.0.upstream/4%24.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vcl/qa/afl-eventtesting')
-rw-r--r-- | vcl/qa/afl-eventtesting/README.eventtesting | 24 | ||||
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.impress | bin | 0 -> 196 bytes | |||
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 | bin | 0 -> 235 bytes | |||
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 | bin | 0 -> 110 bytes | |||
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 | bin | 0 -> 196 bytes | |||
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 | bin | 0 -> 208 bytes | |||
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 | bin | 0 -> 184 bytes | |||
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.writer | bin | 0 -> 28 bytes |
8 files changed, 24 insertions, 0 deletions
diff --git a/vcl/qa/afl-eventtesting/README.eventtesting b/vcl/qa/afl-eventtesting/README.eventtesting new file mode 100644 index 0000000000..963bed1cdd --- /dev/null +++ b/vcl/qa/afl-eventtesting/README.eventtesting @@ -0,0 +1,24 @@ +Notes on experimental afl driven ui fuzzing + +only keyboard events for now + +vcl/workben/eventtesting.writer is just serialized "hello" + ctrl+a + ctrl+b +keystrokes to get things started + +vcl/workben/eventtesting.impress is a bit more involved and inserts text, +a new slide via the menu, bullets and undos for all of that + +currently an arbitrary limit of 50 keystrokes before application quits in +order to initially explore that shallow space + +writer: +Xnest :1 +cp vcl/workben/eventtesting.writer eventtesting +afl-fuzz -f eventtesting -t 10000 -i ~/fuzz/in.vcl -o ~/fuzz/out.vcl -d -T vcl -m 50000000 instdir/program/soffice.bin --nologo --writer --eventtesting --norestore --display :1 + +impress: +Xnest :1 +cp vcl/workben/eventtesting.impress eventtesting +afl-fuzz -f eventtesting -t 10000 -i ~/fuzz/in.vcl -o ~/fuzz/out.vcl -d -T vcl -m 50000000 instdir/program/soffice.bin --nologo --impress --eventtesting --norestore --display :1 + +This also works with --headless and no --display entry and thus no Xnest required diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress b/vcl/qa/afl-eventtesting/eventtesting.impress Binary files differnew file mode 100644 index 0000000000..ac7991875a --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.impress diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 Binary files differnew file mode 100644 index 0000000000..f8802b5ad7 --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-1 diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 Binary files differnew file mode 100644 index 0000000000..d312939e47 --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-2 diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 Binary files differnew file mode 100644 index 0000000000..e6639bab1b --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 Binary files differnew file mode 100644 index 0000000000..3b0f9bc82b --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-4 diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 Binary files differnew file mode 100644 index 0000000000..0221754537 --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-5 diff --git a/vcl/qa/afl-eventtesting/eventtesting.writer b/vcl/qa/afl-eventtesting/eventtesting.writer Binary files differnew file mode 100644 index 0000000000..b85a20356f --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.writer |