MozillaSecurity / funfuzz

A collection of fuzzers in a harness for testing the SpiderMonkey JavaScript engine.
Mozilla Public License 2.0
630 stars 115 forks source link

[jsfunfuzz] Fuzz Promises #55

Open nth10sd opened 8 years ago

nth10sd commented 8 years ago

Promises have been enabled in SpiderMonkey, and LangFuzz has started finding issues in Promise-related functions such as setPromiseRejectionTrackerCallback in bug 1287401.

Ref: bug 911216

nth10sd commented 7 years ago

randorderfuzz has been finding more Promise-related issues as more of the Promise testcases get landed in the tree.