Skip to content

tests/kernel/tickless/tickless_concept fails on ARC boards #10747

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

Closed
spoorthik opened this issue Oct 22, 2018 · 0 comments
Closed

tests/kernel/tickless/tickless_concept fails on ARC boards #10747

spoorthik opened this issue Oct 22, 2018 · 0 comments
Labels
area: ARC ARC Architecture bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@spoorthik
Copy link
Contributor

Execution log on emsk:

***** Booting Zephyr OS zephyr-v1.13.0-1232-g556dc7f (delayed boot 1000ms) *****
Running test suite tickless_concept
===================================================================
starting test - test_tickless_sysclock
ASSERTION FAIL [timer_count <= programmed_limit] @ /home/kspoorth/work/latest_zephyr/drivers/timer/arcv2_timer0.c:444:
        timer_count: 279, limit 0

Execution log on quark_se_c1000_ss_devboard:

***** Booting Zephyr OS zephyr-v1.13.0-1232-g556dc7f (delayed boot 1000ms) *****
Running test suite tickless_concept
===================================================================
starting test - test_tickless_sysclock
time 1030, -422565944
time -422565934, -845132908
PASS - test_tickless_sysclock
===================================================================
starting test - test_tickless_slice
elapsed slice -422566974, expected: <100, 110>

    Assertion failed at /home/kspoorth/work/latest_zephyr/tests/kernel/tickless/tickless_concept/src/main.c:57: thread_tslice: t >= SLICE_SIZE is false

elapsed slice 20, expected: <100, 110>

    Assertion failed at /home/kspoorth/work/latest_zephyr/tests/kernel/tickless/tickless_concept/src/main.c:57: thread_tslice: t >= SLICE_SIZE is false

elapsed slice 10, expected: <100, 110>

    Assertion failed at /home/kspoorth/work/latest_zephyr/tests/kernel/tickless/tickless_concept/src/main.c:57: thread_tslice: t >= SLICE_SIZE is false

elapsed slice 20, expected: <100, 110>

    Assertion failed at /home/kspoorth/work/latest_zephyr/tests/kernel/tickless/tickless_concept/src/main.c:57: thread_tslice: t >= SLICE_SIZE is false

FAIL - test_tickless_slice
===================================================================
===================================================================
PROJECT EXECUTION FAILED
@spoorthik spoorthik added bug The issue is a bug, or the PR is fixing a bug area: ARC ARC Architecture labels Oct 22, 2018
@galak galak added the priority: medium Medium impact/importance bug label Nov 20, 2018
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 priority: medium Medium impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants