summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp04/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp04/README')
-rw-r--r--c/src/ada-tests/sptests/sp04/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/ada-tests/sptests/sp04/README b/c/src/ada-tests/sptests/sp04/README
deleted file mode 100644
index 6928aaea49..0000000000
--- a/c/src/ada-tests/sptests/sp04/README
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# $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.
-