Issue 34650: test_posix fails with musl (original) (raw)

ERROR: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester)

Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-alpine/build/Lib/test/test_posix.py", line 1280, in test_get_and_set_scheduler_and_param mine = posix.sched_getscheduler(0) OSError: [Errno 38] Function not implemented

ERROR: test_setscheduler_only_param (test.test_posix.TestPosixSpawn)

Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-alpine/build/Lib/test/test_posix.py", line 1651, in test_setscheduler_only_param policy = os.sched_getscheduler(0) OSError: [Errno 38] Function not implemented

ERROR: test_setscheduler_with_policy (test.test_posix.TestPosixSpawn)

Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-alpine/build/Lib/test/test_posix.py", line 1669, in test_setscheduler_with_policy policy = os.sched_getscheduler(0) OSError: [Errno 38] Function not implemented