-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
Run tests on a Linux PC using following command:
cmake . -WITH_TESTS -Bbuild
make -C build/
./build/test/test-all-metal-static
The result is:
------utilities.c------
metal: warning: skipped page size 2097152 - invalid args
metal: warning: skipped page size 1073741824 - invalid args
metal: error: -10 divided by 3 rounded down is -3 instead of -4 and rounded up is -2 instead of -3
alloc.c [PASS]
assert.c [PASS]
cache.c [PASS]
config.c [PASS]
cpu.c [PASS]
init.c [PASS]
log.c [PASS]
mutex.c [PASS]
shmem.c [PASS]
sleep.c [PASS]
spinlock.c [PASS]
utilities.c [FAIL] (code 8)