The following interpreter tests failed on AIX because 64-bit XCOFF object files are currently not supported on AIX. This patch disables the tests on AIX for the time being.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113614
[AIX][NFC] Disable clang-repl tests failing due to lack of 64-bit XCOFF support. ClosedPublic Authored by stevewan on Nov 10 2021, 2:16 PM.
Details Summary The following interpreter tests failed on AIX because 64-bit XCOFF object files are currently not supported on AIX. This patch disables the tests on AIX for the time being.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 10 2021, 5:40 PM stevewan retitled this revision from Disable clang-repl tests failing due to lack of 64-bit XCOFF support. to [AIX][NFC] Disable clang-repl tests failing due to lack of 64-bit XCOFF support..Nov 11 2021, 11:09 AM Closed by commit rG42102bce98e5: [AIX][NFC] Disable clang-repl tests failing due to lack of 64-bit XCOFF support. (authored by stevewan). · Explain WhyNov 11 2021, 11:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386596 clang/unittests/Interpreter/InterpreterTest.cpp
|