https://github.com/Teemperor created 
https://github.com/llvm/llvm-project/pull/201553

This test only reads the pthread names, which don't depend on any debug info.

This halves the runtime of this very long test from 22s to 11s.

>From 09eba3fe9ed32e6768d291981d2abead6d68e58d Mon Sep 17 00:00:00 2001
From: Raphael Isemann <[email protected]>
Date: Thu, 4 Jun 2026 12:29:13 +0100
Subject: [PATCH] [lldb][test] Make TestInterruptThreadNames not depend on
 debug info

This test only reads the pthread names, which don't depend on any
debug info.

This halves the runtime of this very long test from 22s to 11s.
---
 lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py 
b/lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
index 9a3339579de03..9b99aae8214ae 100644
--- a/lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
+++ b/lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
@@ -9,6 +9,8 @@
 
 
 class TestInterruptThreadNames(TestBase):
+    NO_DEBUG_INFO_TESTCASE = True
+
     @skipUnlessDarwin
     @add_test_categories(["pyapi"])
     def test_with_python_api(self):

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to