[Lldb-commits] [lldb] 808bcb7 - [lldb] [test] Mark *fork-follow-child* tests non-Darwin

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 3 00:08:21 PDT 2021


Author: Michał Górny
Date: 2021-09-03T09:07:53+02:00
New Revision: 808bcb7a0ea5a897cd8311c27751504b4dd4f5a5

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

LOG: [lldb] [test] Mark *fork-follow-child* tests non-Darwin

Added: 
    

Modified: 
    lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
    lldb/test/Shell/Subprocess/fork-follow-child-wp.test
    lldb/test/Shell/Subprocess/fork-follow-child.test
    lldb/test/Shell/Subprocess/vfork-follow-child-softbp.test
    lldb/test/Shell/Subprocess/vfork-follow-child-wp.test
    lldb/test/Shell/Subprocess/vfork-follow-child.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test b/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
index 6a9254d1ba8c8..68914a53a05ed 100644
--- a/lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
+++ b/lldb/test/Shell/Subprocess/fork-follow-child-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

diff  --git a/lldb/test/Shell/Subprocess/fork-follow-child-wp.test b/lldb/test/Shell/Subprocess/fork-follow-child-wp.test
index 6f3b67ea25dd9..437565788eeb9 100644
--- a/lldb/test/Shell/Subprocess/fork-follow-child-wp.test
+++ b/lldb/test/Shell/Subprocess/fork-follow-child-wp.test
@@ -1,4 +1,5 @@
 # REQUIRES: native && dbregs-set
+# UNSUPPORTED: system-darwin
 # UNSUPPORTED: system-windows
 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s

diff  --git a/lldb/test/Shell/Subprocess/fork-follow-child.test b/lldb/test/Shell/Subprocess/fork-follow-child.test
index a1df30082b33b..984caff6d3458 100644
--- a/lldb/test/Shell/Subprocess/fork-follow-child.test
+++ b/lldb/test/Shell/Subprocess/fork-follow-child.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

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

diff  --git a/lldb/test/Shell/Subprocess/vfork-follow-child-wp.test b/lldb/test/Shell/Subprocess/vfork-follow-child-wp.test
index 15fa0c5fdd33d..ffe33beac7816 100644
--- a/lldb/test/Shell/Subprocess/vfork-follow-child-wp.test
+++ b/lldb/test/Shell/Subprocess/vfork-follow-child-wp.test
@@ -1,6 +1,6 @@
 # REQUIRES: native && dbregs-set
-# UNSUPPORTED: system-windows
 # UNSUPPORTED: system-darwin
+# UNSUPPORTED: system-windows
 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s
 settings set target.process.follow-fork-mode child

diff  --git a/lldb/test/Shell/Subprocess/vfork-follow-child.test b/lldb/test/Shell/Subprocess/vfork-follow-child.test
index 6b6403274a11c..e21b918e16504 100644
--- a/lldb/test/Shell/Subprocess/vfork-follow-child.test
+++ b/lldb/test/Shell/Subprocess/vfork-follow-child.test
@@ -1,4 +1,5 @@
 # REQUIRES: native
+# UNSUPPORTED: system-darwin
 # UNSUPPORTED: system-windows
 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s


        


More information about the lldb-commits mailing list