public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kokkos] epel10: disable StackTrace Unittests
@ 2026-07-11  7:20 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2026-07-11  7:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kokkos
Branch : epel10
Commit : a9ad303a89380a7f46d4983afd8f277563875bb3
Author : Christoph Junghans <junghans@lanl.gov>
Date   : 2019-12-20T12:23:38-07:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kokkos/c/a9ad303a89380a7f46d4983afd8f277563875bb3?branch=epel10

Log:
disable StackTrace Unittests

---
diff --git a/kokkos.spec b/kokkos.spec
index a735d4e..3b99d83 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -67,7 +67,9 @@ popd
 %make_install -C build
 
 %check
-make -C build test CTEST_OUTPUT_ON_FAILURE=1
+# https://github.com/kokkos/kokkos/issues/2613
+%global testargs ARGS='-E UnitTest_StackTraceTest'
+make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
 
 %files
 %doc README.md
@@ -84,6 +86,7 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1
 %changelog
 * Fri Dec 20 2019 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20191216git6619d83
 - bump to latest snapshot and enable Kokkos_ENABLE_DEPRECATED_CODE
+- disable StackTrace Unittests
 
 * Sun Sep 29 2019 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20190929git445c176
 - bump to latest snapshot and enable AGGRESSIVE_VECTORIZATION

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-11  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  7:20 [rpms/kokkos] epel10: disable StackTrace Unittests Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox