diff options
author | Alon Zakai <azakai@google.com> | 2020-05-06 17:49:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 17:49:55 -0700 |
commit | 7c35582d4a847f01d8eec3e44657897c0c46380f (patch) | |
tree | e155e7d04e2bdce8c2d843d25f875907902e2a84 /test/binaryen.js/functions.js | |
parent | 4c9473a4bb6109c38ae669667036baedb090ef99 (diff) | |
download | binaryen-7c35582d4a847f01d8eec3e44657897c0c46380f.tar.gz binaryen-7c35582d4a847f01d8eec3e44657897c0c46380f.tar.bz2 binaryen-7c35582d4a847f01d8eec3e44657897c0c46380f.zip |
Make reduction even easier from fuzz_opt.py (#2832)
With this, when it finds a bug all you need to do is copy-paste
a single line and it runs the reducer. To do that, it creates a
reducer script and fills it out for you. The script has all the docs
we used to print out to the console, so the console output is
more focused and concise now.
In most cases just running the single line it suggests should
work, however I found that it doesn't always. One reason is
#2831
Also add a missing sys.exit(1), without which we returned 0
despite printing out an error on a failing testcase.
Diffstat (limited to 'test/binaryen.js/functions.js')
0 files changed, 0 insertions, 0 deletions