Stream: git-wasmtime

Topic: wasmtime / PR #4211 Fix failing cranelift-object tests in...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2022 at 19:34):

cfallin edited PR #4211 from fix-cranelift-object-test to main:

Rust 1.61 changed the way Debug output looks for strings with null
bytes in them. Tests currently pass in Rust 1.61 but not with prior versions.
Generally we only support latest stable Rust but here it seems worthwhile
to fix a brittle specific-error-string match. This makes the expectations more
generic while still capturing the important part ("has a null byte").

Fixes #4210.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2022 at 20:34):

cfallin merged PR #4211.


Last updated: Oct 23 2024 at 20:03 UTC