[llvm-branch-commits] [flang] 7f10219 - [flang] disable failing test
Alex Zinenko via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 7 02:38:50 PST 2024
Author: Alex Zinenko
Date: 2024-03-07T10:36:58Z
New Revision: 7f102199b862fce58e4b0d94d10f4cf14acb48e1
URL: https://github.com/llvm/llvm-project/commit/7f102199b862fce58e4b0d94d10f4cf14acb48e1
DIFF: https://github.com/llvm/llvm-project/commit/7f102199b862fce58e4b0d94d10f4cf14acb48e1.diff
LOG: [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.
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..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 llvm-branch-commits
mailing list