issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller

This commit is contained in:
Jesse Noller 2008-09-30 00:15:45 +00:00
parent e563aa4383
commit 37040cdace
5 changed files with 37 additions and 0 deletions

View file

@ -1047,6 +1047,7 @@ _expectations = {
test_tcl
test_timeout
test_urllibnet
test_multiprocessing
""",
'aix5':
"""
@ -1077,6 +1078,7 @@ _expectations = {
test_ossaudiodev
test_pep277
test_tcl
test_multiprocessing
""",
'netbsd3':
"""
@ -1092,6 +1094,7 @@ _expectations = {
test_ossaudiodev
test_pep277
test_tcl
test_multiprocessing
""",
}
_expectations['freebsd5'] = _expectations['freebsd4']