This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test macos skipped "unexpected" on linux2
Type: behavior Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: MrJean1, benjamin.peterson
Priority: normal Keywords:

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:35adminsetgithub: 47422
2008-06-23 00:29:35benjamin.petersonsetstatus: open -> closed
resolution: out of date
messages: + msg68598
nosy: + benjamin.peterson
2008-06-22 22:54:12MrJean1create