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 @@ -125,6 +125,9 @@ for test in $(ls -1 umf_test-*); do
125125 umf_test-memspace_lowest_latency)
126126 FILTER=' --gtest_filter="-*allocLocalMt*"'
127127 ;;
128+ umf_test-memoryPool)
129+ FILTER=' --gtest_filter="-*allocMaxSize*"'
130+ ;;
128131 esac
129132
130133 [ " $FILTER " != " " ] && echo -n " ($FILTER ) "
You can’t perform that action at this time.
0 commit comments