diff --git a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py index 4893c137c3227..8c3017630b99e 100644 --- a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py +++ b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py @@ -41,6 +41,8 @@ def run_arch(self, exe, arch): @skipUnlessDarwin @skipIfDarwinEmbedded + @skipIfLLVMTargetMissing("AArch64") + @skipIfLLVMTargetMissing("X86") @skipTestIfFn(no_haswell) def test_haswell(self): self.build() @@ -50,6 +52,8 @@ def test_haswell(self): @skipUnlessDarwin @skipIfDarwinEmbedded + @skipIfLLVMTargetMissing("AArch64") + @skipIfLLVMTargetMissing("X86") @skipTestIfFn(no_apple_silicon) def test_apple_silicon(self): self.build()