[Lldb-commits] [lldb] [lldb][bytecode] Disable bytecode.test on windows (PR #185096)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 12:05:11 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
<details>
<summary>Changes</summary>
The test is failing on the lldb-x86_64-win buildbot.
---
Full diff: https://github.com/llvm/llvm-project/pull/185096.diff
1 Files Affected:
- (modified) lldb/test/Shell/ScriptInterpreter/Python/bytecode.test (+1)
``````````diff
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/bytecode.test b/lldb/test/Shell/ScriptInterpreter/Python/bytecode.test
index 8639644772877..dcc830ff907c6 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/bytecode.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/bytecode.test
@@ -1,3 +1,4 @@
+# UNSUPPORTED: system-windows
# RUN: %python %S/../../../../examples/python/formatter_bytecode.py --test
# RUN: %clang_host -std=c++17 -g %S/Inputs/FormatterBytecode/MyOptional.cpp -o %t.exe
``````````
</details>
https://github.com/llvm/llvm-project/pull/185096
More information about the lldb-commits
mailing list