commit | b996e04f1163caeb740248350e3b28d2df1fa8f4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 01 00:15:44 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 01 00:15:44 2013 +0200 |
tree | ee0d59a93315bdbf31bbd8b44245e50fb502c00e | |
parent | 1c0d8a7fd7bc8b7925ec34a23bc5a954e559ec15 [diff] |
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
diff --git a/Misc/NEWS b/Misc/NEWS index 4b7b3a2..b61bf23 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -76,6 +76,8 @@ Tests ----- +- Issue #17712: Fix test_gdb failures on Ubuntu 13.04. + - Issue #17065: Use process-unique key for winreg tests to avoid failures if test is run multiple times in parallel (eg: on a buildbot host).