File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 cmake_opts : ' -DANALYZE_ADDRESS=On'
2626 run_ctest : true
2727 inject_executor : ' process'
28- run_selfcheck : false # TODO: this is currently way too slow (~60 minutes) to enable it
28+ run_selfcheck : true # TODO: this is currently way too slow (~60 minutes) to enable it
2929 - sanitizer : ' tsan'
3030 cmake_opts : ' -DANALYZE_THREAD=On'
3131 run_ctest : false # TODO: test-filelist fails with data race in pthread_cond_destroy
3232 inject_executor : ' thread'
33- run_selfcheck : false # TODO: disabled for now as it takes around 40 minutes to finish
33+ run_selfcheck : true # TODO: disabled for now as it takes around 40 minutes to finish
3434 - sanitizer : ' ubsan'
3535 cmake_opts : ' -DANALYZE_UNDEFINED=On'
3636 run_ctest : true
You can’t perform that action at this time.
0 commit comments