Skip to content

Commit

Permalink
Disable tests with ASAN (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Jun 14, 2022
1 parent 3ec7e64 commit b7a5ac4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pipelines/main/misc/sanitizers/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ steps:
commands: |
echo "--- Build julia-debug with ASAN"
contrib/asan/build.sh ./tmp/test-asan -j$${JULIA_CPU_THREADS:?} debug
echo "--- Run tests"
ASAN_SYMBOLIZER_PATH=$$(pwd)/tmp/test-asan/toolchain/usr/tools/llvm-symbolizer \
tmp/test-asan/asan/usr/bin/julia-debug -e 'Base.runtests(ARGS; ncores = Sys.CPU_THREADS)' \
interpreter \
intrinsics \
llvmcall \
llvmcall2 \
precompile \
worlds
# The above `ASAN_SYMBOLIZER_PATH` reflects `Make.user.asan` setting:
# https://github.com/JuliaLang/julia/blob/8890aea066f9023525dd78d0dee3ba871adc6c28/contrib/asan/Make.user.asan#L9
agents:
queue: "julia"
sandbox_capable: "true"
Expand Down

0 comments on commit b7a5ac4

Please sign in to comment.