Merge branch 'malloc-test' into 'master'
Enable malloc_usable_size test See merge request redox-os/relibc!1555
This commit is contained in:
@@ -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,2 +1,2 @@
|
||||
malloc: 27 bytes
|
||||
malloc_usable_size: 48 bytes
|
||||
malloc_usable_size: 40 bytes
|
||||
|
||||
Reference in New Issue
Block a user