[compiler-rt] b0260c5 - [compiler-rt] safestack disable tests for now. (#97183)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 29 16:44:50 PDT 2024


Author: David CARLIER
Date: 2024-06-30T00:44:47+01:00
New Revision: b0260c5b1052f8e3ff1ec77dc42a11f42da762cc

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

LOG: [compiler-rt] safestack disable tests for now. (#97183)

Added: 
    

Modified: 
    compiler-rt/test/safestack/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/safestack/lit.cfg.py b/compiler-rt/test/safestack/lit.cfg.py
index 17dfae46a412b0..aadb8bf0d5c77b 100644
--- a/compiler-rt/test/safestack/lit.cfg.py
+++ b/compiler-rt/test/safestack/lit.cfg.py
@@ -33,5 +33,5 @@
         )
     )
 
-if config.host_os not in ["Linux", "FreeBSD", "NetBSD", "SunOS"]:
+if config.host_os not in ["Linux", "FreeBSD", "NetBSD"]:
     config.unsupported = True


        


More information about the llvm-commits mailing list