[Lldb-commits] [lldb] 84f99ef - [lldb] [test] Mark fork-follow-parent-softbp.test as darwin-unsupported

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 31 12:20:34 PDT 2021


Author: Michał Górny
Date: 2021-08-31T21:19:27+02:00
New Revision: 84f99ef2b196565d4a8b340d4eb9c923a5781697

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

LOG: [lldb] [test] Mark fork-follow-parent-softbp.test as darwin-unsupported

Added: 
    

Modified: 
    lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test b/lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test
index 6618834ae405..658d63cd15d4 100644
--- a/lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test
+++ b/lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test
@@ -1,4 +1,5 @@
 # REQUIRES: native
+# UNSUPPORTED: system-darwin
 # UNSUPPORTED: system-windows
 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s


        


More information about the lldb-commits mailing list