From 317a2b1f6004708b28969c47b48526f6378c4e64 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Fri, 25 Feb 2022 15:52:55 +0500 Subject: [PATCH] [LLDB] Remove XFAIL from minidebuginfo-set-and-hit-breakpoint.test This patch removes XFAIL from minidebuginfo-set-and-hit-breakpoint.test. Test started passing after 3c4ed02698afec021c6bca80740d1e58e3ee019e. Differential Revision: https://reviews.llvm.org/D120305 --- lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test b/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test index f361ccb..a965061 100644 --- a/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test +++ b/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test @@ -1,4 +1,3 @@ -# XFAIL: target-arm && linux-gnu # REQUIRES: system-linux, lzma, xz # We want to keep the symbol "multiplyByThree" in the .dynamic section and not -- 2.7.4