[all-commits] [llvm/llvm-project] a7e9c5: [llvm-ar][test][AIX] Unsupport error-opening-direc...

Steven Wan via All-commits all-commits at lists.llvm.org
Mon Jul 13 09:00:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a7e9c5a39fbc7939dbeb508bb446a6ceaab2dc4b
      https://github.com/llvm/llvm-project/commit/a7e9c5a39fbc7939dbeb508bb446a6ceaab2dc4b
  Author: stevewan <wan.yu at ibm.com>
  Date:   2020-07-13 (Mon, 13 Jul 2020)

  Changed paths:
    M llvm/test/tools/llvm-ar/error-opening-directory.test

  Log Message:
  -----------
  [llvm-ar][test][AIX] Unsupport error-opening-directory.test on AIX

Summary:
The test fails on AIX as it allows open() and read() on a directory. This patch adds `# UNSUPPORTED:
system-aix` to the test to prevent it from running on AIX.

Reviewers: sameerarora101, daltenty, ShuhongL, hubert.reinterpretcast, MaskRay, smeenai, alexshap

Reviewed By: sameerarora101, hubert.reinterpretcast, MaskRay, smeenai

Subscribers: MaskRay, rupprecht, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83579




More information about the All-commits mailing list