[Lldb-commits] [lldb] 6087854 - [lldb] skip unnamed symbol test on windows (#141212)
via lldb-commits
lldb-commits at lists.llvm.org
Fri May 23 09:52:45 PDT 2025
Author: Ely Ronnen
Date: 2025-05-23T18:52:42+02:00
New Revision: 6087854472a97e9a1b33933a0694cf4210c90b93
URL: https://github.com/llvm/llvm-project/commit/6087854472a97e9a1b33933a0694cf4210c90b93
DIFF: https://github.com/llvm/llvm-project/commit/6087854472a97e9a1b33933a0694cf4210c90b93.diff
LOG: [lldb] skip unnamed symbol test on windows (#141212)
https://lab.llvm.org/buildbot/#/builders/141/builds/8927/steps/6/logs/stdio
Added:
Modified:
lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py
Removed:
################################################################################
diff --git a/lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py b/lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py
index 09d43a34c7e30..c0438f77fb1d1 100644
--- a/lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py
+++ b/lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py
@@ -8,7 +8,8 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
-
+# --keep-symbol causes error on Windows: llvm-strip.exe: error: option is not supported for COFF
+ at skipIfWindows
class TestUnnamedSymbolLookup(TestBase):
def test_unnamed_symbol_lookup(self):
"""Test looking up unnamed symbol synthetic name"""
More information about the lldb-commits
mailing list