aboutsummaryrefslogtreecommitdiff
path: root/libunwind
diff options
context:
space:
mode:
authorAlex Richardson <alexrichardson@google.com>2023-09-26 07:15:39 -0700
committerAlex Richardson <alexrichardson@google.com>2023-09-26 07:15:39 -0700
commitb29b6ccc4e5abb301a8bab037069f0a9b097b247 (patch)
tree2f808a0267a1223821f30020c9260036eaee0b01 /libunwind
parent64482d576698ee37b259b96fba81144ca1364dc6 (diff)
downloadllvm-b29b6ccc4e5abb301a8bab037069f0a9b097b247.zip
llvm-b29b6ccc4e5abb301a8bab037069f0a9b097b247.tar.gz
llvm-b29b6ccc4e5abb301a8bab037069f0a9b097b247.tar.bz2
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.
Diffstat (limited to 'libunwind')
-rw-r--r--libunwind/test/forceunwind.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/test/forceunwind.pass.cpp b/libunwind/test/forceunwind.pass.cpp
index 265b2ec..8c26551 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