Author: Jonas Devlieghere Date: 2021-04-12T18:32:10-07:00 New Revision: 30f591c3869f3bbe6eca1249dcef1b8337312de6
URL: https://github.com/llvm/llvm-project/commit/30f591c3869f3bbe6eca1249dcef1b8337312de6 DIFF: https://github.com/llvm/llvm-project/commit/30f591c3869f3bbe6eca1249dcef1b8337312de6.diff LOG: [lldb] Disable TestLaunchProcessPosixSpawn.py with reproducers Added: Modified: lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py Removed: ################################################################################ diff --git a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py index 335f75e04bfbc..fc26de705b6fd 100644 --- a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py +++ b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py @@ -53,6 +53,7 @@ def run_arch(self, exe, arch): @skipUnlessDarwin @skipIfDarwinEmbedded @skipTestIfFn(no_haswell) + @skipIfReproducer # Test relies on inferior output def test_haswell(self): self.build() exe = self.getBuildArtifact("fat.out") @@ -62,6 +63,7 @@ def test_haswell(self): @skipUnlessDarwin @skipIfDarwinEmbedded @skipTestIfFn(no_apple_silicon) + @skipIfReproducer # Test relies on inferior output def test_apple_silicon(self): self.build() exe = self.getBuildArtifact("fat.out") _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits