[lldb] [test] Mark vfork-follow-child-* tests unsupported (flaky) on aarch64

This commit is contained in:
Michał Górny 2021-09-03 16:04:03 +02:00
parent 61ddc3d3db
commit dda643c9fb
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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