fix: disable ASAN because currently it fails with unknown memory leaks

```
********* Finished testing of TrafficGraphDataTests *********
~BitcoinApplication : Stopping thread
~BitcoinApplication : Stopped thread
==28475==WARNING: invalid path to external symbolizer!
==28475==WARNING: Failed to use and restart external symbolizer!
=================================================================
==28475==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 520 byte(s) in 13 object(s) allocated from:
    #0 0x55fc08e2353d  (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d)
    #1 0x7f7a7724bd85  (<unknown module>)
Direct leak of 432 byte(s) in 2 object(s) allocated from:
    #0 0x55fc08e2353d  (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d)
    #1 0x55fc0dc63b63  (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0xc5d1b63)
    #2 0x8604597ff0e8feff  (<unknown module>)
Direct leak of 176 byte(s) in 2 object(s) allocated from:
    #0 0x55fc08e52cad  (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x77c0cad)
    #1 0x55fc0d822372  (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0xc190372)
Direct leak of 66 byte(s) in 3 object(s) allocated from:
    #0 0x55fc08e2353d  (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d)
    #1 0x7f7a77243633  (<unknown module>)
Direct leak of 24 byte(s) in 1 object(s) allocated from:
    #0 0x55fc08e2353d  (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d)
    #1 0x7f7a77245449  (<unknown module>)
```
This commit is contained in:
Konstantin Akimov 2023-05-31 04:16:47 +07:00 committed by PastaPastaPasta
parent c35746088e
commit 844ede2eb2

View File

@ -252,14 +252,14 @@ linux64_fuzz-build:
variables: variables:
BUILD_TARGET: linux64_fuzz BUILD_TARGET: linux64_fuzz
linux64_asan-build: #linux64_asan-build:
extends: # extends:
- .build-template # - .build-template
- .skip-in-fast-mode-template # - .skip-in-fast-mode-template
needs: # needs:
- x86_64-pc-linux-gnu-debug # - x86_64-pc-linux-gnu-debug
variables: # variables:
BUILD_TARGET: linux64_asan # BUILD_TARGET: linux64_asan
linux64_tsan-build: linux64_tsan-build:
extends: extends:
@ -324,14 +324,14 @@ linux64_sqlite-test:
variables: variables:
BUILD_TARGET: linux64_sqlite BUILD_TARGET: linux64_sqlite
linux64_asan-test: #linux64_asan-test:
extends: # extends:
- .test-template # - .test-template
- .skip-in-fast-mode-template # - .skip-in-fast-mode-template
needs: # needs:
- linux64_asan-build # - linux64_asan-build
variables: # variables:
BUILD_TARGET: linux64_asan # BUILD_TARGET: linux64_asan
linux64_tsan-test: linux64_tsan-test:
extends: extends: