Skip to content

Conversation

@kripken
Copy link
Member

@kripken kripken commented Aug 1, 2024

WebAssembly/binaryen#6793 alters names of functions, which two metadce
tests turn out to be sensitive to. (It changes the suffixes we use to deduplicate
identical names.)

@kripken kripken requested a review from sbc100 August 1, 2024 14:27
Copy link
Collaborator

@sbc100 sbc100 left a comment

Choose a reason for hiding this comment

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

(You can use @disabled(...) instead of self.skipTest.. not that it really matters)

@kripken
Copy link
Member Author

kripken commented Aug 1, 2024

(You can use @disabled(...) instead of self.skipTest.. not that it really matters)

Ah, thanks, I'll do that next time (to avoid re-running tests here).

@kripken kripken merged commit 5912f8d into emscripten-core:main Aug 1, 2024
@kripken kripken deleted the roll branch August 1, 2024 15:24
kripken added a commit that referenced this pull request Aug 2, 2024
This re-enables the tests and updates the outputs.

The suffixes vanish here as WebAssembly/binaryen#6793 replaces .1 with _1, and
we have code in this test to ignore such suffixes (as LLVM adds them, and we strip
hem to make the output less likely to change frequently).
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