[flang-commits] [flang] 8686ff1 - [flang] Disable test due to unexpected warnings
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Fri Oct 21 17:07:06 PDT 2022
Author: Peter Klausler
Date: 2022-10-21T17:06:58-07:00
New Revision: 8686ff1d0d47ba8c980f5ea6bb53f77786478e23
URL: https://github.com/llvm/llvm-project/commit/8686ff1d0d47ba8c980f5ea6bb53f77786478e23
DIFF: https://github.com/llvm/llvm-project/commit/8686ff1d0d47ba8c980f5ea6bb53f77786478e23.diff
LOG: [flang] Disable test due to unexpected warnings
Now that Fortran warnings are tested, one test is failing unexpectedly on
aarch64 even though it should run only for x86. Disabling it for now
with "XFAIL: *" to get build bot back up until the test's configuration
can be properly corrected.
Added:
Modified:
flang/test/Semantics/kinds04_q10.f90
Removed:
################################################################################
diff --git a/flang/test/Semantics/kinds04_q10.f90 b/flang/test/Semantics/kinds04_q10.f90
index 616bb92142fc..cb0e9d91e7e1 100644
--- a/flang/test/Semantics/kinds04_q10.f90
+++ b/flang/test/Semantics/kinds04_q10.f90
@@ -9,6 +9,9 @@
! 10-byte extended precision
! REQUIRES: x86-registered-target
! UNSUPPORTED: system-windows
+! klausler: Currently failing due to unexpected or missing warnings in some
+! configurations like aarch64, so disabling test.
+! XFAIL: *
subroutine s(var)
real :: realvar1 = 4.0E6_4
real :: realvar2 = 4.0D6
More information about the flang-commits
mailing list