Skip to content

Commit a773a82

Browse files
authored
[flang] Disable pr36006-2. (#105)
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 This also reverts #104.
1 parent 19e41d8 commit a773a82

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,4 +2830,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
28302830

28312831
# Requires -fcheck=mem
28322832
allocate_error_5.f90
2833+
2834+
# https://github.com/llvm/llvm-project/issues/84088
2835+
pr36006-2.f90
28332836
)

Fortran/gfortran/regression/tests.cmake

Lines changed: 1 addition & 1 deletion
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;;;;aarch64.+-.+-.+
2195+
compile;pr36006-2.f90;;;;
21962196
compile;pr36192.f90;xfail;;;
21972197
compile;pr36192_1.f90;xfail;;;
21982198
compile;pr36206.f;;-O3;;

0 commit comments

Comments
 (0)