@@ -208,7 +208,7 @@ task:
208
208
FILE_ENV : " ./ci/test/00_setup_env_native_qt5.sh"
209
209
210
210
task :
211
- name : ' [depends, sanitizers: thread (TSan) , no gui] [jammy]'
211
+ name : ' [TSan, depends , no gui] [jammy]'
212
212
<< : *GLOBAL_TASK_TEMPLATE
213
213
container :
214
214
image : ubuntu:jammy
@@ -220,7 +220,7 @@ task:
220
220
FILE_ENV : " ./ci/test/00_setup_env_native_tsan.sh"
221
221
222
222
task :
223
- name : ' [depends, sanitizers: memory (MSan) ] [focal]'
223
+ name : ' [MSan, depends ] [focal]'
224
224
<< : *GLOBAL_TASK_TEMPLATE
225
225
container :
226
226
image : ubuntu:focal
@@ -229,7 +229,7 @@ task:
229
229
FILE_ENV : " ./ci/test/00_setup_env_native_msan.sh"
230
230
231
231
task :
232
- name : ' [no depends, sanitizers: address/leak ( ASan + LSan) + undefined ( UBSan) + integer] [jammy]'
232
+ name : ' [ASan + LSan + UBSan + integer, no depends ] [jammy]'
233
233
<< : *GLOBAL_TASK_TEMPLATE
234
234
container :
235
235
image : ubuntu:jammy
@@ -238,7 +238,7 @@ task:
238
238
FILE_ENV : " ./ci/test/00_setup_env_native_asan.sh"
239
239
240
240
task :
241
- name : ' [no depends, sanitizers: fuzzer,address,undefined,integer] [focal]'
241
+ name : ' [fuzzer,address,undefined,integer, no depends ] [focal]'
242
242
only_if : $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BASE_BRANCH == $CIRRUS_DEFAULT_BRANCH
243
243
<< : *GLOBAL_TASK_TEMPLATE
244
244
container :
0 commit comments