[Lldb-commits] [lldb] 5ef63c9 - [lldb] [test] Mark the remaining vfork-follow-child test unsupported (flaky) on aarch64
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 3 07:30:54 PDT 2021
Author: Michał Górny
Date: 2021-09-03T16:30:25+02:00
New Revision: 5ef63c953f37b878f5a39aece231aada33ee9798
URL: https://github.com/llvm/llvm-project/commit/5ef63c953f37b878f5a39aece231aada33ee9798
DIFF: https://github.com/llvm/llvm-project/commit/5ef63c953f37b878f5a39aece231aada33ee9798.diff
LOG: [lldb] [test] Mark the remaining vfork-follow-child test unsupported (flaky) on aarch64
Added:
Modified:
lldb/test/Shell/Subprocess/vfork-follow-child.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Subprocess/vfork-follow-child.test b/lldb/test/Shell/Subprocess/vfork-follow-child.test
index e21b918e1650..57a054a15b28 100644
--- a/lldb/test/Shell/Subprocess/vfork-follow-child.test
+++ b/lldb/test/Shell/Subprocess/vfork-follow-child.test
@@ -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
More information about the lldb-commits
mailing list