Skip to content

test: convert issue 831 regression test to lit test#1062

Open
giwaov wants to merge 1 commit into0xMiden:nextfrom
giwaov:test/lit-issue831
Open

test: convert issue 831 regression test to lit test#1062
giwaov wants to merge 1 commit into0xMiden:nextfrom
giwaov:test/lit-issue831

Conversation

@giwaov
Copy link
Copy Markdown

@giwaov giwaov commented Apr 6, 2026

Converts the
ust_sdk_invalid_stack_offset_movup_16_issue_831 integration test to a lit test suite as suggested in #875.

Changes

  • Created ests/lit/swapp/ lit test suite with:
    • codegen_succeeds.masm - verifies the test project compiles without any errors
    • issue831.masm - specifically checks the movup.16 stack offset regression does not occur
    • lit.suite.toml - suite configuration
  • Moved the test fixture project from ests/rust-apps-wasm/rust-sdk/issue-invalid-stack-offset-movup/ to ests/lit/swapp/test-project/
  • Removed the old integration test function from ests/integration/src/rust_masm_tests/rust_sdk/mod.rs

Closes #875

Move the 
ust_sdk_invalid_stack_offset_movup_16_issue_831 integration
test to a lit test suite under 	ests/lit/swapp/.

- Add codegen_succeeds.masm to verify compilation produces no errors
- Add issue831.masm to specifically check for the movup.16 stack offset
  regression
- Move the test fixture project to 	ests/lit/swapp/test-project/
- Remove the old integration test function from 
ust_sdk/mod.rs

Closes 0xMiden#875
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.

Convert rust_sdk_invalid_stack_offset_movup_16_issue_831 test to lit test

1 participant