-
Notifications
You must be signed in to change notification settings - Fork 712
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
Unit Test Failure on IBM Power9 Platform #360
Comments
This issue is similar to #347 which is on ARM64. On PowerPC the |
I will ignore accordingly. Glad I could get a quick answer :) thank you! |
Would you please test this fix? I don't have access to a PowerPC. |
@WeiDaiWD your branch fixed one of the two failing tests. Common.FitsIn still fails: [ RUN ] Common.FitsIn
<redacted>/SEAL/native/tests/seal/util/common.cpp:120: Failure
Value of: fits_in<char>(pos_uc_max)
Actual: true
Expected: false
[ FAILED ] Common.FitsIn (0 ms)
...
[----------] Global test environment tear-down
[==========] 253 tests from 41 test suites ran. (1658 ms total)
[ PASSED ] 252 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] Common.FitsIn
1 FAILED TEST |
It should work now. Same branch. |
Fixed! Thanks again. |
Using gcc/7.4.0 and cmake/3.19.6 modules, I am getting errors running the unit test suite.
The text was updated successfully, but these errors were encountered: