-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Issues: rust-lang/cargo
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
Killing cargo test doesn't terminate the child process
C-bug
Category: bug
Command-test
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14929
opened Dec 12, 2024 by
fredrik-jansson-se
fix(doctest): warn only once if doctest xcompile is skipped
Command-test
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14920
opened Dec 11, 2024 by
progressive-galib
Loading…
Ability to test against registry dependencies, instead of path dependencies
A-dependency-resolution
Area: dependency resolution and the resolver
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-package
Command-test
S-triage
Status: This issue is waiting on initial triage.
#14429
opened Aug 20, 2024 by
barakugav
Fix passing of linker with target-applies-to-host and an implicit target
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-cfg-expr
Area: Platform cfg expressions
A-rebuild-detection
Area: rebuild detection and fingerprinting
Command-test
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Z-target-applies-to-host
Nightly: target-applies-to-host
#14206
opened Jul 6, 2024 by
gmorenz
Loading…
Sharing TARGET_DIR leads to spurious missing items
C-bug
Category: bug
Command-test
S-triage
Status: This issue is waiting on initial triage.
#14053
opened Jun 12, 2024 by
l4l
Cargo runs unit tests when they are disabled and Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
--lib
is passed
C-feature-request
#13668
opened Mar 29, 2024 by
RalfJung
cargo test: option to run all tests under the same binary
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13450
opened Feb 16, 2024 by
Astlaan
Print results of completed tests after ctrl+C
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#13107
opened Dec 3, 2023 by
tgross35
Native cargo coverage support
A-profiles
Area: profiles
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-rfc
Status: Needs an RFC to make progress.
#13040
opened Nov 23, 2023 by
nagisa
Add an option to skip building binaries when there are integration tests
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12980
opened Nov 15, 2023 by
xxchan
Add Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-triage
Status: This issue is waiting on initial triage.
--show-output
to cargo help test
and cargo test --help
C-feature-request
#12530
opened Aug 19, 2023 by
matthewelmer
Run test builds in parallel with tests, for faster test results
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
E-hard
Experience: Hard
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12327
opened Jul 4, 2023 by
kpreid
Add warning message when no tests are run.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#11875
opened Mar 22, 2023 by
Kuly14
Selectively specifying elevated privilege requirement for test
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
#11482
opened Dec 15, 2022 by
cwhan-yonsei
Feature Request: Run unit test multiple times
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#11354
opened Nov 9, 2022 by
JarredAllen
Allow Area: profiles
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-bench
Command-test
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
panic = "abort"
for benchmarks when harness = false
.
A-profiles
#11214
opened Oct 11, 2022 by
Imberflur
cargo test --tests
also runs unit tests -- target filters are confusing
A-documenting-cargo-itself
#10936
opened Aug 4, 2022 by
RalfJung
UX improvement: Enable --no-capture with --verbose.
A-console-output
Area: Terminal output, colors, progress bar, etc.
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
#10777
opened Jun 20, 2022 by
EvanCarroll
cargo test --doc does not respect CARGO_BUILD_JOBS env variable
A-doctests
Area: rustdoc --test
C-bug
Category: bug
Command-test
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#10702
opened May 26, 2022 by
tmpolaczyk
cargo test: Don't re-run tests that already passed
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#10673
opened May 16, 2022 by
alecmocatta
In integration test output, print test path relative to workspace root rather than crate root
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
#10642
opened May 9, 2022 by
bstrie
Running Category: bug
Command-test
E-medium
Experience: Medium
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
cargo test -- --help
doesn't produce expected output
C-bug
#10392
opened Feb 16, 2022 by
rockboynton
run unit-test in build scripts
A-build-scripts
Area: build.rs scripts
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-triage
Status: This issue is waiting on initial triage.
#9942
opened Sep 24, 2021 by
rtbo
Bench target with custom interrupt handler get detached on interruption
C-bug
Category: bug
Command-test
S-triage
Status: This issue is waiting on initial triage.
#9894
opened Sep 9, 2021 by
sgdxbc
Add Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
--fail-after-timeout
to cargo-test
C-feature-request
#9776
opened Aug 9, 2021 by
XAMPPRocky
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.