-
Notifications
You must be signed in to change notification settings - Fork 1.2k
libc: Switch Haiku to ctest
, remove ctest_old
dependency and src-hotfix
directory
#4681
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
Conversation
0956d71
to
878a505
Compare
ctest
and remove ctest_old
dependencyctest
, remove ctest_old
dependency and src-hotfix
directory
This LGTM, but could you split into two different commits? One updating Haiku, one removing the hotfix and ctest. (Usually it's best to split orthogonal changes to separate commits; makes the summaries easier to write and the blame/log is easier to understand, and in our case it means that specific changes can be backported). |
878a505
to
dd4cc27
Compare
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
(backport <rust-lang#4681>) (cherry picked from commit 13190a4)
(backport <rust-lang#4681>) (cherry picked from commit 78196ba)
(backport <rust-lang#4681>) (cherry picked from commit 13190a4)
(backport <rust-lang#4681>) (cherry picked from commit 78196ba)
(backport <rust-lang#4681>) (cherry picked from commit 13190a4)
(backport <rust-lang#4681>) (cherry picked from commit 78196ba)
(backport <rust-lang#4681>) (cherry picked from commit 13190a4)
(backport <rust-lang#4681>) (cherry picked from commit 78196ba)
Description
Ports Haiku to use the new
ctest
, so that everything now depends on this newctest
.It also removes the creation of the src-hotfix directory, since it's no longer needed.
Sources
Checklist
libc-test/semver
have been updated*LAST
or*MAX
areincluded (see #3131)
cd libc-test && cargo test --target mytarget
);especially relevant for platforms that may not be checked in CI