Mercurial > hg-stable
view tests/test-fuzz-targets.t @ 38306:bec815f991b0
cvsps: port changeset __repr__ to py3
This appears to be unused except as a debugging aid, as it didn't
break until I added a debug print() in service of the previous
fix. Sigh.
Differential Revision: https://phab.mercurial-scm.org/D3724
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 12 Jun 2018 18:49:22 -0400 |
parents | 46dcb9f14900 |
children | 6c01fad8de32 |
line wrap: on
line source
#require test-repo $ cd $TESTDIR/../contrib/fuzz #if clang-libfuzzer $ make -s clean all #endif #if no-clang-libfuzzer clang-6.0 $ make -s clean all CC=clang-6.0 CXX=clang++-6.0 #endif #if no-clang-libfuzzer no-clang-6.0 $ exit 80 #endif Just run the fuzzers for five seconds each to verify it works at all. $ ./bdiff -max_total_time 5 $ ./mpatch -max_total_time 5 $ ./xdiff -max_total_time 5