https://github.com/oontvoo created https://github.com/llvm/llvm-project/pull/140585
…tion doesn't work properly >From a694c9b4a249ec541115cebdd9a88e75ce8aceb7 Mon Sep 17 00:00:00 2001 From: Vy Nguyen <v...@google.com> Date: Mon, 19 May 2025 13:38:37 -0400 Subject: [PATCH] [lldb][nfc]Temporarily disable test on non-x86 because output-redirection doesn't work properly --- lldb/test/Shell/Commands/list-header.test | 2 ++ 1 file changed, 2 insertions(+) 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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits