@@ -49,7 +49,7 @@ def follow_child_helper(self, use_fork, call_exec):
49
49
50
50
@skipUnlessPlatform (["linux" ])
51
51
# https://github.com/llvm/llvm-project/issues/85084.
52
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
52
+ @skipIf (oslist = ["linux" ])
53
53
def test_follow_parent_vfork_no_exec (self ):
54
54
"""
55
55
Make sure that debugging concurrent vfork() from multiple threads won't crash lldb during follow-parent.
@@ -59,7 +59,7 @@ def test_follow_parent_vfork_no_exec(self):
59
59
60
60
@skipUnlessPlatform (["linux" ])
61
61
# https://github.com/llvm/llvm-project/issues/85084.
62
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
62
+ @skipIf (oslist = ["linux" ])
63
63
def test_follow_parent_fork_no_exec (self ):
64
64
"""
65
65
Make sure that debugging concurrent fork() from multiple threads won't crash lldb during follow-parent.
@@ -69,7 +69,7 @@ def test_follow_parent_fork_no_exec(self):
69
69
70
70
@skipUnlessPlatform (["linux" ])
71
71
# https://github.com/llvm/llvm-project/issues/85084.
72
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
72
+ @skipIf (oslist = ["linux" ])
73
73
def test_follow_parent_vfork_call_exec (self ):
74
74
"""
75
75
Make sure that debugging concurrent vfork() from multiple threads won't crash lldb during follow-parent.
@@ -79,7 +79,7 @@ def test_follow_parent_vfork_call_exec(self):
79
79
80
80
@skipUnlessPlatform (["linux" ])
81
81
# https://github.com/llvm/llvm-project/issues/85084.
82
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
82
+ @skipIf (oslist = ["linux" ])
83
83
def test_follow_parent_fork_call_exec (self ):
84
84
"""
85
85
Make sure that debugging concurrent vfork() from multiple threads won't crash lldb during follow-parent.
@@ -89,7 +89,7 @@ def test_follow_parent_fork_call_exec(self):
89
89
90
90
@skipUnlessPlatform (["linux" ])
91
91
# https://github.com/llvm/llvm-project/issues/85084.
92
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
92
+ @skipIf (oslist = ["linux" ])
93
93
def test_follow_child_vfork_no_exec (self ):
94
94
"""
95
95
Make sure that debugging concurrent vfork() from multiple threads won't crash lldb during follow-child.
@@ -99,7 +99,7 @@ def test_follow_child_vfork_no_exec(self):
99
99
100
100
@skipUnlessPlatform (["linux" ])
101
101
# https://github.com/llvm/llvm-project/issues/85084.
102
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
102
+ @skipIf (oslist = ["linux" ])
103
103
def test_follow_child_fork_no_exec (self ):
104
104
"""
105
105
Make sure that debugging concurrent fork() from multiple threads won't crash lldb during follow-child.
@@ -109,7 +109,7 @@ def test_follow_child_fork_no_exec(self):
109
109
110
110
@skipUnlessPlatform (["linux" ])
111
111
# https://github.com/llvm/llvm-project/issues/85084.
112
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
112
+ @skipIf (oslist = ["linux" ])
113
113
def test_follow_child_vfork_call_exec (self ):
114
114
"""
115
115
Make sure that debugging concurrent vfork() from multiple threads won't crash lldb during follow-child.
@@ -119,7 +119,7 @@ def test_follow_child_vfork_call_exec(self):
119
119
120
120
@skipUnlessPlatform (["linux" ])
121
121
# https://github.com/llvm/llvm-project/issues/85084.
122
- @skipIf (oslist = ["linux" ], archs = [ "aarch64" , "arm" ] )
122
+ @skipIf (oslist = ["linux" ])
123
123
def test_follow_child_fork_call_exec (self ):
124
124
"""
125
125
Make sure that debugging concurrent fork() from multiple threads won't crash lldb during follow-child.
0 commit comments