diff options
author | Michael Felt <aixtools@users.noreply.github.com> | 2018-12-28 14:03:17 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2018-12-28 14:03:17 (GMT) |
commit | ed57e13df60ce28ba89bd49c9c5a15b1d9bf79c7 (patch) | |
tree | 3e670a883533a64957a8d9514a539fc8878c66b0 /Misc/NEWS.d/next/Tests/2018-08-08-22-41-30.bpo-11191.eq9tSH.rst | |
parent | e2926b72488596f59e43c27f3b7cedf0c5b9e88e (diff) | |
download | cpython-ed57e13df60ce28ba89bd49c9c5a15b1d9bf79c7.zip cpython-ed57e13df60ce28ba89bd49c9c5a15b1d9bf79c7.tar.gz cpython-ed57e13df60ce28ba89bd49c9c5a15b1d9bf79c7.tar.bz2 |
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)
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2018-08-08-22-41-30.bpo-11191.eq9tSH.rst')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-08-08-22-41-30.bpo-11191.eq9tSH.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-08-08-22-41-30.bpo-11191.eq9tSH.rst b/Misc/NEWS.d/next/Tests/2018-08-08-22-41-30.bpo-11191.eq9tSH.rst new file mode 100644 index 0000000..d05d522 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2018-08-08-22-41-30.bpo-11191.eq9tSH.rst @@ -0,0 +1,2 @@ +Skip the distutils test 'test_search_cpp' when using XLC as compiler +patch by aixtools (Michael Felt) |