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

Symbolic tests refactoring #126

Merged
merged 6 commits into from
Feb 5, 2024
Merged

Conversation

epatrizio
Copy link
Collaborator

No description provided.

@epatrizio epatrizio force-pushed the add_tests branch 3 times, most recently from 5c4cdf4 to cd7142b Compare January 25, 2024 14:12
;; in memory.t, only one model symbol is equal to 0
(call $i32 (i32.load8_s (i32.const 0)))
(call $i32 (i32.load16_s (i32.const 4)))
(call $i32 (i32.load (i32.const 8)))
Copy link
Member

@zapashcanon zapashcanon Jan 26, 2024

Choose a reason for hiding this comment

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

Same suggestion than for global tests.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OK, done !
Should these tests be combined with load and store ..8.. ..16.. ..32.. ... ?

Copy link
Member

Choose a reason for hiding this comment

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

Yes

test/sym/store.wat Outdated Show resolved Hide resolved
@zapashcanon
Copy link
Member

Could you format the code with dune fmt ?

@zapashcanon zapashcanon merged commit 934a4b0 into OCamlPro:main Feb 5, 2024
2 checks passed
@zapashcanon
Copy link
Member

Thanks!

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.

2 participants