address an test error on window os , exclude the test llvm/test/tools/llvm-readobj...
authorzhijian <zhijian@ca.ibm.com>
Tue, 26 Oct 2021 17:56:52 +0000 (13:56 -0400)
committerzhijian <zhijian@ca.ibm.com>
Tue, 26 Oct 2021 17:56:52 +0000 (13:56 -0400)
windows OS.
http://45.33.8.238/win/47662/step_11.txt
for
https://reviews.llvm.org/D82549

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

index 7bffb5d..63cb7c8 100644 (file)
@@ -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