Skip to content

Commit 19e41d8

Browse files
authored
[flang] Disable pr36006-2 on aarch64. (#104)
It used to fail due to the missing runtime support, but this was not considered a failure. It fails due to llvm/llvm-project#84088 now. This should resolve the buildbot failure: https://lab.llvm.org/buildbot/#/builders/184/builds/10735
1 parent d0c4e32 commit 19e41d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fortran/gfortran/regression/tests.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ compile;pr34163.f90;;-O2 -fno-tree-pre -fpredictive-commoning -fdump-tree-pcom-d
21922192
compile;pr35031.f90;xfail;;;
21932193
compile;pr35849.f90;xfail;;;
21942194
compile;pr36006-1.f90;;;;
2195-
compile;pr36006-2.f90;;;;
2195+
compile;pr36006-2.f90;;;;aarch64.+-.+-.+
21962196
compile;pr36192.f90;xfail;;;
21972197
compile;pr36192_1.f90;xfail;;;
21982198
compile;pr36206.f;;-O3;;
@@ -6231,4 +6231,4 @@ run;zero_sized_3.f90;;;;
62316231
run;zero_sized_4.f90;;;;
62326232
run;zero_sized_5.f90;;;;
62336233
run;zero_sized_8.f90;;;;
6234-
run;zero_sized_9.f90;;;;
6234+
run;zero_sized_9.f90;;;;

0 commit comments

Comments
 (0)