Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: replace jsfuzz with jazzer.js #144

Merged
merged 2 commits into from
Apr 9, 2023

Conversation

ChristianMurphy
Copy link
Member

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and couldn’t find anything (or linked relevant results below)
  • If applicable, I’ve added docs and tests

Description of changes

jsfuzz no longer publishes to npm and hasn't been actively maintained in several months.
jazzer.js is a drop in replacement, does not have the buffering issue which required patch-package, and is actively working on native ESM support (CodeIntelligenceTesting/jazzer.js#162).

@ChristianMurphy ChristianMurphy added the 🕸️ area/tests This affects tests label Apr 7, 2023
@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Apr 7, 2023
jsfuzz no longer publishes to npm and hasn't been actively maintained in
several months.
jazzer.js is a drop in replacement, does not have the buffering issue
which required patch-package, and is actively working on native ESM
support.
@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2023

Codecov Report

Merging #144 (3ae6722) into main (41e3c4c) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff            @@
##              main      #144   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           57        57           
  Lines        10091     10091           
=========================================
  Hits         10091     10091           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@wooorm wooorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea.

Can you format this?
And update the docs on the timeout? https://github.com/micromark/micromark#test

@ChristianMurphy
Copy link
Member Author

formatted code and updated docs

@wooorm wooorm merged commit ce3593a into micromark:main Apr 9, 2023
@wooorm wooorm added 🏗 area/tools This affects tooling 💪 phase/solved Post is done labels Apr 9, 2023
@wooorm
Copy link
Member

wooorm commented Apr 9, 2023

Thanks!

@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Apr 9, 2023
@ChristianMurphy ChristianMurphy deleted the jazzer-fuzzer branch April 9, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕸️ area/tests This affects tests 🏗 area/tools This affects tooling 💪 phase/solved Post is done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants