File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -314,33 +314,37 @@ jobs:
314
314
cling : On
315
315
cling-version : ' 1.0'
316
316
cppyy : On
317
- - name : ubu24-x86-gcc12-clang-repl-19
317
+ - name : ubu24-x86-gcc12-clang-repl-19-cppyy
318
318
os : ubuntu-24.04
319
319
compiler : gcc-12
320
320
clang-runtime : ' 19'
321
321
cling : Off
322
- - name : ubu24-x86-gcc12-clang-repl-18
322
+ cppyy : On
323
+ - name : ubu24-x86-gcc12-clang-repl-18-cppyy
323
324
os : ubuntu-24.04
324
325
compiler : gcc-12
325
326
clang-runtime : ' 18'
326
327
cling : Off
327
- - name : ubu24-x86-gcc12-clang-repl-17
328
+ cppyy : On
329
+ - name : ubu24-x86-gcc12-clang-repl-17-cppyy
328
330
os : ubuntu-24.04
329
331
compiler : gcc-12
330
332
clang-runtime : ' 17'
331
333
cling : Off
334
+ cppyy : On
332
335
- name : ubu24-x86-gcc12-clang-repl-16
333
336
os : ubuntu-24.04
334
337
compiler : gcc-12
335
338
clang-runtime : ' 16'
336
339
cling : Off
337
340
cppyy : Off
338
- - name : ubu24-x86-gcc9-clang13-cling
341
+ - name : ubu24-x86-gcc9-clang13-cling-cppyy
339
342
os : ubuntu-24.04
340
343
compiler : gcc-9
341
344
clang-runtime : ' 13'
342
345
cling : On
343
346
cling-version : ' 1.0'
347
+ cppyy : On
344
348
345
349
steps :
346
350
- uses : actions/checkout@v4
@@ -604,7 +608,7 @@ jobs:
604
608
echo "Running valgrind on passing tests"
605
609
CLANG_VERSION="${{ matrix.clang-runtime }}"
606
610
SUPPRESSION_FILE="../etc/clang${CLANG_VERSION}-valgrind.supp"
607
- valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra
611
+ valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --gen-suppressions=all -- suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra
608
612
export RETCODE=+$?
609
613
echo ::endgroup: :
610
614
You can’t perform that action at this time.
0 commit comments