commit | a09331287180ee6be085bffd94e0e7a870ae5361 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Jun 17 19:03:39 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Jun 17 19:03:39 2012 +1000 |
tree | e20f0ee894d22c2cddbfc2718b2d4d6c43600d50 | |
parent | 970fcef84bb633e96353de6bf517e4837c90436e [diff] [blame] |
Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x)
diff --git a/Misc/NEWS b/Misc/NEWS index c50f6cb..17c636b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -227,6 +227,9 @@ Tests ----- +- Issue #15043: test_gdb is now skipped entirely if gdb security settings + block loading of the gdb hooks + - Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.