[Lldb-commits] [lldb] 1b44eb2 - [lldb][nfc]Temporarily disable test on non-x86 because output-redirec… (#140585)
via lldb-commits
lldb-commits at lists.llvm.org
Mon May 19 10:40:41 PDT 2025
Author: Vy Nguyen
Date: 2025-05-19T13:40:38-04:00
New Revision: 1b44eb2f6b862fb171629321bf2f5ec231899c71
URL: https://github.com/llvm/llvm-project/commit/1b44eb2f6b862fb171629321bf2f5ec231899c71
DIFF: https://github.com/llvm/llvm-project/commit/1b44eb2f6b862fb171629321bf2f5ec231899c71.diff
LOG: [lldb][nfc]Temporarily disable test on non-x86 because output-redirec… (#140585)
because output-redirection doesn't work properly
Added:
Modified:
lldb/test/Shell/Commands/list-header.test
Removed:
################################################################################
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
More information about the lldb-commits
mailing list