From f2078ec712a7196d223ee6e5f6957ef68f371bdd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Jun 1997 00:13:05 +0000 Subject: New style main procedure which creates the test's RTEMS initialization task as an RTEMS task. This avoid problems resulting from differences in the tasking mode/priority of Ada tasks from the typical way an RTEMS initialization task is created. --- c/src/ada-tests/sptests/sp04/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 c/src/ada-tests/sptests/sp04/README (limited to 'c/src/ada-tests/sptests/sp04/README') diff --git a/c/src/ada-tests/sptests/sp04/README b/c/src/ada-tests/sptests/sp04/README new file mode 100644 index 0000000000..6928aaea49 --- /dev/null +++ b/c/src/ada-tests/sptests/sp04/README @@ -0,0 +1,13 @@ +# +# $Id$ +# + +This test is broken as it is currently implemented. It is illegal for +a task to do Ada IO during a extension since the Ada run-time uses +locks to safeguard data structures. Dispatching is disabled and the +call to Text_IO in the Switch extension will lock the system up. + +The proper solution is to have the Switch extension lock task and +time when it a switch occurs and have a single task print this +information as necessary. + -- cgit v1.2.3