[Lldb-commits] [lldb] [lldb][Windows] Disable TestLinuxCore.LinuxCoreTestCase.test_object_map on Windows (PR #198473)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Tue May 19 02:26:17 PDT 2026
https://github.com/slydiman created https://github.com/llvm/llvm-project/pull/198473
See https://github.com/llvm/llvm-project/issues/198471 for details.
>From 910764a5d606d13d5f0661094821ef711f6161c9 Mon Sep 17 00:00:00 2001
From: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
Date: Tue, 19 May 2026 13:24:27 +0400
Subject: [PATCH] [lldb][Windows] Disable
TestLinuxCore.LinuxCoreTestCase.test_object_map on Windows
See https://github.com/llvm/llvm-project/issues/198471 for details.
---
.../API/functionalities/postmortem/elf-core/TestLinuxCore.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py b/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
index da7f0ca7f9e71..8d4d12ff09bcb 100644
--- a/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
+++ b/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
@@ -321,6 +321,7 @@ def test_i386_sysroot(self):
self.dbg.DeleteTarget(target)
+ @skipIf(hostoslist=["windows"], bugnumber="github.com/llvm/llvm-project/issues/198471")
def test_object_map(self):
"""Test that lldb can find the exe for an i386 linux core file using the object map."""
More information about the lldb-commits
mailing list