Skip to content

Issues: rust-lang/rust

Draft release notes for 1.87
#140133 opened Apr 21, 2025 by BoxyUwU
Open 5
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Tracking issue for release notes of #139224: fix(test): Expose '--no-capture' in favor of --nocapture A-compiletest Area: The compiletest test runner A-libtest Area: `#[test]` / the `test` library A-testsuite Area: The testsuite used to check the correctness of rustc needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140296 opened Apr 25, 2025 by rustbot 1.88.0
Respect NO_COLOR and CLICOLOR_FORCE in libtest A-libtest Area: `#[test]` / the `test` library S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#139864 opened Apr 15, 2025 by SabrinaJewson Loading…
Tracking issue for release notes of #136160: Remove backticks from ShouldPanic::YesWithMessage's TrFailedMsg A-libtest Area: `#[test]` / the `test` library relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#139073 opened Mar 28, 2025 by rustbot
#![no_main] breaks compiling with --test A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137292 opened Feb 19, 2025 by bjorn3
Remove backticks from ShouldPanic::YesWithMessage's TrFailedMsg A-libtest Area: `#[test]` / the `test` library disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue. to-announce Announce this issue on triage meeting
#136160 opened Jan 27, 2025 by ShE3py Loading…
Tracking issue for release notes of #133073: --nocapture doesn't follow common CLI conventions, making it a stumbling block to people debugging failures A-libtest Area: `#[test]` / the `test` library relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#134801 opened Dec 26, 2024 by rustbot
3 tasks
Fix JSON output of libtest A-libtest Area: `#[test]` / the `test` library C-feature-request Category: A feature request, i.e: not implemented / a PR. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#132135 opened Oct 25, 2024 by oriongonza
should_panic does not capture allocation-induced panics A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#130024 opened Sep 6, 2024 by davidv1992
Unit tests: Unreachable block in tests::test_main (panic hook) A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#119223 opened Dec 22, 2023 by Duckilicious
RFC: Introduce setup, teardown, and fixture attributes for cargo test A-libtest Area: `#[test]` / the `test` library C-feature-request Category: A feature request, i.e: not implemented / a PR. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#117668 opened Nov 7, 2023 by wiseaidev
Test formatters do not generate test file path information A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. requires-nightly This issue requires a nightly compiler in some way. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#116614 opened Oct 10, 2023 by yqiu24
--format=json might need to generate more info A-libtest Area: `#[test]` / the `test` library C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#115971 opened Sep 19, 2023 by ShuiRuTian
Suggest --ignored when libtest ignores a test A-diagnostics Area: Messages for errors, warnings, and lints A-libtest Area: `#[test]` / the `test` library
#114818 opened Aug 14, 2023 by jyn514
Capturing thread output during tests interacts poorly with global thread pools A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#113080 opened Jun 27, 2023 by alexcrichton
Allow specifying stack size of threads spawned by the test runner A-libtest Area: `#[test]` / the `test` library C-feature-request Category: A feature request, i.e: not implemented / a PR.
#111897 opened May 24, 2023 by Fuuzetsu
Accessing field .offset inside test crashes test harness if incorrect A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#108087 opened Feb 15, 2023 by dns2utf8
println panic suppressed by test harness stdio capture A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#107118 opened Jan 20, 2023 by SimonSapin
Running cargo test -- --logfile log.txt overrides test results when running multiple testers A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#105424 opened Dec 7, 2022 by voidbar
Improve mechanism to separate unit and integration tests A-libtest Area: `#[test]` / the `test` library
#105089 opened Nov 30, 2022 by martynp
A new thread is created for each test even if --test-threads=1 A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#104053 opened Nov 6, 2022 by Taaitaaiger
#![no_main] & empty main fn makes test run fail unconditionally A-libtest Area: `#[test]` / the `test` library C-discussion Category: Discussion or questions that doesn't represent real issues. P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#104050 opened Nov 6, 2022 by Wyvern
libtest's junit formatter does not produce valid XML for doctests A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#99813 opened Jul 27, 2022 by therealfrauholle
alloc methods are available in #![no_std] when running tests, despite not being imported. A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#99637 opened Jul 23, 2022 by ilyvion
Automatically detect number of columns for test cases to display in terse mode A-libtest Area: `#[test]` / the `test` library C-enhancement Category: An issue proposing an enhancement or a PR with one.
#95713 opened Apr 6, 2022 by fee1-dead
Test output capture does not capture Command output A-libtest Area: `#[test]` / the `test` library C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#92370 opened Dec 28, 2021 by jonhoo
ProTip! Exclude everything labeled bug with -label:bug.