We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b54eb4 commit ced2200Copy full SHA for ced2200
1 file changed
.github/workflows/ubsan.yml
@@ -25,12 +25,12 @@ jobs:
25
cmake_opts: '-DANALYZE_ADDRESS=On'
26
run_ctest: true
27
inject_executor: 'process'
28
- run_selfcheck: false # TODO: this is currently way too slow (~60 minutes) to enable it
+ run_selfcheck: true # TODO: this is currently way too slow (~60 minutes) to enable it
29
- sanitizer: 'tsan'
30
cmake_opts: '-DANALYZE_THREAD=On'
31
run_ctest: false # TODO: test-filelist fails with data race in pthread_cond_destroy
32
inject_executor: 'thread'
33
- run_selfcheck: false # TODO: disabled for now as it takes around 40 minutes to finish
+ run_selfcheck: true # TODO: disabled for now as it takes around 40 minutes to finish
34
- sanitizer: 'ubsan'
35
cmake_opts: '-DANALYZE_UNDEFINED=On'
36
0 commit comments