Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
11c3f099
Commit
11c3f099
authored
Jul 17, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a rather generous set of tests allowed to be skipped on sunos5.
parent
f042db6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
Lib/test/regrtest.py
Lib/test/regrtest.py
+23
-0
No files found.
Lib/test/regrtest.py
View file @
11c3f099
...
...
@@ -680,6 +680,29 @@ _expectations = {
test_winreg
test_winsound
"""
,
'sunos5'
:
"""
test_al
test_bsddb
test_cd
test_cl
test_curses
test_dbm
test_email_codecs
test_gdbm
test_gl
test_gzip
test_imgfile
test_linuxaudiodev
test_mpz
test_openpty
test_socket_ssl
test_socketserver
test_winreg
test_winsound
test_zipfile
test_zlib
"""
'hp-ux11'
:
"""
test_al
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment