-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
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
Label
Projects
Milestones
Assignee
Sort
Issues list
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 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.
ShouldPanic::YesWithMessage
's TrFailedMsg
A-libtest
#139073
opened Mar 28, 2025 by
rustbot
Remove backticks from 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
ShouldPanic::YesWithMessage
's TrFailedMsg
A-libtest
#136160
opened Jan 27, 2025 by
ShE3py
Loading…
Tracking issue for release notes of #133073: 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.
--nocapture
doesn't follow common CLI conventions, making it a stumbling block to people debugging failures
A-libtest
#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
RFC: Introduce 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.
setup
, teardown
, and fixture
attributes for cargo test
A-libtest
#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
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
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
Tests do not capture stdout of foreign threads
A-libtest
Area: `#[test]` / the `test` library
A-thread
Area: `std::thread`
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#90287
opened Oct 25, 2021 by
jstarks
Can't fail a test with my custom error message without the panic boilerplate
A-diagnostics
Area: Messages for errors, warnings, and lints
A-error-handling
Area: Error handling
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.
#89398
opened Sep 30, 2021 by
imsnif
cargo test 'test-threads' uses more threads than specified
A-libtest
Area: `#[test]` / the `test` library
A-thread
Area: `std::thread`
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.
#88235
opened Aug 22, 2021 by
jweinst1
cfg(test) is not set during integration tests
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.
#84629
opened Apr 27, 2021 by
Timmmm
debuginfo tests should detect a python-less gdb
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#56346
opened Nov 29, 2018 by
tromey
Run specific test by fully qualified name
A-libtest
Area: `#[test]` / the `test` library
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#55623
opened Nov 2, 2018 by
mchernyavsky
Tracking issue for libtest JSON output
A-libtest
Area: `#[test]` / the `test` library
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API 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.
#49359
opened Mar 25, 2018 by
Gilnaa
Support death tests in libtest
A-libtest
Area: `#[test]` / the `test` library
C-feature-accepted
Category: A feature request that has been accepted pending implementation.
T-libs-api
Relevant to the library API 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.
#32512
opened Mar 26, 2016 by
gnzlbg
ProTip!
no:milestone will show everything without a milestone.