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 +@skipIfWindows class TestUnnamedSymbolLookup(TestBase): def test_unnamed_symbol_lookup(self): """Test looking up unnamed symbol synthetic name""" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits