-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
There are several nimhcr tests that fail on OpenBSD with a Not supported [OSError] error. THe problem appears to be in the reservedmem module as they all fail with a stacktrace similar to the following:
Category: dll
Name: tests/dll/nimhcr_unit.nim C
Action: run
Result: reExitcodesDiffer
-------- Expected -------
exitcode: 0
--------- Given --------
exitcode: 1
Output:
nimhcr_unit.nim(107) nimhcr_unit
/home/administrator/build/Nim/lib/nimhcr.nim(342) hcrRegisterProc
/home/administrator/build/Nim/lib/pure/reservedmem.nim(217) setLen
/home/administrator/build/Nim/lib/pure/reservedmem.nim(94) setLen
/home/administrator/build/Nim/lib/pure/includes/oserr.nim(94) raiseOSError
Error: unhandled exception: Not supported [OSError]