[Support] Do not run test on AIX
authorSerge Pavlov <sepavloff@gmail.com>
Mon, 31 Oct 2022 12:09:32 +0000 (19:09 +0700)
committerSerge Pavlov <sepavloff@gmail.com>
Mon, 31 Oct 2022 15:27:42 +0000 (22:27 +0700)
commit6ca33cb925edf17fa837b773cf3cfdd922a0e88f
treefb1e6529fdf73f8a06e2f82ad61a92fe75130df1
parentd45be8873628ce39e76dba6f4533bf96aa9f1985
[Support] Do not run test on AIX

A part of the unit test CommandLineTest/BadResponseFile, added in
the commit fd3d7a9f8cbb (Handle errors in expansion of response files)
fails on AIX. The test checks if an error is issued when `file` in
`@file` is a path to directory. This change excludes that check on
AIX platform.

Differential Revision: https://reviews.llvm.org/D136090
llvm/unittests/Support/CommandLineTest.cpp