[llvm] c2d2fb5 - address an test error on window os , exclude the test llvm/test/tools/llvm-readobj/XCOFF/xcoff-auxiliary-header.test from

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 10:57:03 PDT 2021


Author: zhijian
Date: 2021-10-26T13:56:52-04:00
New Revision: c2d2fb509306618b982bff94e1ad9acff6a41bcf

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

LOG: address an test error on window os , exclude the test llvm/test/tools/llvm-readobj/XCOFF/xcoff-auxiliary-header.test from
windows OS.
http://45.33.8.238/win/47662/step_11.txt
for
https://reviews.llvm.org/D82549

Added: 
    

Modified: 
    llvm/test/tools/llvm-readobj/XCOFF/xcoff-auxiliary-header.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-readobj/XCOFF/xcoff-auxiliary-header.test b/llvm/test/tools/llvm-readobj/XCOFF/xcoff-auxiliary-header.test
index 7bffb5d68bac..63cb7c8fa211 100644
--- a/llvm/test/tools/llvm-readobj/XCOFF/xcoff-auxiliary-header.test
+++ b/llvm/test/tools/llvm-readobj/XCOFF/xcoff-auxiliary-header.test
@@ -1,3 +1,4 @@
+# REQUIRES: system-aix
 ## This file tests the ability of llvm-readobj to display the auxiliary header for 64 bits XCOFF and 32 bits XCOFF object file.
 # RUN: llvm-readobj --auxiliary-header %p/Inputs/xcoff-64-xlc-exec 2>&1 | \
 # RUN:   FileCheck --check-prefixes=XLC64EXEC,WARN64 %s


        


More information about the llvm-commits mailing list