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


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

Reply via email to