build-gnu.sh: Move {ch,run}con tests to Fedora VM and avoid wrong result#9607
Merged
sylvestre merged 1 commit intouutils:mainfrom Dec 20, 2025
Merged
build-gnu.sh: Move {ch,run}con tests to Fedora VM and avoid wrong result#9607sylvestre merged 1 commit intouutils:mainfrom
sylvestre merged 1 commit intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
052b34e to
fcf4e6b
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
Contributor
Author
|
Note that |
…ult by false symlinks
|
GNU testsuite comparison: |
Contributor
|
@oech3 it caused a regression on GNU test failed: tests/runcon/runcon-compute. tests/runcon/runcon-compute is passing on 'main'. Maybe you have to rebase? |
Contributor
Author
|
|
Contributor
Author
|
So we should reset the result by someway. I don't know how to do that... |
oech3
added a commit
to oech3/coreutils
that referenced
this pull request
Dec 20, 2025
…ult by false symlinks (uutils#9607)
CrazyRoka
pushed a commit
to CrazyRoka/coreutils
that referenced
this pull request
Dec 28, 2025
…ult by false symlinks (uutils#9607)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We can't build runcon and chcon without libselinux. But GNU no longer builds dummies of them. So move tests to Fedora VM: https://github.com/uutils/coreutils/actions/runs/20046833546/job/57494071620?pr=9607#step:15:34
Also some tests related with them were incorrectly passing due to
falsesymlinks...