[llvm] f678217 - [llvm-objcopy] XFAIL ELF/update-section.test on 32-bit arm

Muhammad Omair Javaid via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 09:51:09 PST 2022


Author: Muhammad Omair Javaid
Date: 2022-11-16T21:50:26+04:00
New Revision: f678217c246b15eef828027c40fc6f735e997dee

URL: https://github.com/llvm/llvm-project/commit/f678217c246b15eef828027c40fc6f735e997dee
DIFF: https://github.com/llvm/llvm-project/commit/f678217c246b15eef828027c40fc6f735e997dee.diff

LOG: [llvm-objcopy] XFAIL ELF/update-section.test on 32-bit arm

ELF/update-section.test is failing on 32-bit arm targets. It was
enabled by commit 4f0a1201a462. I am marking it as XFAIL for now.

Added: 
    

Modified: 
    llvm/test/tools/llvm-objcopy/ELF/update-section.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objcopy/ELF/update-section.test b/llvm/test/tools/llvm-objcopy/ELF/update-section.test
index 79cfe0e719418..da17e6c7bc3d0 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/update-section.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/update-section.test
@@ -1,3 +1,4 @@
+# XFAIL: target-arm && linux-gnu
 # REQUIRES: x86-registered-target
 
 # RUN: yaml2obj %s -o %t


        


More information about the llvm-commits mailing list