]> granicus.if.org Git - python/commit
bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)
authorMichael Felt <aixtools@users.noreply.github.com>
Fri, 28 Dec 2018 14:03:17 +0000 (15:03 +0100)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 28 Dec 2018 14:03:17 +0000 (00:03 +1000)
commited57e13df60ce28ba89bd49c9c5a15b1d9bf79c7
tree3e670a883533a64957a8d9514a539fc8878c66b0
parente2926b72488596f59e43c27f3b7cedf0c5b9e88e
bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)

Command line options for the xlc compiler behave differently from gcc and clang,
so skip this test case for now when xlc is the compiler.

Patch by aixtools (Michael Felt)
Lib/distutils/command/config.py
Lib/distutils/tests/test_config_cmd.py
Misc/NEWS.d/next/Tests/2018-08-08-22-41-30.bpo-11191.eq9tSH.rst [new file with mode: 0644]