Skip to content

Commit

Permalink
runtest/syscalls: temporarily disable mallinfo01
Browse files Browse the repository at this point in the history
The test sometimes fails because it assumes that:

- malloc() will never increase ordblks
- free() will allways increase ordblks

Which are not valid assumptions and the test needs major redesign.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Reported-by: Martin Doucha <mdoucha@suse.cz>
Acked-by: Yang Xu <xuyang2018.jy@fujitsu.com>
  • Loading branch information
metan-ucw committed May 13, 2021
1 parent 15d0ec5 commit 66c401a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtest/syscalls
Expand Up @@ -690,7 +690,6 @@ lstat01_64 lstat01_64
lstat02 lstat02
lstat02_64 lstat02_64

mallinfo01 mallinfo01
mallinfo02 mallinfo02

mallopt01 mallopt01
Expand Down

0 comments on commit 66c401a

Please sign in to comment.