@@ -106,8 +106,6 @@ jobs:
106106 UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
107107 ctest -C ${{matrix.build_type}} -V -R "file|fsdax"
108108
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
111109 - name : Run the DEVDAX tests with the proxy library
112110 # proxy library is built only if libumf is a shared library
113111 if : ${{ matrix.shared_library == 'ON' }}
@@ -116,10 +114,8 @@ jobs:
116114 LD_PRELOAD=./lib/libumf_proxy.so
117115 UMF_TESTS_DEVDAX_PATH="/dev/dax${{env.DEVDAX_NAMESPACE}}"
118116 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
120118
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
123119 - name : Run the FSDAX tests with the proxy library
124120 # proxy library is built only if libumf is a shared library
125121 if : ${{ matrix.shared_library == 'ON' }}
@@ -128,7 +124,7 @@ jobs:
128124 LD_PRELOAD=./lib/libumf_proxy.so
129125 UMF_TESTS_FSDAX_PATH=${{env.UMF_TESTS_FSDAX_PATH}}
130126 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"
132128
133129 - name : Check coverage
134130 if : ${{ matrix.build_type == 'Debug' }}
0 commit comments