[flang-commits] [flang] [flang] disable failing test (PR #84300)

Oleksandr Alex Zinenko via flang-commits flang-commits at lists.llvm.org
Thu Mar 7 02:38:07 PST 2024


https://github.com/ftynse created https://github.com/llvm/llvm-project/pull/84300

This test has been failing on Windows for multiple consecutive days without any action taken. This prevents our CI from finding other problematic tests.

>From 7f102199b862fce58e4b0d94d10f4cf14acb48e1 Mon Sep 17 00:00:00 2001
From: Alex Zinenko <zinenko at google.com>
Date: Thu, 7 Mar 2024 10:36:58 +0000
Subject: [PATCH] [flang] disable failing test

This test has been failing on Windows for multiple consecutive days
without any action taken. This prevents our CI from finding other
problematic tests.
---
 flang/test/Fir/memory-allocation-opt.fir | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flang/test/Fir/memory-allocation-opt.fir b/flang/test/Fir/memory-allocation-opt.fir
index cfbca2f83ef8ec..c89d794ccaf8d0 100644
--- a/flang/test/Fir/memory-allocation-opt.fir
+++ b/flang/test/Fir/memory-allocation-opt.fir
@@ -1,4 +1,5 @@
 // RUN: fir-opt --memory-allocation-opt="dynamic-array-on-heap=true maximum-array-alloc-size=1024" %s | FileCheck %s
+// XFAIL: *
 
 // Test for size of array being too big.
 



More information about the flang-commits mailing list