[Lldb-commits] [lldb] d01bff8 - [lldb] [test] Skip clone() tests on Linux/aarch64

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 8 11:04:00 PDT 2021


Author: Michał Górny
Date: 2021-04-08T20:03:45+02:00
New Revision: d01bff8cbdc98fb8751f7bf10af19b47ae5c445d

URL: https://github.com/llvm/llvm-project/commit/d01bff8cbdc98fb8751f7bf10af19b47ae5c445d
DIFF: https://github.com/llvm/llvm-project/commit/d01bff8cbdc98fb8751f7bf10af19b47ae5c445d.diff

LOG: [lldb] [test] Skip clone() tests on Linux/aarch64

Added: 
    

Modified: 
    lldb/test/Shell/Subprocess/clone-follow-parent-wp.test
    lldb/test/Shell/Subprocess/clone-follow-parent.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Subprocess/clone-follow-parent-wp.test b/lldb/test/Shell/Subprocess/clone-follow-parent-wp.test
index 64ae20d7e363..67d94af3ca10 100644
--- a/lldb/test/Shell/Subprocess/clone-follow-parent-wp.test
+++ b/lldb/test/Shell/Subprocess/clone-follow-parent-wp.test
@@ -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

diff  --git a/lldb/test/Shell/Subprocess/clone-follow-parent.test b/lldb/test/Shell/Subprocess/clone-follow-parent.test
index 863531af9a4d..3d89279bbb29 100644
--- a/lldb/test/Shell/Subprocess/clone-follow-parent.test
+++ b/lldb/test/Shell/Subprocess/clone-follow-parent.test
@@ -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


        


More information about the lldb-commits mailing list