| commit | e2926b72488596f59e43c27f3b7cedf0c5b9e88e | [log] [tgz] |
|---|---|---|
| author | Michael Felt <aixtools@users.noreply.github.com> | Fri Dec 28 14:57:37 2018 +0100 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Fri Dec 28 23:57:37 2018 +1000 |
| tree | dc8a3af47e822ffc6573726decb9c8dd75e6af7a | |
| parent | c465682718f15cd3deb6b37db5fb607718ac64ed [diff] |
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) * Fix test_mktime on AIX by adding code to get mktime to behave the same way as it does on other *nix systems * Fix test_pthread_getcpuclickid in AIX by adjusting the test case expectations when running on AIX in 32-bit mode Patch by Michael Felt.