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:
106106 UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
107107 ctest -C ${{matrix.build_type}} -V -R "umf-provider_file_memory|umf_example_dram_and_fsdax|umf-ipc_file_prov_fsdax"
108108
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
110110 # see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
111111 - name : Run the DEVDAX tests with the proxy library
112112 working-directory : ${{env.BUILD_DIR}}
113113 run : >
114114 LD_PRELOAD=./lib/libumf_proxy.so
115115 UMF_TESTS_DEVDAX_PATH="/dev/dax${{env.DEVDAX_NAMESPACE}}"
116116 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
118118
119119 - name : Run the FSDAX tests with the proxy library
120120 working-directory : ${{env.BUILD_DIR}}
Original file line number Diff line number Diff line change 5959 - name : Build UMF
6060 run : cmake --build ${{env.BUILD_DIR}} -j $(nproc)
6161
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
6264 - name : Run "ctest --output-on-failure" with proxy library
6365 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
6567
6668 - name : Run "./test/umf_test-memoryPool" with proxy library
6769 working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments