Andrea Fioraldi
|
cdbb35d87e
|
ASAN_BUILD makefile define
|
2020-02-18 10:53:37 +01:00 |
|
hexcoder-
|
be5032f49e
|
unset AFL_TMPDIR, since afl-fuzz does not cleanup the input file
|
2020-02-17 22:32:12 +01:00 |
|
hexcoder-
|
24dcc5eb37
|
fix issue #194 more seriously
|
2020-02-13 21:06:09 +01:00 |
|
hexcoder-
|
3b9ac30efa
|
test.sh: make grep option '-a' optional. Use when supported
|
2020-02-10 21:52:17 +01:00 |
|
van Hauser
|
f47d905225
|
more unset for test.sh
|
2020-02-09 13:03:55 +01:00 |
|
hexcoder-
|
312732bdbe
|
more portability for (solaris-based OpenIndiana)
|
2020-02-08 18:11:57 +01:00 |
|
hexcoder-
|
a93e11b797
|
first work for OpenIndiana (solaris flavor)
|
2020-02-08 16:50:37 +01:00 |
|
hexcoder
|
7734a9229e
|
track afl-cmin test changes
|
2020-02-07 13:04:49 +01:00 |
|
van Hauser
|
b219198576
|
made cmin testcase more complex and added cmin.bash
|
2020-02-06 15:50:01 +01:00 |
|
hexcoder-
|
4bcea7b31f
|
adapt to afl-cmin with forkserver_mode (and stdin)
|
2020-02-05 22:08:57 +01:00 |
|
Dominik Maier
|
acaf99cd05
|
Revert "Revert "adapt to new afl-ahowmap with forkserver mode""
This reverts commit e2f6114839960e92bb352bee5099faae99317d62.
|
2020-02-03 19:35:02 +01:00 |
|
Dominik Maier
|
e2f6114839
|
Revert "adapt to new afl-ahowmap with forkserver mode"
This reverts commit f676e5528ac8a2d454a607fceaa8590f11b9f795.
|
2020-02-03 19:34:01 +01:00 |
|
hexcoder-
|
f676e5528a
|
adapt to new afl-ahowmap with forkserver mode
|
2020-02-03 19:20:16 +01:00 |
|
Andrea Fioraldi
|
13ac2cb125
|
s/experimental\//examples\/g
|
2020-02-03 14:13:09 +01:00 |
|
van Hauser
|
c7167190a6
|
debug
|
2020-02-01 23:27:15 +01:00 |
|
van Hauser
|
9e53ae7035
|
debug
|
2020-02-01 23:12:29 +01:00 |
|
van Hauser
|
3b8fe02080
|
debug
|
2020-02-01 23:03:14 +01:00 |
|
Andrea Fioraldi
|
86a25e64cd
|
skip persistent qemu test when SYS is not intel
|
2020-02-01 16:36:42 +01:00 |
|
van Hauser
|
4094dcdf88
|
fixed qemu persistent mode test case :-)
|
2020-01-31 18:40:38 +01:00 |
|
van Hauser
|
2c6847bfa0
|
added whitelist+blacklist to all llvm_mode passes
|
2020-01-25 16:11:42 +01:00 |
|
hexcoder-
|
6abe330303
|
afl-cmin more awk portability (mawk), add afl-cmin/afl-tmin tests
for non-x86 platforms
|
2020-01-24 20:58:15 +01:00 |
|
van Hauser
|
436873a19a
|
show stderr on afl-cmin test.sh
|
2020-01-23 11:55:53 +01:00 |
|
van Hauser
|
e7c95ebf5a
|
afl-cmin final touches
|
2020-01-23 10:15:33 +01:00 |
|
hexcoder
|
c490b9aa36
|
afl-cmin debugging is done now, so suppress stdout messages again (but not stderr)
|
2020-01-23 09:11:35 +01:00 |
|
hexcoder-
|
c51f89b58e
|
rectification of vanhauser's fix, made it a bit more robust,
enabled error output for travis debugging
|
2020-01-22 21:50:35 +01:00 |
|
van Hauser
|
fb221db8ae
|
clarify gcc plugin test case result
|
2020-01-22 08:35:41 +01:00 |
|
van Hauser
|
72058fdcbc
|
another freebsd fix in test.sh
|
2020-01-20 12:56:55 +01:00 |
|
hexcoder-
|
274c8d7d3c
|
add missing test program (oops)
|
2020-01-19 21:22:41 +01:00 |
|
hexcoder-
|
f706e210ec
|
add missing test cases for qemu_mode unsigaction library
|
2020-01-19 21:20:51 +01:00 |
|
hexcoder-
|
e7770a7002
|
make exporting AFL_CC FreeBSD specific, since it seems to harm
the libradamsa test on travis/arm64
|
2020-01-19 12:25:32 +01:00 |
|
hexcoder-
|
08691fcc97
|
add forgotten stderr redirect
|
2020-01-18 16:58:20 +01:00 |
|
hexcoder-
|
db5d501715
|
set AFL_CC for libradamsa test (needed on FreeBSD)
|
2020-01-18 16:46:14 +01:00 |
|
hexcoder-
|
7c0704b30c
|
use default memory limit for afl-tmin (again) in test.sh, fix it in afl-tmin
|
2020-01-17 16:01:44 +01:00 |
|
Dominik Maier
|
7b02847cd6
|
renamed to unicornafl
|
2020-01-12 03:02:56 +01:00 |
|
hexcoder-
|
781123a906
|
NetBSDs wc -l prints spaces before the number, so string test
failed -> use pattern matching with "case" instead.
|
2020-01-09 09:50:51 +01:00 |
|
hexcoder
|
57204c7917
|
increase memory for afl-tmin test
needed by NetBSD
|
2020-01-07 23:19:55 +01:00 |
|
van Hauser
|
5fda7861fa
|
test.sh honors LLVM_CONFIG
|
2020-01-05 16:22:50 +01:00 |
|
van Hauser
|
c3bb0a3421
|
added testcases for afl-tmin and afl-cmin
|
2019-12-30 22:21:51 +01:00 |
|
Andrea Fioraldi
|
26d27d9121
|
skip unicorn tests if cannot import unicornafl
|
2019-12-16 09:44:17 +01:00 |
|
Dominik Maier
|
c5d4e8d0c7
|
more prints, ignoring crashdumps
|
2019-12-16 00:32:33 +01:00 |
|
Andrea Fioraldi
|
e79a4faf10
|
Revert "make travis happy"
This reverts commit fc1a52b1c68d60ac27809536e27cb7d32f6cbdcc.
|
2019-12-15 22:25:06 +01:00 |
|
Dominik Maier
|
fc1a52b1c6
|
make travis happy
|
2019-12-15 21:39:38 +01:00 |
|
Dominik Maier
|
05825a888e
|
Fixes for unicorn testscases
|
2019-12-15 18:48:57 +01:00 |
|
hexcoder-
|
8c841a068a
|
fix machine description for NetBSD 'amd64'
|
2019-12-10 07:43:19 +01:00 |
|
hexcoder-
|
b8b0ba004b
|
fix tests on MacOS, radamsa test could not find an instrumented
binary.
|
2019-12-09 13:15:31 +01:00 |
|
van Hauser
|
65bee44d6d
|
non-intel test.sh support
|
2019-12-05 15:59:01 +01:00 |
|
van Hauser
|
7d585059e7
|
test script changes for arm64
|
2019-12-05 15:41:25 +01:00 |
|
van Hauser
|
d08504a667
|
travis enhancement
|
2019-12-05 15:12:28 +01:00 |
|
van Hauser
|
ac322253ca
|
shut up travis. seriously.
|
2019-12-03 14:39:59 +01:00 |
|
van Hauser
|
05bb4252bf
|
travis, finally? please?
|
2019-12-03 14:25:39 +01:00 |
|