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

Added generative testing for AST conversions. #527

Merged
merged 2 commits into from
Aug 4, 2014

Conversation

RReverser
Copy link
Contributor

Randomly generated ASTs via esfuzz look like the best option for testing AST conversions.

@michaelficarra
Copy link
Contributor

👍 Very cool. To fix the failing travis build, add this to .travis.yml:

before_install:
  - "npm install npm -g"
  - "git submodule update --init"

@RReverser
Copy link
Contributor Author

Hm, always could fix this simply with npm install npm -g - why could be submodule update required here?

@RReverser
Copy link
Contributor Author

So it's fixed now.

@mishoo mishoo merged commit f8ee5a0 into mishoo:master Aug 4, 2014
@mishoo
Copy link
Owner

mishoo commented Aug 4, 2014

Thanks again, merged.

@RReverser
Copy link
Contributor Author

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants