Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f67126

Browse files
committed
Release 0.5.0
1 parenta5a0840 commit0f67126

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
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+
24

35
Features:
46

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
624

725
Bugfixes:
826

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
1035

1136
##0.4.2 (2018-04-20)
1237

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
if__name__=="__main__":
3737
setup(name="funfuzz",
38-
version="0.5.0a1",
38+
version="0.5.0",
3939
entry_points={
4040
"console_scripts": ["funfuzz = funfuzz.bot:main"],
4141
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp