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

nRF52_PCA10040: Failing test_slice_reset #9310

Closed
cvinayak opened this issue Aug 6, 2018 · 5 comments
Closed

nRF52_PCA10040: Failing test_slice_reset #9310

cvinayak opened this issue Aug 6, 2018 · 5 comments
Assignees
Labels
Duplicate This issue is a duplicate of another issue (please specify)

Comments

@cvinayak
Copy link
Contributor

cvinayak commented Aug 6, 2018

[2018-08-16 11:29:11.786] starting test - test_slice_reset
[2018-08-16 11:29:12.113]
[2018-08-16 11:29:12.113] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_sched_timeslice_reset.c:39: thread_tslice: t <= expected_slice[thread_idx] is false
[2018-08-16 11:29:12.125]
[2018-08-16 11:29:12.344] FAIL - test_slice_reset
[2018-08-16 11:29:12.345] ===================================================================
[2018-08-16 11:29:12.357] starting test - test_slice_scheduling
[2018-08-16 11:29:12.560] A
[2018-08-16 11:29:12.560] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.576]
[2018-08-16 11:29:12.581] B
[2018-08-16 11:29:12.581] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.604]
[2018-08-16 11:29:12.604] C
[2018-08-16 11:29:12.604] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.612]
[2018-08-16 11:29:12.612] D
[2018-08-16 11:29:12.612] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.628]
[2018-08-16 11:29:12.628] E
[2018-08-16 11:29:12.629] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.646]
[2018-08-16 11:29:12.646] F
[2018-08-16 11:29:12.646] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.663]
[2018-08-16 11:29:12.663] G
[2018-08-16 11:29:12.664] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.680]
[2018-08-16 11:29:12.681] H
[2018-08-16 11:29:12.681] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.698]
[2018-08-16 11:29:12.698] I
[2018-08-16 11:29:12.698] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.715]
[2018-08-16 11:29:12.716]
[2018-08-16 11:29:12.716]
[2018-08-16 11:29:12.716] Assertion failed at /home/parker/workspace/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:48: thread_tslice: ((tdelta <= SLICE_SIZE) && ((int)p1 == thread_idx)) is false
[2018-08-16 11:29:12.733]
[2018-08-16 11:29:12.733] FAIL - test_slice_scheduling
[2018-08-16 11:29:12.736] ===================================================================
[2018-08-16 11:29:12.742] starting test - test_priority_scheduling
[2018-08-16 11:29:12.746] PASS - test_priority_scheduling
[2018-08-16 11:29:12.748] ===================================================================
[2018-08-16 11:29:12.754] ===================================================================
[2018-08-16 11:29:12.761] PROJECT EXECUTION FAILED

@carlescufi
Copy link
Member

Assigning to @pizi-nordic since he's already looked into failing kernel tests

@pizi-nordic
Copy link
Collaborator

Should be already fixed by #9073. I will confirm that as soon as I finish #9275.

@pizi-nordic
Copy link
Collaborator

I confirmed that #9073 solves this problem.

@pswarnak
Copy link
Contributor

pswarnak commented Aug 8, 2018

This is already reported in #8896.

@pswarnak pswarnak added the Duplicate This issue is a duplicate of another issue (please specify) label Aug 8, 2018
@carlescufi
Copy link
Member

closing as duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate This issue is a duplicate of another issue (please specify)
Projects
None yet
Development

No branches or pull requests

4 participants