Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc4aa76

Browse files
author
Stefan Krah
committed
Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.
1 parent 175df1e commit fc4aa76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ class ThreadJoinOnShutdown(BaseTestCase):
452452
# problems with some operating systems (issue #3863): skip problematic tests
453453
# on platforms known to behave badly.
454454
platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5',
455-
'os2emx')
455+
'os2emx', 'hp-ux11')
456456

457457
def _run_and_join(self, script):
458458
script = """if 1:

0 commit comments

Comments
 (0)