Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
c5d3a160
Commit
c5d3a160
authored
Mar 23, 2022
by
Hugo Beauzée-Luyssen
Browse files
CI: Display stacktraces on sanitizer tests timeouts
parent
a229fca8
Pipeline
#203144
passed with stage
in 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ci/gitlab-ci.yml
View file @
c5d3a160
...
...
@@ -180,15 +180,18 @@ asan-ubsan:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"push"
&&
$CI_COMMIT_BRANCH
==
"$CI_DEFAULT_BRANCH@videolan/medialibrary"'
stage
:
test
script
:
-
cd /tmp/ && git clone --single-branch --branch=display_stack_on_timeout --depth=1 https://github.com/chouquette/meson
-
export PATH=/tmp/meson:$PATH
-
cd $CI_PROJECT_DIR
-
>
CXX=clang++
meson
meson
.py
-Dpkg_config_path=$PKG_CONFIG_PATH:$CI_PROJECT_DIR/vlc/prefix/lib/pkgconfig
-Db_sanitize=$SANITIZERS
-Db_lundef=false
build
-
cd build && meson test --no-stdsplit
-
meson compile fast_discover_cancel fast_teardown
-
cd build && meson
.py
test --no-stdsplit
-
meson
.py
compile fast_discover_cancel fast_teardown
-
./test/fast_teardown/fast_teardown $CI_PROJECT_DIR/test/samples/samples
-
./test/fast_discover_cancel/fast_discover_cancel $CI_PROJECT_DIR/test/samples/samples
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment