[lldb] [test] Mark vfork-follow-child-* tests unsupported (flaky) on aarch64
authorMichał Górny <mgorny@moritz.systems>
Fri, 3 Sep 2021 14:04:03 +0000 (16:04 +0200)
committerMichał Górny <mgorny@moritz.systems>
Fri, 3 Sep 2021 14:04:34 +0000 (16:04 +0200)
lldb/test/Shell/Subprocess/vfork-follow-child-softbp.test
lldb/test/Shell/Subprocess/vfork-follow-child-wp.test

index 4dbe2ea..e9cda8b 100644 (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
index ffe33be..66cfa43 100644 (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