Merge branch 'malloc-test' into 'master'

Enable malloc_usable_size test

See merge request redox-os/relibc!1555
This commit is contained in:
Jeremy Soller
2026-07-17 19:53:54 -06:00
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -5,8 +5,6 @@ FAILING_TESTS=
else
# Wrong modified time
FAILING_TESTS := futimens
# Crash, mmap issue
FAILING_TESTS += malloc/usable_size
# Not a FIFO
FAILING_TESTS += mkfifo
# Waitpid had EINTR
@@ -72,6 +70,7 @@ EXPECT_NAMES=\
locale/duplocale \
locale/newlocale \
locale/setlocale \
malloc/usable_size \
math \
regex \
semaphore/lock \
+1 -1
View File
@@ -1,2 +1,2 @@
malloc: 27 bytes
malloc_usable_size: 48 bytes
malloc_usable_size: 40 bytes