You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Hi, I found that https://github.com/sslab-gatech/DIE/blob/master/fuzz/scripts/make_initial_corpus.py#L59 simply copies the .js and .t files. If we want to add new test cases, how do we generate the .t files for js files?
The text was updated successfully, but these errors were encountered:
@thdusdl1219 Appreciated for the help! A minor issue. The CPair should be Pair in https://github.com/sslab-gatech/DIE/blob/master/fuzz/TS/typer/typer.ts#L7
Hi, I found that
https://github.com/sslab-gatech/DIE/blob/master/fuzz/scripts/make_initial_corpus.py#L59
simply copies the.js
and.t
files. If we want to add new test cases, how do we generate the.t
files for js files?The text was updated successfully, but these errors were encountered: