Kmeakin opened PR #6111 from test-optimize-bless
to main
:
Allow
test optimize
tests to take theprecise-output
argument, and to be updated byCRANELIFT_TEST_BLESS
, similar totest compile
jameysharp submitted PR review.
jameysharp submitted PR review.
jameysharp created PR review comment:
Since
actual
is only used in precise-output mode, allocating it can happen inside theif
, right?if self.precise_output { let actual: Vec<_> = clif.lines().collect(); check_precise_output(&actual, context)
Kmeakin requested cfallin for a review on PR #6111.
Kmeakin updated PR #6111 from test-optimize-bless
to main
.
Kmeakin requested elliottt for a review on PR #6111.
Kmeakin requested fitzgen for a review on PR #6111.
Kmeakin updated PR #6111 from test-optimize-bless
to main
.
Kmeakin updated PR #6111 from test-optimize-bless
to main
.
jameysharp submitted PR review.
jameysharp merged PR #6111.
Last updated: Nov 22 2024 at 17:03 UTC