Skip to content

Commit f2b2414

Browse files
committed
[lldb][AArch64] Re-enable clone follow tests on AArch64 Linux
Fixes #49243 By unknown means, these have been fixed since the UNSUPPORTED was added.
1 parent 5af556f commit f2b2414

6 files changed

+0
-12
lines changed

lldb/test/Shell/Subprocess/clone-follow-child-softbp.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# REQUIRES: native && system-linux
2-
# clone() tests fails on arm64 Linux, PR #49899
3-
# UNSUPPORTED: system-linux && target-aarch64
42
# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
53
# RUN: %lldb -b -s %s %t | FileCheck %s
64
settings set target.process.follow-fork-mode child

lldb/test/Shell/Subprocess/clone-follow-child-wp.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# REQUIRES: native && system-linux && dbregs-set
2-
# clone() tests fails on arm64 Linux, PR #49899
3-
# UNSUPPORTED: system-linux && target-aarch64
42
# RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_CLONE -o %t
53
# RUN: %lldb -b -s %s %t | FileCheck %s
64
settings set target.process.follow-fork-mode child

lldb/test/Shell/Subprocess/clone-follow-child.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# REQUIRES: native && system-linux
2-
# clone() tests fails on arm64 Linux, PR #49899
3-
# UNSUPPORTED: system-linux && target-aarch64
42
# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
53
# RUN: %lldb -b -s %s %t | FileCheck %s
64
settings set target.process.follow-fork-mode child

lldb/test/Shell/Subprocess/clone-follow-parent-softbp.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# REQUIRES: native && (system-linux || system-netbsd)
2-
# clone() tests fails on arm64 Linux, PR #49899
3-
# UNSUPPORTED: system-linux && target-aarch64
42
# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
53
# RUN: %lldb -b -s %s %t | FileCheck %s
64
b parent_func

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# REQUIRES: native && (system-linux || system-netbsd) && dbregs-set
2-
# clone() tests fails on arm64 Linux, PR #49899
3-
# UNSUPPORTED: system-linux && target-aarch64
42
# RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_CLONE -o %t
53
# RUN: %lldb -b -s %s %t | FileCheck %s
64
process launch -s

lldb/test/Shell/Subprocess/clone-follow-parent.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# REQUIRES: native && (system-linux || system-netbsd)
2-
# clone() tests fails on arm64 Linux, PR #49899
3-
# UNSUPPORTED: system-linux && target-aarch64
42
# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
53
# RUN: %lldb -b -s %s %t | FileCheck %s
64
b parent_func

0 commit comments

Comments
 (0)