Skip to content

Commit

Permalink
dev-cpp/kokkos: skip "death tests"
Browse files Browse the repository at this point in the history
They're known to fail and it's holding up stabilisation on a non-regression.

Closes: https://bugs.gentoo.org/722608
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 26, 2021
1 parent 5e71dc4 commit f16181a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev-cpp/kokkos/kokkos-3.1.01-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,14 @@ src_configure() {

cmake_src_configure
}

src_test() {
local myctestargs=(
# Contains "death tests" which are known/expected(?) to fail
# https://github.com/kokkos/kokkos/issues/3033
# bug #791514
-E "(KokkosCore_UnitTest_OpenMP|KokkosCore_UnitTest_Serial)"
)

cmake_src_test
}

0 comments on commit f16181a

Please sign in to comment.