-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
capnp: vendor gtest #5773
capnp: vendor gtest #5773
Conversation
CI is seeing the same test failure as I did:
Only on Sierra. |
Ohhh; I was testing on El Cap. Dang. |
The release we're trying to build is so old that I don't think that test even exists in the current |
Yeah as I said in the other thread, gtest was yanked out completely. |
Unfortunately the master branch seems to also fail the same test: capnproto/capnproto#375. (I didn't test it locally because the formula might need substantial modifications to work with master — at least merely running |
@paulproteus, member of sandstorm-io (parent org of capnp), claims that it's not essential to pass all tests (if I understood him correctly). Guess we can yank out |
¯\_(ツ)_/¯ ok |
Thanks @dunn! |
FWIW the test failures here appear to be because Apple shipped a broken kernel. The test failures are very real, but it's the OS that's broken. What does one do in such a case? :/ |
File a radar. |
brew install <formula>
(where<formula>
is the name of the formula you're submitting)?brew audit --new-formula <formula>
(after doingbrew install <formula>
)?Fixes #5435.