[all-commits] [llvm/llvm-project] 6ca33c: [Support] Do not run test on AIX
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Mon Oct 31 08:28:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ca33cb925edf17fa837b773cf3cfdd922a0e88f
https://github.com/llvm/llvm-project/commit/6ca33cb925edf17fa837b773cf3cfdd922a0e88f
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M llvm/unittests/Support/CommandLineTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list