@@ -106,8 +106,6 @@ jobs:
106
106
UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
107
107
ctest -C ${{matrix.build_type}} -V -R "file|fsdax"
108
108
109
- # TODO: enable the provider_devdax_memory_ipc test when the IPC tests with the proxy library are fixed
110
- # see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
111
109
- name : Run the DEVDAX tests with the proxy library
112
110
# proxy library is built only if libumf is a shared library
113
111
if : ${{ matrix.shared_library == 'ON' }}
@@ -116,10 +114,8 @@ jobs:
116
114
LD_PRELOAD=./lib/libumf_proxy.so
117
115
UMF_TESTS_DEVDAX_PATH="/dev/dax${{env.DEVDAX_NAMESPACE}}"
118
116
UMF_TESTS_DEVDAX_SIZE="$(ndctl list --namespace=namespace${{env.DEVDAX_NAMESPACE}} | grep size | cut -d':' -f2 | cut -d',' -f1)"
119
- ctest -C ${{matrix.build_type}} -V -R devdax -E provider_devdax_memory_ipc
117
+ ctest -C ${{matrix.build_type}} -V -R devdax
120
118
121
- # TODO: enable the provider_file_memory_ipc test when the IPC tests with the proxy library are fixed
122
- # see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
123
119
- name : Run the FSDAX tests with the proxy library
124
120
# proxy library is built only if libumf is a shared library
125
121
if : ${{ matrix.shared_library == 'ON' }}
@@ -128,7 +124,7 @@ jobs:
128
124
LD_PRELOAD=./lib/libumf_proxy.so
129
125
UMF_TESTS_FSDAX_PATH=${{env.UMF_TESTS_FSDAX_PATH}}
130
126
UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
131
- ctest -C ${{matrix.build_type}} -V -R "file|fsdax" -E provider_file_memory_ipc
127
+ ctest -C ${{matrix.build_type}} -V -R "file|fsdax"
132
128
133
129
- name : Check coverage
134
130
if : ${{ matrix.build_type == 'Debug' }}
0 commit comments