Warning, /testsuites/ada/sptests/sp04/README.md is written in an unsupported language. File is not indexed.
0001 sp04
0002 ====
0003 This test is broken as it is currently implemented. It is illegal for
0004 a task to do Ada IO during a extension since the Ada run-time uses
0005 locks to safeguard data structures. Dispatching is disabled and the
0006 call to Text_IO in the Switch extension will lock the system up.
0007
0008 The proper solution is to have the Switch extension lock task and
0009 time when it a switch occurs and have a single task print this
0010 information as necessary.
0011