diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2018-11-04 21:21:28 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-11-04 21:21:28 (GMT) |
commit | 59668aa8b7f174b59304eab833c1c1181886c3c6 (patch) | |
tree | 296db0d3b9c775c76c7fb9bf3e7e3bd50faea8e0 /Misc | |
parent | c03bf0ae794c3bec9b56f38164535fd1f5bfc04a (diff) | |
download | cpython-59668aa8b7f174b59304eab833c1c1181886c3c6.zip cpython-59668aa8b7f174b59304eab833c1c1181886c3c6.tar.gz cpython-59668aa8b7f174b59304eab833c1c1181886c3c6.tar.bz2 |
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-11-04-20-17-09.bpo-21263.T3qo9r.rst | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1147,6 +1147,7 @@ Samuel Nicolary Jonathan Niehof Gustavo Niemeyer Oscar Nierstrasz +Lysandros Nikolaou Hrvoje Nikšić Gregory Nofi Jesse Noller diff --git a/Misc/NEWS.d/next/Tests/2018-11-04-20-17-09.bpo-21263.T3qo9r.rst b/Misc/NEWS.d/next/Tests/2018-11-04-20-17-09.bpo-21263.T3qo9r.rst new file mode 100644 index 0000000..9c6b4ef --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2018-11-04-20-17-09.bpo-21263.T3qo9r.rst @@ -0,0 +1,4 @@ +After several reports that test_gdb does not work properly on macOS and +since gdb is not shipped by default anymore, test_gdb is now skipped on +macOS when LLVM Clang has been used to compile Python. Patch by +Lysandros Nikolaou |