[libunwind] ab78962 - [libunwind] Relax a REQUIRES on a test that passes on FreeBSD

Alex Richardson via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 16:17:16 PDT 2023


Author: Alex Richardson
Date: 2023-09-22T16:16:16-07:00
New Revision: ab7896231e176e52801702b7221bcac2f4ffbd59

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

LOG: [libunwind] Relax a REQUIRES on a test that passes on FreeBSD

Added: 
    

Modified: 
    libunwind/test/forceunwind.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libunwind/test/forceunwind.pass.cpp b/libunwind/test/forceunwind.pass.cpp
index 8c26551b6d0b678..265b2ec6a49a469 100644
--- a/libunwind/test/forceunwind.pass.cpp
+++ b/libunwind/test/forceunwind.pass.cpp
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// REQUIRES: linux
+// REQUIRES: linux || freebsd
 
 // TODO: Figure out why this fails with Memory Sanitizer.
 // XFAIL: msan


        


More information about the cfe-commits mailing list