[Lldb-commits] [lldb] a8783dc - [lldb][bytecode] Disable bytecode.test on windows (#185096)

via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 6 12:10:07 PST 2026


Author: Dave Lee
Date: 2026-03-06T20:10:02Z
New Revision: a8783dc6baef19f93205a03f3ee74f7f1d2f28b6

URL: https://github.com/llvm/llvm-project/commit/a8783dc6baef19f93205a03f3ee74f7f1d2f28b6
DIFF: https://github.com/llvm/llvm-project/commit/a8783dc6baef19f93205a03f3ee74f7f1d2f28b6.diff

LOG: [lldb][bytecode] Disable bytecode.test on windows (#185096)

The test is failing on the lldb-x86_64-win buildbot.

Added: 
    

Modified: 
    lldb/test/Shell/ScriptInterpreter/Python/bytecode.test

Removed: 
    


################################################################################
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