tests/ui/meta/revision-bad.rs#foo
test failure on master
#130996
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hey there! I'm experiencing a weird issue where the
tests/ui/meta/revision-bad.rs#foo
test fails on the latestmaster
branch commit when I run ./x test. The issue has occurred for me since at least1b6d674
and still occurs now (e6eb451
).Here are the logs:
It feels like the test harness is failing to detect the panic - you can see in
stderr
that the panic occurs as expected, but the test asserts that it didn't! Oddly enough,revision-bad.rs#bar
is detected correctly.rustc --version --verbose
set -L
The text was updated successfully, but these errors were encountered: