[Lldb-commits] [lldb] [lldb][nfc]Temporarily disable test on non-x86 because output-redirec… (PR #140585)

via lldb-commits lldb-commits at lists.llvm.org
Mon May 19 10:40:22 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Vy Nguyen (oontvoo)

<details>
<summary>Changes</summary>

…tion doesn't work properly

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


1 Files Affected:

- (modified) lldb/test/Shell/Commands/list-header.test (+2) 


``````````diff
diff --git a/lldb/test/Shell/Commands/list-header.test b/lldb/test/Shell/Commands/list-header.test
index 08bcedd3fc946..02630602b57d0 100644
--- a/lldb/test/Shell/Commands/list-header.test
+++ b/lldb/test/Shell/Commands/list-header.test
@@ -1,3 +1,5 @@
+# REQUIRES: x86
+
 ## Test that `list header.h:<line>` works correctly when header is available.
 ## 
 # RUN: split-file %s %t

``````````

</details>


https://github.com/llvm/llvm-project/pull/140585


More information about the lldb-commits mailing list