mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.
This commit is contained in:
parent
175df1eeec
commit
fc4aa76d59
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ class ThreadJoinOnShutdown(BaseTestCase):
|
|||
# problems with some operating systems (issue #3863): skip problematic tests
|
||||
# on platforms known to behave badly.
|
||||
platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5',
|
||||
'os2emx')
|
||||
'os2emx', 'hp-ux11')
|
||||
|
||||
def _run_and_join(self, script):
|
||||
script = """if 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue