[libunwind] b29b6cc - Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD"

Alex Richardson via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 26 07:16:47 PDT 2023


Author: Alex Richardson
Date: 2023-09-26T07:15:39-07:00
New Revision: b29b6ccc4e5abb301a8bab037069f0a9b097b247

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

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

While it worked for me locally, it appears to be failing on the
FreeBSD 13 buildbot.

This reverts commit ab7896231e176e52801702b7221bcac2f4ffbd59.

Added: 
    

Modified: 
    libunwind/test/forceunwind.pass.cpp

Removed: 
    


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


        


More information about the cfe-commits mailing list