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

Exercise array.get_s in array.wast #497

Merged
merged 3 commits into from
Dec 19, 2023
Merged

Conversation

fitzgen
Copy link
Contributor

@fitzgen fitzgen commented Dec 18, 2023

Previously array.get_s was not exercised by the test suite at all.

array.wast exercises array.get_u and has been updated to also exercise array.get_s.

@tlively PTAL

Previously `array.get_s` was not exercised by the test suite at all.

`array.wast` exercises `array.get_u` and has been updated to also exercise `array.get_s`.
test/core/gc/array.wast Outdated Show resolved Hide resolved
@tlively
Copy link
Member

tlively commented Dec 19, 2023

Hmm, the CI error seems probably real?

@fitzgen
Copy link
Contributor Author

fitzgen commented Dec 19, 2023

Hmm, the CI error seems probably real?

Just fixed it. Leftover 0 typo.

@fitzgen
Copy link
Contributor Author

fitzgen commented Dec 19, 2023

@tlively I don't have merge bits, could you do the honor?

@tlively tlively merged commit 207333e into WebAssembly:main Dec 19, 2023
1 check passed
@fitzgen fitzgen deleted the patch-2 branch December 19, 2023 19:41
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.

None yet

2 participants