| commit | be4e4b5691492008dae31c82dc6ac2aba230b4e5 | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Sun Jun 17 18:57:20 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Jun 17 18:57:20 2012 +1000 |
| tree | f5efb65a18cc221de9bc1dd6e38fda7cf1234a25 | |
| parent | 50f147a9be10ee379c4c7bacb81df5e4edf24044 [diff] [blame] |
Issue #15043: skip test_gdb if the custom hooks can't be loaded
diff --git a/Misc/NEWS b/Misc/NEWS index f9abb66..53b5966 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -301,6 +301,9 @@ Tests ----- +- Issue #15043: test_gdb is now skipped entirely if gdb security settings + block loading of the gdb hooks + - Issue #14026: In test_cmd_line_script, check that sys.argv is populated correctly for the various invocation approaches (Patch by Jason Yeo)