Author: David Spickett Date: 2026-07-28T09:40:50+01:00 New Revision: 6aeeec83ec1d979ea2a2e3f4629ac361b5cdb70e
URL: https://github.com/llvm/llvm-project/commit/6aeeec83ec1d979ea2a2e3f4629ac361b5cdb70e DIFF: https://github.com/llvm/llvm-project/commit/6aeeec83ec1d979ea2a2e3f4629ac361b5cdb70e.diff LOG: [lldb][test] Skip TestGuiSpawnThreads.py on Linux (#212431) See https://github.com/llvm/llvm-project/issues/209874. We are still hitting the larger timeout. Added: Modified: lldb/test/API/commands/gui/spawn-threads/TestGuiSpawnThreads.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/gui/spawn-threads/TestGuiSpawnThreads.py b/lldb/test/API/commands/gui/spawn-threads/TestGuiSpawnThreads.py index df301dfd4d55e..f02b6b0662b09 100644 --- a/lldb/test/API/commands/gui/spawn-threads/TestGuiSpawnThreads.py +++ b/lldb/test/API/commands/gui/spawn-threads/TestGuiSpawnThreads.py @@ -21,6 +21,8 @@ class TestGuiSpawnThreadsTest(PExpectTest): # under ASAN on a loaded machine.. @skipIfAsan @skipIfCursesSupportMissing + # Temporary fix for CI timeouts - https://github.com/llvm/llvm-project/issues/209874. + @skipIfLinux def test_gui(self): self.build() _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
