Skip to content
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

make some things available for all Unixes #2306

Merged
merged 3 commits into from
Jul 2, 2022
Merged

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Jul 2, 2022

No description provided.

@RalfJung
Copy link
Member Author

RalfJung commented Jul 2, 2022

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

📌 Commit f43fecb has been approved by RalfJung

bors added a commit that referenced this pull request Jul 2, 2022
make some things available for all Unixes
@bors
Copy link
Collaborator

bors commented Jul 2, 2022

⌛ Testing commit f43fecb with merge df0f67a...

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

💔 Test failed - checks-actions

@RalfJung
Copy link
Member Author

RalfJung commented Jul 2, 2022

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

📌 Commit 5ba2c1e has been approved by RalfJung

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

⌛ Testing commit 5ba2c1e with merge 4282450...

@@ -42,7 +42,7 @@ fn test_posix_fadvise() {
assert_eq!(result, 0);
}

#[cfg(any(target_os = "linux", target_os = "freebsd"))]
Copy link
Member

Choose a reason for hiding this comment

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

Why disable these tests on freebsd?

Copy link
Member Author

Choose a reason for hiding this comment

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

They don't even build on freebsd. They use Linux-only libc symbols. I didn't catch this in #2221.
FreeBSD currently only runs a subset of the test suite since the target is still WIP, and this file is not one of them. But I wanted to make sure at least it builds.

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 4282450 to master...

@bors bors merged commit 4282450 into rust-lang:master Jul 2, 2022
@RalfJung RalfJung deleted the unix branch July 2, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants