diff options
| author | Jake Egan <5326451+jakeegan@users.noreply.github.com> | 2023-06-26 13:22:10 -0400 |
|---|---|---|
| committer | Jake Egan <5326451+jakeegan@users.noreply.github.com> | 2023-06-26 13:27:10 -0400 |
| commit | 64ca650cf9f180cc0b68c0005639028084066e10 (patch) | |
| tree | 4ddeb94265497f7bb5aee9ac3b5ccb790529e31f | |
| parent | 03a0f4b61ca50a267a405a29ff1986473a55f9d9 (diff) | |
| download | llvm-64ca650cf9f180cc0b68c0005639028084066e10.zip llvm-64ca650cf9f180cc0b68c0005639028084066e10.tar.gz llvm-64ca650cf9f180cc0b68c0005639028084066e10.tar.bz2 | |
[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.
| -rw-r--r-- | llvm/test/tools/llvm-symbolizer/input-file-err.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-symbolizer/input-file-err.test b/llvm/test/tools/llvm-symbolizer/input-file-err.test index a072b3e..e41da3a 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 different 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]] |
