summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-21 14:19:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-21 15:52:40 +0100
commite86effd159d06a6ceeb5571f98d4f45c7fe9f893 (patch)
treeed9a5a1f05779e53f80a6031cde82ce267cfaa8a /vcl/workben
parent3303f43a6ea3c377331491d70a539e7e02ca9df8 (diff)
move afl examples/test-cases to dedicated dir
Change-Id: I36f09cd19ea721ee69e62fac4cf0744827e8cefb
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/README.eventtesting24
-rw-r--r--vcl/workben/eventtesting.impressbin196 -> 0 bytes
-rw-r--r--vcl/workben/eventtesting.writerbin28 -> 0 bytes
3 files changed, 0 insertions, 24 deletions
diff --git a/vcl/workben/README.eventtesting b/vcl/workben/README.eventtesting
deleted file mode 100644
index 963bed1cdd22..000000000000
--- a/vcl/workben/README.eventtesting
+++ /dev/null
@@ -1,24 +0,0 @@
-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/workben/eventtesting.impress b/vcl/workben/eventtesting.impress
deleted file mode 100644
index ac7991875af2..000000000000
--- a/vcl/workben/eventtesting.impress
+++ /dev/null
Binary files differ
diff --git a/vcl/workben/eventtesting.writer b/vcl/workben/eventtesting.writer
deleted file mode 100644
index b85a20356f1d..000000000000
--- a/vcl/workben/eventtesting.writer
+++ /dev/null
Binary files differ