Skip to content

[lldb] Skip TestBytecode tests on Windows#197955

Merged
slydiman merged 1 commit into
llvm:mainfrom
slydiman:lldb-fix-TestBytecode
May 15, 2026
Merged

[lldb] Skip TestBytecode tests on Windows#197955
slydiman merged 1 commit into
llvm:mainfrom
slydiman:lldb-fix-TestBytecode

Conversation

@slydiman

Copy link
Copy Markdown
Contributor

This patch must fix broken tests after #197808 on Windows (the lldb-x86_64-win buildbot).

This patch must fix broken tests after llvm#197808 on the lldb-x86_64-win buildbot.
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-lldb

Author: Dmitry Vasilyev (slydiman)

Changes

This patch must fix broken tests after #197808 on Windows (the lldb-x86_64-win buildbot).


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

2 Files Affected:

  • (modified) lldb/test/API/functionalities/data-formatter/bytecode-summary/TestBytecodeSummary.py (+1)
  • (modified) lldb/test/API/functionalities/data-formatter/bytecode-synthetic/TestBytecodeSynthetic.py (+2)
diff --git a/lldb/test/API/functionalities/data-formatter/bytecode-summary/TestBytecodeSummary.py b/lldb/test/API/functionalities/data-formatter/bytecode-summary/TestBytecodeSummary.py
index c32a4517b2b82..43a7e1abc3b0b 100644
--- a/lldb/test/API/functionalities/data-formatter/bytecode-summary/TestBytecodeSummary.py
+++ b/lldb/test/API/functionalities/data-formatter/bytecode-summary/TestBytecodeSummary.py
@@ -5,6 +5,7 @@
 
 
 class TestCase(TestBase):
+    @skipIfWindows
     def test(self):
         self.build()
         if self.TraceOn():
diff --git a/lldb/test/API/functionalities/data-formatter/bytecode-synthetic/TestBytecodeSynthetic.py b/lldb/test/API/functionalities/data-formatter/bytecode-synthetic/TestBytecodeSynthetic.py
index 21228c61e1427..1c0f05f20182e 100644
--- a/lldb/test/API/functionalities/data-formatter/bytecode-synthetic/TestBytecodeSynthetic.py
+++ b/lldb/test/API/functionalities/data-formatter/bytecode-synthetic/TestBytecodeSynthetic.py
@@ -5,6 +5,7 @@
 
 
 class TestCase(TestBase):
+    @skipIfWindows
     def test_synthetic(self):
         self.build()
         if self.TraceOn():
@@ -21,6 +22,7 @@ def test_synthetic(self):
 
         self.expect("v acc", matching=False, substrs=["password"])
 
+    @skipIfWindows
     def test_update_reuse(self):
         self.build()
 

@DavidSpickett

Copy link
Copy Markdown
Contributor

@charles-zablit can figure it out if @kastiglione doesn't have Windows to hand. If it's a "real" problem (not a test expectation), open an issue for it.

In the meantime, let's fix the bots.

@slydiman slydiman merged commit 80c1e40 into llvm:main May 15, 2026
14 checks passed
pedroMVicente pushed a commit to pedroMVicente/llvm-project that referenced this pull request May 19, 2026
This patch must fix broken tests after llvm#197808 on Windows (the lldb-x86_64-win buildbot).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants