Issue 3172: test macos skipped "unexpected" on linux2 (original) (raw)

Issue3172

Created on 2008-06-22 22:54 by MrJean1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68593 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-06-22 22:54
Test test_macos is reported as an "unexpected skip" on linux2 by Python 2.6b1 make test. 35 tests skipped: ... test_macos test_macostools ... ... 2 skips unexpected on linux2: test_tcl test_macos $ uname -a Linux ... 2.6.9-11.EL #1 Fri May 20 18:17:57 EDT 2005 i686 i686 i386 GNU/Linux $ gcc -v Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man -- infodir=/usr/share/info --enable-shared --enable-threads=posix -- disable-checking --with-system-zlib --enable-__cxa_atexit --disable- libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)
msg68598 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-23 00:29
This was fixed on the trunk by r64408.
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47422
2008-06-23 00:29:35 benjamin.peterson set status: open -> closedresolution: out of datemessages: + nosy: + benjamin.peterson
2008-06-22 22:54:12 MrJean1 create