enhance `test/ufuzz.js` (#1803)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sat, 8 Apr 2017 17:36:38 +0000 (01:36 +0800)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2017 17:36:38 +0000 (01:36 +0800)
commit9a978843f516391495c4fd446f2e01c2f47369ff
treeab3ee8fef48388b6b5ad14c0d13a7d183f9068cb
parent0479ff0c54e8eea90ff5471bd9f77cb7f2e355c3
enhance `test/ufuzz.js` (#1803)

- `-E` to report test cases with runtime errors
- favor returning expressions rather than empty return
- emit a newline upon fuzzer completion to not erase the iteration count

closes #1800
test/ufuzz.js