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

via flang-commits flang-commits at lists.llvm.org
Thu Feb 29 23:29:48 PST 2024


https://github.com/jeanPerier created https://github.com/llvm/llvm-project/pull/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

>From b6fc30b9fe7e33e8293dec14c1a0927d1c90250f Mon Sep 17 00:00:00 2001
From: Jean Perier <jperier at nvidia.com>
Date: Thu, 29 Feb 2024 23:24:11 -0800
Subject: [PATCH] [flang] disable memory-allocation-opt on windows

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
---
 flang/test/Fir/memory-allocation-opt.fir | 2 ++
 1 file changed, 2 insertions(+)

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