public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
To: git-commits@fedoraproject.org
Subject: [rpms/onnx] test-1.21.0: skip 3 tests on riscv64
Date: Mon, 08 Jun 2026 15:18:28 GMT [thread overview]
Message-ID: <178093190818.1.2573756935368697344.rpms-onnx-9aa5d62ff275@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/onnx
Branch : test-1.21.0
Commit : 9aa5d62ff275d789ce31f026330b3ea2ab7a48de
Author : Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date : 2026-02-10T15:48:04+01:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/onnx/c/9aa5d62ff275d789ce31f026330b3ea2ab7a48de?branch=test-1.21.0
Log:
skip 3 tests on riscv64
test_float8_e4m3fn_negative_nan, test_float8_e5m2_negative_nan, test_maxpool_2d_uint8_cpu
---
diff --git a/onnx.spec b/onnx.spec
index cc7e4de..fe68c41 100644
--- a/onnx.spec
+++ b/onnx.spec
@@ -1,6 +1,6 @@
Name: onnx
Version: 1.17.0
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Open standard for machine learning interoperability
License: Apache-2.0
@@ -104,6 +104,10 @@ install -p "./onnx/"*.proto -t "%{buildroot}/%{_includedir}/onnx/"
%check
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
+%ifarch riscv64
+export PYTEST_ADDOPTS="-k 'not test_float8_e4m3fn_negative_nan and \
+not test_float8_e5m2_negative_nan and not test_maxpool_2d_uint8_cpu'"
+%endif
%pytest
%files libs
@@ -124,6 +128,10 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
%{_bindir}/check-node
%changelog
+* Tue Feb 10 2026 Marcin Juszkiewicz - 1.17.0-11
+- skip 3 tests on riscv64: test_float8_e4m3fn_negative_nan,
+ test_float8_e5m2_negative_nan, test_maxpool_2d_uint8_cpu
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
reply other threads:[~2026-06-08 15:18 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=178093190818.1.2573756935368697344.rpms-onnx-9aa5d62ff275@fedoraproject.org \
--to=marcin.juszkiewicz@linaro.org \
--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