Mercurial > hg
view tests/test-fuzz-targets.t @ 39800:572cd30eaffb stable
revset: add test demonstrating a bug with commonancestor()
Specifically, 9 is clearly not in "::8 and ::9".
Differential Revision: https://phab.mercurial-scm.org/D4737
author | Valentin Gatien-Baron <vgatien-baron@janestreet.com> |
---|---|
date | Tue, 25 Sep 2018 15:27:41 -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