Skip to content

Commit a015f59

Browse files
authored
[flang] disable memory-allocation-opt.fir test on windows (#83535)
It is randomly failing in windows pre-merge checks and causing noise in Github PRs. Not clear why it is crashing on windows, issue opened: #83534
1 parent 3d14e85 commit a015f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/test/Fir/memory-allocation-opt.fir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: fir-opt --memory-allocation-opt="dynamic-array-on-heap=true maximum-array-alloc-size=1024" %s | FileCheck %s
2+
// FIXME: started crashing on windows https://github.com/llvm/llvm-project/issues/83534
3+
// UNSUPPORTED: system-windows
24

35
// Test for size of array being too big.
46

0 commit comments

Comments
 (0)