-
-
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
update GNU coreutils version in GnuTests workflow #2919
Conversation
Ouch:
did you look at what is regressing? |
I had not, but did so now:
So basically, no singular issue, just various updates to the tests. Some of these seem like new functionality that will have to be added, but at least the first one seems like an actual bug being caught. |
Sounds good, could you please create issues to keep track of the regressions? |
I've updated my above comment with links to the respective issues. |
amazing, thanks :) |
let's regress then :) |
I documented the change here: |
Updates it to the next and latest release. This is necessary to pull the fixed invalid-j test that will, once all the outstanding join PRs get merged, allow join to pass all its GNU tests (#2634). Seems to make some other tests fail, so those might require more investigation, but presumably aren't because of bugs introduced in the GNU repo.