From 5ef63c953f37b878f5a39aece231aada33ee9798 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 3 Sep 2021 16:30:25 +0200 Subject: [PATCH] [lldb] [test] Mark the remaining vfork-follow-child test unsupported (flaky) on aarch64 --- lldb/test/Shell/Subprocess/vfork-follow-child.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/Shell/Subprocess/vfork-follow-child.test b/lldb/test/Shell/Subprocess/vfork-follow-child.test index e21b918..57a054a 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 -- 2.7.4