-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cargo test --package uucore --all-features float
fails
#7383
Comments
Ah, so something is blocking proc_info from compiling by default so CI doesn't catch it. #7385 should fix it at least. |
But ideally something needs to change in CI to include that into build. |
I think we just need to add |
drinkcat
added a commit
to drinkcat/coreutils
that referenced
this issue
Mar 3, 2025
From cargo test documentation, this options "tests all members in the workspace.". For example, this includes running tests within the `uucore` package (see uutils#7383).
drinkcat
added a commit
to drinkcat/coreutils
that referenced
this issue
Mar 3, 2025
From cargo test documentation, this option "tests all members in the workspace.". For example, this includes running tests within the `uucore` package (see uutils#7383).
drinkcat
added a commit
to drinkcat/coreutils
that referenced
this issue
Mar 3, 2025
From cargo test documentation, this option "tests all members in the workspace.". For example, this includes running tests within the `uucore` package (see uutils#7383).
sylvestre
pushed a commit
to drinkcat/coreutils
that referenced
this issue
Mar 4, 2025
From cargo test documentation, this option "tests all members in the workspace.". For example, this includes running tests within the `uucore` package (see uutils#7383).
drinkcat
added a commit
to drinkcat/coreutils
that referenced
this issue
Mar 4, 2025
Add a new Linux build that runs without `cross`, and adds `--workspace` to the cargo test command. From cargo test documentation, this option "tests all members in the workspace.". For example, this includes running tests within the `uucore` package (see uutils#7383). Fixes uutils#7392.
drinkcat
added a commit
to drinkcat/coreutils
that referenced
this issue
Mar 4, 2025
Add a new Linux build that runs without `cross`, and adds `--workspace` to the cargo test command. From cargo test documentation, this option "tests all members in the workspace.". For example, this includes running tests within the `uucore` package (see uutils#7383). Fixes uutils#7392.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was trying to rerun tests for the
uucore
package with:cargo test --package uucore --all-features float
(not 100% sure if this is the right way to run
uucore
tests, but that's what I've been doing)And they now started to fail:
Bisection blames this:
Reverting that and 339a6d4 on main fixes the issue.
@dezgeg FYI
The text was updated successfully, but these errors were encountered: