[Lldb-commits] [lldb] [lldb][bytecode] Disable bytecode.test on windows (PR #185096)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 12:04:29 PST 2026
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/185096
The test is failing on the lldb-x86_64-win buildbot.
>From 7a9aed73ff6408d984e5f0bd5b398172346808ac Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Fri, 6 Mar 2026 12:02:55 -0800
Subject: [PATCH] [lldb][bytecode] Disable bytecode.test on windows
The test is failing on the lldb-x86_64-win buildbot.
---
lldb/test/Shell/ScriptInterpreter/Python/bytecode.test | 1 +
1 file changed, 1 insertion(+)
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
More information about the lldb-commits
mailing list