-
Notifications
You must be signed in to change notification settings - Fork 62
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
Integration test test_llvm_x86_01
fails on MacOS
#722
Comments
Hmm. The most recent run on Travis succeeded: https://travis-ci.org/github/GaloisInc/saw-script/jobs/689333557#L543 |
Ok, I see why it's failing. This is apparently the only regression test that uses It might be nice to add some text to the README file listing what external programs are necessary to run the tests. |
test_llvm_x86_01
is failingyasm
and other external tools
I installed
So is it futile to even try running this test on MacOS? If so, are we ok with having some tests that fail to run on certain platforms? Should we check in a linux-built copy of the executable binary that we're verifying in this test? |
yasm
and other external toolstest_llvm_x86_01
fails on MacOS
I'd advocate for checking in the object file. Otherwise, even on Linux, the test could be quite fragile. For the test suite, I'm also in favor of checking in bitcode files, as long as we also have an easy way to regenerate them. |
This test seems to be working now, probably due to #984. |
As of eeef9a1, running
intTests
gives me the following result:Aren't we running these tests on CI yet?
The text was updated successfully, but these errors were encountered: