os
time
module
Violation
test_Scheduler_close
test_Scheduler_close(test)
Validate the effect of closing a scheduler instance.
test_Scheduler_execute
test_Scheduler_execute(test)
Validate the execution of enqueued tasks.
test_Scheduler_exceptions
test_Scheduler_exceptions(test)
Validate exception signalling.
test_execute_nothing
test_execute_nothing(test)
test_enqueue_interrupt
test_enqueue_interrupt(test)
fault.system.kernel.Scheduler.enqueue should be sensitive to the event wait state. This validates that no timeout event is generated designating that a user event was received.
test_dispatch_actuate
test_dispatch_actuate(test)
Check that actuate is dispatched.
test_dispatch_terminate
test_dispatch_terminate(test)
Check that terminate is dispatched.
test_Link_never_states
test_Link_never_states(test)
Check that never is available and has no immediate effect.
test_Link_scheduler_states
test_Link_scheduler_states(test)
test_interrupt
test_interrupt(test)
test_Event_time_units
test_Event_time_units(test)
Time events are distinct regardless of their timing.
test_Event_process_pid
test_Event_process_pid(test)
test_Event_time
test_Event_time(test)
test_interrupt_ignored
test_interrupt_ignored(test)
Check that interrupt outside of wait has no effect.
test_time_event_periodic
test_time_event_periodic(test)
test_signal_trap
test_signal_trap(test)
Validate the execution of system process exit events.
test_process_exit
test_process_exit(test)
Validate the execution of system process exit events.
test_Scheduler_io_pipe
test_Scheduler_io_pipe(test)
Validate transmit and receive signals on regular pipes.