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] Update testsuite and corresponding update to comment parser #2416

Merged
merged 1 commit into from
May 13, 2024

Conversation

sbc100
Copy link
Member

@sbc100 sbc100 commented May 8, 2024

The main change here is because comments.wast was updated to include a "quoted" module at the top level.

Previously quoted modules had only been used as part of invalid or malformed assertion expressions.

I've also added copies of the lagacy exception handling tests that were removed from the testsuite repo.
These can be removed from wabt once the testsuite gets updated again. See WebAssembly/testsuite#81

@sbc100 sbc100 requested a review from keithw May 8, 2024 22:34
@sbc100 sbc100 requested a review from dschuff May 8, 2024 22:36
@sbc100 sbc100 force-pushed the update_testsuite2 branch 4 times, most recently from ea2e1ac to feed7be Compare May 9, 2024 15:34
src/interp/interp.cc Outdated Show resolved Hide resolved
@sbc100
Copy link
Member Author

sbc100 commented May 9, 2024

I'd like to land this change soon(ish) since its currently blocking the next roll which is introduces table64.

The main change here is because `comments.wast` was updated to include
a "quoted" module at the top level.

Previously quoted modules had only been used as part of invalid or
malformed assertion expressions.
@sbc100
Copy link
Member Author

sbc100 commented May 13, 2024

@dschuff ptal

@dschuff
Copy link
Member

dschuff commented May 13, 2024

Can you clarify in the commit message that there is also a functional change for the wast parsing?

@sbc100 sbc100 changed the title [test] Update testsuite [test] Update testsuite and corresponding update to comment parser May 13, 2024
@sbc100 sbc100 merged commit c24a216 into main May 13, 2024
18 checks passed
@sbc100 sbc100 deleted the update_testsuite2 branch May 13, 2024 18:40
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