Skip to content

Conversation

@JDevlieghere
Copy link
Member

Reverts #151262 while I investigate why this breaks GreenDragon.

@JDevlieghere JDevlieghere merged commit 6b76ca8 into main Jul 30, 2025
6 of 10 checks passed
@JDevlieghere JDevlieghere deleted the revert-151262-remote-test-suite-builder branch July 30, 2025 17:46
@llvmbot llvmbot added the lldb label Jul 30, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 30, 2025

@llvm/pr-subscribers-lldb

Author: Jonas Devlieghere (JDevlieghere)

Changes

Reverts llvm/llvm-project#151262 while I investigate why this breaks GreenDragon.


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

1 Files Affected:

  • (modified) lldb/packages/Python/lldbsuite/test/lldbplatformutil.py (+1-2)
diff --git a/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py b/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
index cea6270695dc0..a1ab06076dcb2 100644
--- a/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
+++ b/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
@@ -229,8 +229,7 @@ def hasChattyStderr(test_case):
 
 
 def builder_module():
-    """Return the builder for the target platform."""
-    return get_builder(getPlatform())
+    return get_builder(sys.platform)
 
 
 def getArchitecture():

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants