[lldb] [test] Skip clone() tests on Linux/aarch64
authorMichał Górny <mgorny@moritz.systems>
Thu, 8 Apr 2021 18:03:21 +0000 (20:03 +0200)
committerMichał Górny <mgorny@moritz.systems>
Thu, 8 Apr 2021 18:03:45 +0000 (20:03 +0200)
lldb/test/Shell/Subprocess/clone-follow-parent-wp.test
lldb/test/Shell/Subprocess/clone-follow-parent.test

index 64ae20d..67d94af 100644 (file)
@@ -1,4 +1,6 @@
 # REQUIRES: native && (system-linux || system-netbsd) && dbregs-set
+# clone() tests fails on arm64 Linux, PR #49899
+# UNSUPPORTED: system-linux && target-aarch64
 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_CLONE -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s
 process launch -s
index 863531a..3d89279 100644 (file)
@@ -1,4 +1,6 @@
 # REQUIRES: native && (system-linux || system-netbsd)
+# clone() tests fails on arm64 Linux, PR #49899
+# UNSUPPORTED: system-linux && target-aarch64
 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s
 b parent_func