|
1 | | -##0.5.0 (201X-XX-XX) |
| 1 | +##0.5.0 (2018-11-07) |
| 2 | + |
| 3 | +0.5.x is the final version series with stable dual Python 2/3 support, and the branch will then be put on maintenance mode. Going forward, funfuzz will be on Python 3.6+ |
2 | 4 |
|
3 | 5 | Features: |
4 | 6 |
|
5 | | -* TBD |
| 7 | +* funfuzz: Numerous Python 3 compatibility fixes |
| 8 | +* funfuzz: SpiderMonkey code coverage support added |
| 9 | +* funfuzz: The`crashesat` interestingness test has been refactored to use argparse, logging and pathlib (#199) |
| 10 | +* funfuzz:`flake8-commas`,`flake8-quotes` extensions to`flake8` linting were added |
| 11 | +* funfuzz: There is now a`get_hg_repo.sh` script in the util directory to clone`mozilla-central` or`mozilla-beta` using aria2 instead |
| 12 | +* funfuzz: Remove`shellify` (#184) |
| 13 | +* funfuzz/compare_jit:`--no-streams` and`--enable-wasm-gc` are now tested |
| 14 | +* funfuzz/compare_jit: Removed`--ion-shared-stubs=[on|off]`,`--non-writable-jitcode`,`--ion-aa=flow-sensitive` and`--ion-aa=flow-insensitive` since they are no longer part of SpiderMonkey |
| 15 | +* jsfunfuzz:`objectEmulatingUndefined` became`createIsHTMLDDA`, see[bug 1410194](https://bugzilla.mozilla.org/show_bug.cgi?id=1410194) |
| 16 | +* jsfunfuzz: Generates decreasing for-loops |
| 17 | +* jsfunfuzz: Tests the`keepFailing:true` option for oomTest |
| 18 | +* jsfunfuzz: Support`recomputeWrappers` |
| 19 | +* jsfunfuzz:`evaluate` accepts`saveIncrementalBytecode` as a parameter, see[bug 1427860](https://bugzilla.mozilla.org/show_bug.cgi?id=1427860) |
| 20 | +* jsfunfuzz:`newGlobal` accepts`sameCompartmentAs` as a parameter, see[bug 1487238](https://bugzilla.mozilla.org/show_bug.cgi?id=1487238) |
| 21 | +* jsfunfuzz:`newGlobal` accepts`invisibleToDebugger` as a parameter |
| 22 | +* jsfunfuzz: Object.prototype no longer have the`__count__` and`__parent__` properties |
| 23 | +* jsfunfuzz: Stop generating generator expressions |
6 | 24 |
|
7 | 25 | Bugfixes: |
8 | 26 |
|
9 | | -* TBD |
| 27 | +* compare_jit:`--no-native-regexp` and`--no-wasm` were removed from basic_flag_sets |
| 28 | +* compare_jit: Calling`ShellResult` in`js_interesting` would fail due to the absence of`options.jsengine` |
| 29 | +* funfuzz: Fix#9 - compileShell fails on Fedora due to autoconf 2.13 binary name discrepancy (#189) |
| 30 | +* funfuzz: Fix#33 - Dump the error to`.busted` log files when configuration fails, but append the info to them if they already exist |
| 31 | +* funfuzz: Off-by-one error in path concatenation in`jsFilesIn` function fixed |
| 32 | +* funfuzz: Some Clang/ASan build support fixes |
| 33 | +* funfuzz: Rename`sps` to`os_ops` in loop.py (#205) |
| 34 | +* Various other bugfixes |
10 | 35 |
|
11 | 36 | ##0.4.2 (2018-04-20) |
12 | 37 |
|
|