You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the expect! test for dlmalloc and signed_arith that checks the produced wat file fails on CI because hashes in mangled function names differ from the "golden"/expected ones that I built on my machine.
I'm thinking about cutting out the hash from the mangled name. It should be hidden behind the option.
The text was updated successfully, but these errors were encountered:
Extracted from #22 (comment)
The problem is that the
expect!
test fordlmalloc
andsigned_arith
that checks the produced wat file fails on CI because hashes in mangled function names differ from the "golden"/expected ones that I built on my machine.I'm thinking about cutting out the hash from the mangled name. It should be hidden behind the option.
The text was updated successfully, but these errors were encountered: