public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christoph Junghans <junghans@lanl.gov>
To: git-commits@fedoraproject.org
Subject: [rpms/kokkos] epel10: disable StackTrace Unittests
Date: Sat, 11 Jul 2026 07:20:19 GMT [thread overview]
Message-ID: <178375441919.1.51810233776810239.rpms-kokkos-a9ad303a8938@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-11 7:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178375441919.1.51810233776810239.rpms-kokkos-a9ad303a8938@fedoraproject.org \
--to=junghans@lanl.gov \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox