On AIX, there are typedefs and struct definitions required by test-suite tests that are only accessible when _ALL_SOURCE is set, but setting this macro causes side effects such as typedef redefinition. To fix them on AIX, we build test-suite with standard compatible mode (e.g., XOPEN_SOURCE=700), and either add missing definitions to the tests or adjust the tests to recognize that the extensions are disabled. This patch fixes benchmarks that were not handled in D118622.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
- Build Status
Buildable 146786 Build 216893: arc lint + arc unit