Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solaris: ctypes tests being skipped despite following #1516 #46653

Closed
jafo mannequin opened this issue Mar 18, 2008 · 10 comments
Closed

Solaris: ctypes tests being skipped despite following #1516 #46653

jafo mannequin opened this issue Mar 18, 2008 · 10 comments
Assignees
Labels
build The build process and cross-build

Comments

@jafo
Copy link
Mannequin

jafo mannequin commented Mar 18, 2008

BPO 2401
Nosy @loewis, @theller, @terryjreedy, @skrah

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/theller'
closed_at = <Date 2012-06-02.22:39:07.558>
created_at = <Date 2008-03-18.19:11:31.249>
labels = ['build']
title = 'Solaris: ctypes tests being skipped despite following python/cpython#45857'
updated_at = <Date 2012-06-02.22:39:07.557>
user = 'https://bugs.python.org/jafo'

bugs.python.org fields:

activity = <Date 2012-06-02.22:39:07.557>
actor = 'skrah'
assignee = 'theller'
closed = True
closed_date = <Date 2012-06-02.22:39:07.558>
closer = 'skrah'
components = ['Build']
creation = <Date 2008-03-18.19:11:31.249>
creator = 'jafo'
dependencies = []
files = []
hgrepos = []
issue_num = 2401
keywords = []
message_count = 10.0
messages = ['63965', '63966', '63968', '107423', '107446', '112908', '112933', '112935', '112938', '162185']
nosy_count = 6.0
nosy_names = ['loewis', 'theller', 'terry.reedy', 'jafo', 'atossava', 'skrah']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue2401'
versions = ['Python 2.7']

@jafo
Copy link
Mannequin Author

jafo mannequin commented Mar 18, 2008

This is a break-out of the multi-issue bpo-2048.

Original poster Atro Tossavainen (atossava) reports:Building and testing
on Solaris 8 on SPARC with Sun compilers:
cc: Sun C 5.8 2005/10/13
CC: Sun C++ 5.8 2005/10/13

281 tests OK.
40 tests skipped:
test_aepack test_al test_applesingle test_bsddb test_bsddb185
test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk
test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_ctypes
test_curses test_gdbm test_gl test_imgfile test_linuxaudiodev
test_macfs test_macostools test_nis test_normalization
test_ossaudiodev test_pep277 test_plistlib test_scriptpackages
test_socket_ssl test_socketserver test_sqlite test_startfile
test_sunaudiodev test_tcl test_timeout test_unicode_file
test_urllib2net test_urllibnet test_winreg test_winsound
test_zipfile64
4 skips unexpected on sunos5:
test_tcl test_sunaudiodev test_ctypes test_nis

...
test_tcl skipped -- No module named _tkinter
...

I have applied the _ctypes patch in bpo-1516, however. What gives?

@jafo jafo mannequin assigned loewis Mar 18, 2008
@jafo jafo mannequin added build The build process and cross-build labels Mar 18, 2008
@jafo
Copy link
Mannequin Author

jafo mannequin commented Mar 18, 2008

Martin v. Löwis (loewis) replies:

What is the specific problem that you are reporting?
I.e. what behavior did you expect instead?

@jafo
Copy link
Mannequin Author

jafo mannequin commented Mar 18, 2008

This is me:

Martin: I believe the report is that the user followed bpo-1516 but ctypes
was not built, or at least the test was skipped.

Assigning to theller, because that's whom bpo-1516 is assigned to.

@jafo jafo mannequin assigned theller and unassigned loewis Mar 18, 2008
@terryjreedy
Copy link
Member

Does this apply to any current version?

@atossava
Copy link
Mannequin

atossava mannequin commented Jun 10, 2010

Does this apply to any current version?

Funny you should ask, I've just started building Python 2.6.5 yesterday.
I should know in a bit.

@terryjreedy
Copy link
Member

To late to change 2.6 (except for critical bugs). You should test 2.7 instead.

@skrah
Copy link
Mannequin

skrah mannequin commented Aug 5, 2010

Well, with release-2.7 test_ctypes segfaults om OpenSolaris:

make: *** [test] Segmentation Fault (core dumped)
./python -Wd -3 -E -tt ./Lib/test/regrtest.py -l
== CPython 2.7.0+ (release27-maint:82854, Jul 13 2010, 19:49:12) [C]
== Solaris-2.11-i86pc-i386-32bit-ELF little-endian
== /export/home/stefan/svn/release27-maint/build/test_python_768

Perhaps this should be a new issue though.

@terryjreedy
Copy link
Member

I doubt it matters much. ctypes and Solaris do not get along well together.

@skrah
Copy link
Mannequin

skrah mannequin commented Aug 5, 2010

As I understand, this report was about test_ctypes being skipped. This
is not the case anymore, so I agree that setting the issue to pending
is fine. I can open another issue for the segfault.

@skrah
Copy link
Mannequin

skrah mannequin commented Jun 2, 2012

This seems really out of date now. Closing.

@skrah skrah mannequin closed this as completed Jun 2, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

2 participants