Author: Muhammad Omair Javaid Date: 2026-01-12T15:29:49+05:00 New Revision: 6bde19f4bbe63a48d6d3ee4649c58f6ed8cc04c2
URL: https://github.com/llvm/llvm-project/commit/6bde19f4bbe63a48d6d3ee4649c58f6ed8cc04c2 DIFF: https://github.com/llvm/llvm-project/commit/6bde19f4bbe63a48d6d3ee4649c58f6ed8cc04c2.diff LOG: [lldb] Disable flaky TestDetachResumes.py on Windows/AArch64 This patch marks TestDetachResumes.py skipped on Windows/AArch64. It has been failing intermittently on Windows AArch64 buildbot: https://lab.llvm.org/buildbot/#/builders/141/ This extends the prior change that disabled the same test on Windows x86_64 (commit 6d8d4cf9a46b3729732736ffe288f6b722d85121 by Dmitry Vasilyev, 2025-06-23). See #144891 for background and original discussion. Added: Modified: lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py b/lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py index db730574124b6..439376102c3f6 100644 --- a/lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py +++ b/lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py @@ -14,7 +14,6 @@ class DetachResumesTestCase(TestBase): @skipIf( oslist=["windows"], - archs=["x86_64"], bugnumber="github.com/llvm/llvm-project/issues/144891", ) def test_detach_resumes(self): _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
