forked from OSchip/llvm-project
[lldb] [test] Mark vfork-follow-child-* tests unsupported (flaky) on aarch64
This commit is contained in:
parent
61ddc3d3db
commit
dda643c9fb
|
@ -1,6 +1,8 @@
|
|||
# REQUIRES: native
|
||||
# UNSUPPORTED: system-darwin
|
||||
# UNSUPPORTED: system-windows
|
||||
# This test is very flaky on aarch64.
|
||||
# UNSUPPORTED: system-linux && target-aarch64
|
||||
# RUN: %clangxx_host %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,6 +1,8 @@
|
|||
# REQUIRES: native && dbregs-set
|
||||
# UNSUPPORTED: system-darwin
|
||||
# UNSUPPORTED: system-windows
|
||||
# This test is very flaky on aarch64.
|
||||
# UNSUPPORTED: system-linux && target-aarch64
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue