[PATCH] D151567: [LLVM][Support] Report EISDIR when opening a directory on AIX

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 10:40:03 PDT 2023


Jake-Egan added a comment.

The test `LLVM :: tools/llvm-symbolizer/input-file-err.test` fails because it expects "Is a directory" as an error message, but we currently get "The file was not recognized as a valid object file" on AIX. 
https://lab.llvm.org/buildbot/#/builders/214/builds/8134/steps/6/logs/FAIL__LLVM__input-file-err_test

I've added an XFAIL to the test for now. https://reviews.llvm.org/rG64ca650cf9f180cc0b68c0005639028084066e10. This patch should fix the test, so please verify and update the patch to revert the XFAIL commit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151567/new/

https://reviews.llvm.org/D151567



More information about the llvm-commits mailing list