@@ -208,7 +208,7 @@ task:
208208 FILE_ENV : " ./ci/test/00_setup_env_native_qt5.sh"
209209
210210task :
211- name : ' [depends, sanitizers: thread (TSan) , no gui] [jammy]'
211+ name : ' [TSan, depends , no gui] [jammy]'
212212 << : *GLOBAL_TASK_TEMPLATE
213213 container :
214214 image : ubuntu:jammy
@@ -220,7 +220,7 @@ task:
220220 FILE_ENV : " ./ci/test/00_setup_env_native_tsan.sh"
221221
222222task :
223- name : ' [depends, sanitizers: memory (MSan) ] [focal]'
223+ name : ' [MSan, depends ] [focal]'
224224 << : *GLOBAL_TASK_TEMPLATE
225225 container :
226226 image : ubuntu:focal
@@ -229,7 +229,7 @@ task:
229229 FILE_ENV : " ./ci/test/00_setup_env_native_msan.sh"
230230
231231task :
232- name : ' [no depends, sanitizers: address/leak ( ASan + LSan) + undefined ( UBSan) + integer] [jammy]'
232+ name : ' [ASan + LSan + UBSan + integer, no depends ] [jammy]'
233233 << : *GLOBAL_TASK_TEMPLATE
234234 container :
235235 image : ubuntu:jammy
@@ -238,7 +238,7 @@ task:
238238 FILE_ENV : " ./ci/test/00_setup_env_native_asan.sh"
239239
240240task :
241- name : ' [no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
241+ name : ' [fuzzer,address,undefined,integer, no depends ] [focal]'
242242 only_if : $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH
243243 << : *GLOBAL_TASK_TEMPLATE
244244 container :
0 commit comments