commit | 07b353716cb10a057eda7fb171b25dce6e14e1a2 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Wed Jul 13 15:09:49 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Wed Jul 13 15:09:49 2011 -0700 |
tree | 7a217ceb9092b3ff74494b45a20dedb81ee1bc7e | |
parent | cb41cda8e302279821433d862dfe80af8eea4597 [diff] [blame] | |
parent | 58e3350bd48d59c273e320c408f2546e6d09146e [diff] [blame] |
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' as the processor type on some Mac systems.
diff --git a/Misc/NEWS b/Misc/NEWS index be49249..a206a17 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1020,6 +1020,9 @@ Tests ----- +- Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' + as the processor type on some Mac systems. + - Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary failure in name resolution.