Skip to content
Snippets Groups Projects
Commit e6455bb5 authored by Florian Fischer's avatar Florian Fischer
Browse files

[CI] add test stages using clang's UBsan and non active targets for Msan and Asan

parent ee2bbff4
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,33 @@ variables:
variables:
EMPER_USERSPACE_RCU: 'true'
.default-library-static:
variables:
EMPER_DEFAULT_LIBRARY: 'static'
.clang-sanitizer:
extends:
- .clang
- .default-library-static
.clang-sanitizer-undefined:
extends:
- .clang-sanitizer
variables:
EMPER_B_SANITIZE: 'undefined'
#.clang-sanitizer-memory:
# extends:
# - .clang-sanitizer
# variables:
# EMPER_B_SANITIZE: 'memory'
#.sanitizer-address:
# extends:
# - .default-library-static
# variables:
# EMPER_B_SANITIZE: 'address'
.release-build:
variables:
BUILDTYPE: release
......@@ -114,3 +141,19 @@ test-with-userspace-rcu:
extends:
- .test
- .emper-userspace-rcu
test-clang-sanitizer-undefined:
extends:
- .test
- .clang-sanitizer-undefined
#test-clang-sanitizer-memory:
# extends:
# - .test
# - .clang-sanitizer-memory
#test-clang-sanitizer-address:
# extends:
# - .test
# - .clang
# - .sanitizer-address
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment