[flang-commits] [flang] a015f59 - [flang] disable memory-allocation-opt.fir test on windows (#83535)

via flang-commits flang-commits at lists.llvm.org
Mon Mar 4 00:11:23 PST 2024


Author: jeanPerier
Date: 2024-03-04T09:11:20+01:00
New Revision: a015f591766e4e3a3a23bbab7ca5dfec8f8deb18

URL: https://github.com/llvm/llvm-project/commit/a015f591766e4e3a3a23bbab7ca5dfec8f8deb18
DIFF: https://github.com/llvm/llvm-project/commit/a015f591766e4e3a3a23bbab7ca5dfec8f8deb18.diff

LOG: [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:
https://github.com/llvm/llvm-project/issues/83534

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/flang/test/Fir/memory-allocation-opt.fir b/flang/test/Fir/memory-allocation-opt.fir
index cfbca2f83ef8ec..44fdaad4a5c204 100644
--- a/flang/test/Fir/memory-allocation-opt.fir
+++ b/flang/test/Fir/memory-allocation-opt.fir
@@ -1,4 +1,6 @@
 // RUN: fir-opt --memory-allocation-opt="dynamic-array-on-heap=true maximum-array-alloc-size=1024" %s | FileCheck %s
+// FIXME: started crashing on windows https://github.com/llvm/llvm-project/issues/83534
+// UNSUPPORTED: system-windows
 
 // Test for size of array being too big.
 


        


More information about the flang-commits mailing list