Skip to content

Conversation

@stevenfontanella
Copy link
Member

@stevenfontanella stevenfontanella commented Jan 8, 2026

For #8169. Part of #8165. Remaining tests are ported in #8185.

python3 scripts/port_passes_tests_to_lit.py test/passes/safe-heap_enable-threads_enable-simd.wast test/passes/safe-heap_enable-threads_enable-simd64.wast test/passes/safe-heap_low-memory-unused_enable-threads_enable-simd.wast

@stevenfontanella stevenfontanella marked this pull request as ready for review January 8, 2026 21:05
@tlively
Copy link
Member

tlively commented Jan 8, 2026

@kripken, any concerns here?

Copy link
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

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

LGTM. We could have much more manageable tests if SafeHeap only added the functions it actually used, but that's probably not worth the effort in practice. Maybe we should add --remove-unused-module-elements to the tests instead?

@kripken
Copy link
Member

kripken commented Jan 8, 2026

No concerns from me.

I would actually not add --remove-unused-module-elements - the tests do not call all the methods iirc, and we do want to know if anything changes unexpectedly in any of those outputs.

@stevenfontanella stevenfontanella merged commit f4138bb into main Jan 8, 2026
17 checks passed
@stevenfontanella stevenfontanella deleted the port-test branch January 8, 2026 23:26
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.

4 participants