forked from OSchip/llvm-project
[lldb] [test] Mark *fork-follow-child* tests non-Darwin
This commit is contained in:
parent
49af2a6275
commit
808bcb7a0e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue