dev-build/cmake: Filter out fortran-dependent tests

We already filter out Fortran-dependent tests. This adds new ones
that appeared since and will continue to filter future tests

Bug: https://bugs.gentoo.org/835014
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/650
Merges: https://codeberg.org/gentoo/gentoo/pulls/650
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
NHOrus
2026-04-16 22:23:23 +03:00
committed by Sam James
parent 58a0579498
commit be2b3f6ac0
6 changed files with 30 additions and 0 deletions

View File

@@ -292,6 +292,11 @@ src_test() {
"RunCMake.CMP0125"
)
local myctestargs=(
# Filter all tests requiring Fortran
-LE "Fortran"
)
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test

View File

@@ -292,6 +292,11 @@ src_test() {
"RunCMake.CMP0125"
)
local myctestargs=(
# Filter all tests requiring Fortran
-LE "Fortran"
)
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test

View File

@@ -291,6 +291,11 @@ src_test() {
"RunCMake.CMP0125"
)
local myctestargs=(
# Filter all tests requiring Fortran
-LE "Fortran"
)
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test

View File

@@ -291,6 +291,11 @@ src_test() {
"RunCMake.CMP0125"
)
local myctestargs=(
# Filter all tests requiring Fortran
-LE "Fortran"
)
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test

View File

@@ -291,6 +291,11 @@ src_test() {
"RunCMake.CMP0125"
)
local myctestargs=(
# Filter all tests requiring Fortran
-LE "Fortran"
)
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test

View File

@@ -291,6 +291,11 @@ src_test() {
"RunCMake.CMP0125"
)
local myctestargs=(
# Filter all tests requiring Fortran
-LE "Fortran"
)
local -x QT_QPA_PLATFORM=offscreen
cmake_src_test