Skip to content

Add --generate-js-only flag to test runner#1431

Merged
Ms2ger merged 1 commit intoWebAssembly:mainfrom
ngzhian:test-js-only
Mar 21, 2022
Merged

Add --generate-js-only flag to test runner#1431
Ms2ger merged 1 commit intoWebAssembly:mainfrom
ngzhian:test-js-only

Conversation

@ngzhian
Copy link
Member

@ngzhian ngzhian commented Mar 18, 2022

This will return early right after generating JS from the wast test
files. It will not attempt to run the tests, or do the round trip
conversion from wasm <-> wast.

This is convenient for proposals to add tests without having to
update the reference interpreter with implementation, and generate those
tests to JS to run in other Wasm engines.

Fixes #1430.

This will return early right after generating JS from the wast test
files. It will not attempt to run the tests, or do the round trip
conversion from wasm <-> wast.

This is convenient for proposals to add tests without having to
update the reference interpreter with implementation, and generate those
tests to JS to run in other Wasm engines.

Fixes WebAssembly#1430.
Copy link
Collaborator

@Ms2ger Ms2ger left a comment

Choose a reason for hiding this comment

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

lgtm

@Ms2ger Ms2ger merged commit daee490 into WebAssembly:main Mar 21, 2022
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.

Proposal phase process requirements for test suite

2 participants