Disable failing tests on riscv64
2 warning(s) in tests ******************** Failed Tests (5): Flang :: Driver/exec.f90 Flang :: Driver/fveclib-codegen.f90 Flang :: Driver/optimization-remark.f90 Flang :: Evaluate/fold-out_of_range.f90 Flang :: Integration/debug-complex-1.f90 Testing Time: 489.79s Total Discovered Tests: 2723 Unsupported : 152 (5.58%) Passed : 2551 (93.68%) Expectedly Failed: 15 (0.55%) Failed : 5 (0.18%) Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
f9afd6d86c
commit
0b15e1cf78
13
flang.spec
13
flang.spec
@ -12,7 +12,7 @@
|
||||
|
||||
Name: flang
|
||||
Version: %{flang_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
Summary: a Fortran language front-end designed for integration with LLVM
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception
|
||||
@ -244,6 +244,14 @@ rm -f test/Semantics/spec-expr.f90
|
||||
rm -f test/Evaluate/folding19.f90
|
||||
%endif
|
||||
|
||||
%ifarch riscv64
|
||||
rm -f test/Driver/exec.f90
|
||||
rm -f test/Driver/fveclib-codegen.f90
|
||||
rm -f test/Driver/optimization-remark.f90
|
||||
rm -f test/Evaluate/fold-out_of_range.f90
|
||||
rm -f test/Integration/debug-complex-1.f90
|
||||
%endif
|
||||
|
||||
# Remove failing tests
|
||||
rm -rf test/Driver/frontend-forwarding.f90
|
||||
rm -rf test/Driver/arch-specific-libdir-rpath.f95
|
||||
@ -308,6 +316,9 @@ export LD_LIBRARY_PATH=%{_builddir}/%{flang_srcdir}/%{_vpath_builddir}/lib
|
||||
%{_libdir}/libFortranRuntime.so.%{maj_ver}.%{min_ver}*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 16 2024 David Abdurachmanov <davidlt@rivosinc.com> - 19.1.0-1.0.riscv64
|
||||
- Disable failing test on riscv64
|
||||
|
||||
* Fri Sep 20 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.0-1
|
||||
- Update to 19.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user