diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-08-13 08:44:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 17:56:01 -0700 |
commit | 71c5cc44c72d6862618a89895290628b2840cbe2 (patch) | |
tree | 216d8ed1c88dc9c39c8f5d7c2851f764ab07b832 /meta-python/recipes-devtools/python/python3-scrypt | |
parent | 344bb081f5c97878434fa2f6d93072dbfa577b6f (diff) | |
download | meta-openembedded-71c5cc44c72d6862618a89895290628b2840cbe2.tar.gz |
jemalloc: improve the ptest output
Previouly we only show the output of each text program, actually
each test program includes serveral test cases. Improve the ptest
script to show the output of each test case.
Before:
# ./run-ptest
[snip]
PASS: tests/integration/MALLOCX_ARENA
PASS: tests/integration/aligned_alloc
[snip]
After:
# ./run-ptest
[snip]
PASS: test_MALLOCX_ARENA (non-reentrant)
PASS: test_MALLOCX_ARENA (libc-reentrant)
PASS: test_MALLOCX_ARENA (arena_new-reentrant)
PASS: test_alignment_errors (non-reentrant)
PASS: test_alignment_errors (libc-reentrant)
PASS: test_alignment_errors (arena_new-reentrant)
PASS: test_oom_errors (non-reentrant)
PASS: test_oom_errors (libc-reentrant)
PASS: test_oom_errors (arena_new-reentrant)
PASS: test_alignment_and_size (non-reentrant)
PASS: test_alignment_and_size (libc-reentrant)
PASS: test_alignment_and_size (arena_new-reentrant)
PASS: test_zero_alloc (non-reentrant)
PASS: test_zero_alloc (libc-reentrant)
PASS: test_zero_alloc (arena_new-reentrant)
[snip]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scrypt')
0 files changed, 0 insertions, 0 deletions