ndmitchell / hexml

A bad XML parser
Other
19 stars 4 forks source link

Reenable the AFL tests #14

Open ndmitchell opened 6 years ago

ndmitchell commented 6 years ago

They seem to have stopped working - sort them out

ndmitchell commented 6 years ago

See https://travis-ci.org/ndmitchell/hexml/jobs/321106337 which reads:

unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=clang ../afl-clang-fast -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DVERSION=\"2.52b\"  ../test-instr.c -o test-instr 
clang-5.0: error: unable to execute command: Segmentation fault (core dumped)
clang-5.0: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 5.0.0 (tags/RELEASE_500/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/clang-5.0.0/bin
clang-5.0: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang-5.0: error: unable to execute command: Segmentation fault (core dumped)
clang-5.0: note: diagnostic msg: Error generating preprocessed source(s).
make: *** [test_build] Error 254
make: *** No rule to make target `install'.  Stop.