-
Notifications
You must be signed in to change notification settings - Fork 13.3k
tests: Ignore src/test/debuginfo/rc_arc.rs on Windows #75068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It requires loading pretty-printers, but GDB doesn't load them on Windows
(rust_highfive has picked a reviewer for you, use r? to override) |
I think old gdb on CI is intentional, though maybe should be fixed nowadays - rust/src/ci/scripts/install-mingw.sh Lines 2 to 23 in 19cefa6
@bors r+ |
📌 Commit 0eacf02 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
It requires loading pretty-printers (
src\etc\gdb_load_rust_pretty_printers.py
), but GDB doesn't load them on Windows.Not sure how this passes through CI, due to an old GDB version perhaps?