Disable test_peg_generator test on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-10-14 09:22:40 +03:00
parent 8b902d984a
commit bde278d98e
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 2.0.riscv64%{?dist}
Release: 2.1.riscv64%{?dist}
License: Python-2.0.1
@ -1163,6 +1163,7 @@ CheckPython() {
-i test_check_probes \
%ifarch riscv64
-x test_eintr \
-x test_peg_generator \
%endif
%ifarch %{mips64}
-x test_ctypes \
@ -1674,6 +1675,9 @@ CheckPython optimized
# ======================================================
%changelog
* Sat Oct 14 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.12.0-2.1.riscv64
- Disable test_peg_generator test on riscv64.
* Fri Oct 13 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.12.0-2.0.riscv64
- Increase tests timeout on riscv64 by 10x.
- Disable test_eintr test on riscv64.