Add more failing tests for riscv64

[..]
FAILED ../dataframe/tests/test_arithmetics_reduction.py::test_datetime_std_with_larger_dataset[False-True-1] - RuntimeWarning: invalid value encountered in cast
FAILED ../dataframe/tests/test_arithmetics_reduction.py::test_datetime_std_with_larger_dataset[None-False-1] - RuntimeWarning: invalid value encountered in cast
= 2 failed, 10623 passed, 1298 skipped, 50 xfailed, 16 xpassed, 45 warnings in 4330.15s (1:12:10) =
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.IeM9BN (%check)
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-01-07 17:55:17 +02:00
parent 1a858dd6e1
commit 62dc89d5af
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ k="${k-}${k+ and }not test_division_or_partition"
%ifarch riscv64
k="${k-}${k+ and }not test_datetime_std_with_larger_dataset[False-False-1]"
k="${k-}${k+ and }not test_datetime_std_with_larger_dataset[None-True-1]"
k="${k-}${k+ and }not test_datetime_std_with_larger_dataset[False-True-1]"
k="${k-}${k+ and }not test_datetime_std_with_larger_dataset[None-False-1]"
k="${k-}${k+ and }not test_cov_corr_stable"
%endif