[llvm] 64ca650 - [AIX][tests] XFAIL input-file-err.test

Jake Egan via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 10:27:17 PDT 2023


Author: Jake Egan
Date: 2023-06-26T13:27:10-04:00
New Revision: 64ca650cf9f180cc0b68c0005639028084066e10

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

LOG: [AIX][tests] XFAIL input-file-err.test

The test is failing due to D153595, so XFAIL for now to get the bot green. D151567 should fix it.

Added: 
    

Modified: 
    llvm/test/tools/llvm-symbolizer/input-file-err.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-symbolizer/input-file-err.test b/llvm/test/tools/llvm-symbolizer/input-file-err.test
index a072b3ede12a0..e41da3a0548a8 100644
--- a/llvm/test/tools/llvm-symbolizer/input-file-err.test
+++ b/llvm/test/tools/llvm-symbolizer/input-file-err.test
@@ -1,3 +1,5 @@
+Failing on AIX due to D153595. The test expects a 
diff erent error message from the one given on AIX.
+XFAIL: target={{.*}}-aix{{.*}}
 RUN: not llvm-addr2line -e %p/Inputs/nonexistent 0x12 2>&1 | FileCheck %s --check-prefix=CHECK-NONEXISTENT-A2L -DMSG=%errc_ENOENT
 RUN: not llvm-addr2line -e %p/Inputs/nonexistent 2>&1 | FileCheck %s --check-prefix=CHECK-NONEXISTENT-A2L -DMSG=%errc_ENOENT
 CHECK-NONEXISTENT-A2L: llvm-addr2line{{.*}}: error: '{{.*}}Inputs/nonexistent': [[MSG]]


        


More information about the llvm-commits mailing list