Skip to content

Commit 44df7fa

Browse files
committed
[flang] Disable test failing on AArch64 with unknown argument error
In f377b27 a bunch more tests were added and one of those is failing on our bots: https://lab.llvm.org/buildbot/#/builders/179/builds/9125 With: ``` flang-new: error: unknown argument: '-fschedule-insns' flang-new: error: unknown argument: '-fstrict-aliasing' ``` Not sure if that's because flang-new doesn't have that at all, or just doesn't allow it on AArch64. Disable the test until we find out.
1 parent f377b27 commit 44df7fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,9 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
18151815
pr93524.f90
18161816
public_private_module_3.f90
18171817
static_linking_1.f
1818+
1819+
# error: unknown argument" due to '-fschedule-insns' and '-fstrict-aliasing'.
1820+
pr43808.f90
18181821
)
18191822

18201823
# These tests are disabled because they fail when they are expected to pass.

0 commit comments

Comments
 (0)