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.
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to