llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Ely Ronnen (eronnen)

<details>
<summary>Changes</summary>

https://lab.llvm.org/buildbot/#/builders/141/builds/8927/steps/6/logs/stdio

---
Full diff: https://github.com/llvm/llvm-project/pull/141212.diff


1 Files Affected:

- (modified) 
lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py 
(+2-1) 


``````````diff
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"""

``````````

</details>


https://github.com/llvm/llvm-project/pull/141212
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to