From a8783dc6baef19f93205a03f3ee74f7f1d2f28b6 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Fri, 6 Mar 2026 12:10:02 -0800 Subject: [PATCH] [lldb][bytecode] Disable bytecode.test on windows (#185096) 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 863964477287..dcc830ff907c 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