Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/kernel/mem_heap/mheap_api_concept failed on hsdk board #35209

Closed
IRISZZW opened this issue May 12, 2021 · 0 comments · Fixed by #35210
Closed

tests/kernel/mem_heap/mheap_api_concept failed on hsdk board #35209

IRISZZW opened this issue May 12, 2021 · 0 comments · Fixed by #35210
Assignees
Labels
area: ARC ARC Architecture bug The issue is a bug, or the PR is fixing a bug

Comments

@IRISZZW
Copy link
Contributor

IRISZZW commented May 12, 2021

Describe the bug
tests/kernel/mem_heap/mheap_api_concept failed on hsdk board

To Reproduce
Steps to reproduce the behavior:

  1. west build -b hsdk -d build -p auto tests/kernel/mem_heap/mheap_api_concept
  2. west flash
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Impact
What impact does this issue have on your progress (e.g., annoyance, showstopper)

*** Booting Zephyr OS build v2.6.0-rc1-59-g8e69dafccf25  ***
Running test suite mheap_api
===================================================================
START - test_mheap_malloc_free
 PASS - test_mheap_malloc_free in 0.1 seconds
===================================================================
START - test_mheap_calloc
 PASS - test_mheap_calloc in 0.1 seconds
===================================================================
START - test_mheap_malloc_align4
 PASS - test_mheap_malloc_align4 in 0.1 seconds
===================================================================
START - test_mheap_threadsafe

    Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_heap/mheap_api_concept/src/test_mheap_concept.c:61: tmhea)

    Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_heap/mheap_api_concept/src/test_mheap_concept.c:61: tmhea)
memory is not allocatedmemory is not allocated

 FAIL - test_mheap_threadsafe in 0.32 seconds
===================================================================
START - test_k_aligned_alloc
 PASS - test_k_aligned_alloc in 0.1 seconds
===================================================================
START - test_sys_heap_mem_pool_assign
 PASS - test_sys_heap_mem_pool_assign in 0.1 seconds
===================================================================
START - test_malloc_in_isr
 PASS - test_malloc_in_isr in 0.1 seconds
===================================================================
START - test_malloc_in_thread
 PASS - test_malloc_in_thread in 0.1 seconds
===================================================================
Test suite mheap_api failed.
===================================================================
PROJECT EXECUTION FAILED

Environment (please complete the following information):

  • OS: (Linux)
  • Toolchain (Zephyr SDK)
  • Commit 8e69daf
@IRISZZW IRISZZW added bug The issue is a bug, or the PR is fixing a bug area: ARC ARC Architecture labels May 12, 2021
@IRISZZW IRISZZW self-assigned this May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ARC ARC Architecture bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant