Issue created by Sebastian Huber: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5701



The BSP resets into a loop, so the simulator never stops. Every test runs to
completion and then spins until the test runner kills it, and the output is
lost, because the standard output of the simulator is flushed by the exit of its
process.

The BSP has neither a clock driver nor interrupt support. Its clock is the idle
thread, which calls `rtems_clock_tick()` in a loop, so time only advances while
the system is idle, and the CPU port leaves the interrupt routines empty. Fifty
three tests fail as a result. `_CPU_Context_validate()` is a stub.

Found while running the full test suite on the GDB simulator. This description
was created with Claude Code assistance.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5701
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/5-0yuv5koc8593134inok8sk00r-1d/unsubscribe
 | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | 
Help: https://gitlab.rtems.org/help


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to