-
Notifications
You must be signed in to change notification settings - Fork 35
add single test for building libumf.so to gha #83
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
add single test for building libumf.so to gha #83
Conversation
228b55d
to
a3394a6
Compare
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.
Please rebase on the top of the current main branch.
a3394a6
to
d9f7d52
Compare
a5fbf8a
to
c67e3d9
Compare
|
8caa16b
to
4828d13
Compare
4828d13
to
1867191
Compare
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.
During testing this PR locally on my WSL I got the following errors:
[build]$ cmake .. -DUMF_BUILD_SHARED_LIBRARY=ON -DCMAKE_BUILD_TYPE=Debug ; nmake ; ctest --output-on-failure
[...]
Test project C:/Users/ldorau/work/unified-memory-framework/build
Start 1: umf-base
1/4 Test #1: umf-base ......................... Passed 0.32 sec
Start 2: umf-memoryPool
2/4 Test #2: umf-memoryPool ...................Exit code 0xc0000135
***Exception: 0.34 sec
Start 3: umf-memoryProvider
3/4 Test #3: umf-memoryProvider ...............Exit code 0xc0000135
***Exception: 0.37 sec
Start 4: umf-memory_pool_internal
4/4 Test #4: umf-memory_pool_internal .........Exit code 0xc0000135
***Exception: 0.37 sec
25% tests passed, 3 tests failed out of 4
Label Time Summary:
umf = 1.40 sec*proc (4 tests)
Total Test time (real) = 1.45 sec
The following tests FAILED:
2 - umf-memoryPool (Exit code 0xc0000135
)
3 - umf-memoryProvider (Exit code 0xc0000135
)
4 - umf-memory_pool_internal (Exit code 0xc0000135
)
Errors while running CTest
Probably the same like in the build: https://github.com/oneapi-src/unified-memory-framework/actions/runs/7291816508/job/19871516532?pr=83
9d26eef
to
b0cf1d0
Compare
b0cf1d0
to
912a1bc
Compare
912a1bc
to
8d6ac40
Compare
8d6ac40
to
3471881
Compare
a93eefb
to
b6a5dc9
Compare
b6a5dc9
to
85e97af
Compare
No description provided.