File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 7373
7474 - name : Run tests
7575 working-directory : ${{env.BUILD_DIR}}
76+ env :
77+ ASAN_OPTIONS : allocator_may_return_null=1
78+ TSAN_OPTIONS : allocator_may_return_null=1
7679 run : |
7780 ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
7881 ctest --output-on-failure
@@ -141,4 +144,7 @@ jobs:
141144
142145 - name : Run tests
143146 working-directory : ${{env.BUILD_DIR}}
147+ env :
148+ ASAN_OPTIONS : allocator_may_return_null=1
149+ TSAN_OPTIONS : allocator_may_return_null=1
144150 run : ctest -C Debug --output-on-failure
Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ for test in $(ls -1 umf_test-*); do
117117 umf_test-memspace_lowest_latency)
118118 FILTER=' --gtest_filter="-*allocLocalMt*"'
119119 ;;
120+ umf_test-memoryPool)
121+ FILTER=' --gtest_filter="-*allocMaxSize*"'
122+ ;;
120123 esac
121124
122125 [ " $FILTER " != " " ] && echo -n " ($FILTER ) "
You can’t perform that action at this time.
0 commit comments