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
It's expected to fail and panic, though the line in which it panics is hard-coded (see line 7). This is an issue when adding code to the relevant file (in this case, ast.rs).
It's not too bad right now since we can just change the relevant tests when editing specific files, though it could become a larger problem when we have a large test suite.
Bend does golden tests in a similar way, maybe this issue is solved over in that repo?
The text was updated successfully, but these errors were encountered:
One of our current tests is the following:
HVM/tests/snapshots/[email protected]
Lines 1 to 9 in f158106
It's expected to fail and panic, though the line in which it panics is hard-coded (see line 7). This is an issue when adding code to the relevant file (in this case,
ast.rs
).It's not too bad right now since we can just change the relevant tests when editing specific files, though it could become a larger problem when we have a large test suite.
Bend does golden tests in a similar way, maybe this issue is solved over in that repo?
The text was updated successfully, but these errors were encountered: