File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,15 @@ jobs:
106
106
UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
107
107
ctest -C ${{matrix.build_type}} -V -R "umf-provider_file_memory|umf_example_dram_and_fsdax|umf-ipc_file_prov_fsdax"
108
108
109
- # TODO: enable the provider_devdax_memory_ipc test when the IPC tests with the proxy library are fixed
109
+ # TODO: enable the provider_devdax_memory_ipc and provider_file_memory_ipc tests when the IPC tests with the proxy library are fixed
110
110
# see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
111
111
- name : Run the DEVDAX tests with the proxy library
112
112
working-directory : ${{env.BUILD_DIR}}
113
113
run : >
114
114
LD_PRELOAD=./lib/libumf_proxy.so
115
115
UMF_TESTS_DEVDAX_PATH="/dev/dax${{env.DEVDAX_NAMESPACE}}"
116
116
UMF_TESTS_DEVDAX_SIZE="$(ndctl list --namespace=namespace${{env.DEVDAX_NAMESPACE}} | grep size | cut -d':' -f2 | cut -d',' -f1)"
117
- ctest -C ${{matrix.build_type}} -R devdax -E provider_devdax_memory_ipc -V
117
+ ctest -C ${{matrix.build_type}} -R devdax -E " provider_devdax_memory_ipc|provider_file_memory_ipc" -V
118
118
119
119
- name : Run the FSDAX tests with the proxy library
120
120
working-directory : ${{env.BUILD_DIR}}
Original file line number Diff line number Diff line change 59
59
- name : Build UMF
60
60
run : cmake --build ${{env.BUILD_DIR}} -j $(nproc)
61
61
62
+ # TODO enable the provider_file_memory_ipc test when the IPC tests with the proxy library are fixed
63
+ # see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
62
64
- name : Run "ctest --output-on-failure" with proxy library
63
65
working-directory : ${{env.BUILD_DIR}}
64
- run : LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure
66
+ run : LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure -E provider_file_memory_ipc
65
67
66
68
- name : Run "./test/umf_test-memoryPool" with proxy library
67
69
working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments