Skip to content

Conversation

@van-sprundel
Copy link

Possible fix for #9952

Was trying to reproduce the issue and saw that binfmt_misc was not marked as a dummy system. Seems like this should be the case.

@github-actions
Copy link

github-actions bot commented Jan 1, 2026

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)
@github-actions
Copy link

github-actions bot commented Jan 1, 2026

GNU testsuite comparison:

Note: The gnu test tests/basenc/bounded-memory is now being skipped but was previously passing.
@van-sprundel van-sprundel marked this pull request as draft January 1, 2026 14:48
@oech3
Copy link
Contributor

oech3 commented Jan 1, 2026

You mignt need to add some words to spell-checker:ignore at top of sources.

@van-sprundel van-sprundel marked this pull request as ready for review January 1, 2026 15:07
@github-actions
Copy link

github-actions bot commented Jan 1, 2026

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)
@oech3
Copy link
Contributor

oech3 commented Jan 1, 2026

Also for fsext.rs...

@van-sprundel
Copy link
Author

Also for fsext.rs...

Oops, missed this one

}

#[test]
#[cfg(all(unix, not(any(target_os = "aix", target_os = "redox"))))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why aix? :)

Copy link
Author

@van-sprundel van-sprundel Jan 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I matched the test case to is_dummy_filesystem which has the same condition. My assumption was that this function would only exist on unix.

Should it also succeed on non-unix?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't care about aix
just remove it (in both places)
thanks

@github-actions
Copy link

github-actions bot commented Jan 1, 2026

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants