Enable malloc_usable_size test

This commit is contained in:
Wildan M
2026-07-17 02:40:04 +07:00
parent 9c8169da2f
commit 2331c338a3
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