aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorEly Ronnen <elyronnen@gmail.com>2025-05-23 18:52:42 +0200
committerGitHub <noreply@github.com>2025-05-23 18:52:42 +0200
commit6087854472a97e9a1b33933a0694cf4210c90b93 (patch)
treef58e0393c195e16ed011b5dd2712c0cd4296c9dc /lldb/test/API/python_api
parent0cf3c437c18ed27d9663d87804a9a15ff6874af2 (diff)
downloadllvm-6087854472a97e9a1b33933a0694cf4210c90b93.tar.gz
llvm-6087854472a97e9a1b33933a0694cf4210c90b93.tar.bz2
llvm-6087854472a97e9a1b33933a0694cf4210c90b93.zip
[lldb] skip unnamed symbol test on windows (#141212)
https://lab.llvm.org/buildbot/#/builders/141/builds/8927/steps/6/logs/stdio
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py3
1 files changed, 2 insertions, 1 deletions
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 09d43a34c7e3..c0438f77fb1d 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.decorators import *
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
+@skipIfWindows
class TestUnnamedSymbolLookup(TestBase):
def test_unnamed_symbol_lookup(self):
"""Test looking up unnamed symbol synthetic name"""