public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/onnx] test-1.21.0: skip 3 tests on riscv64
@ 2026-06-08 15:18 Marcin Juszkiewicz
0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-06-08 15:18 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 15:18 [rpms/onnx] test-1.21.0: skip 3 tests on riscv64 Marcin Juszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox