From ee537ea3dd964d4de3565a36b4857af31fb5a3f4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Oct 2017 10:00:10 +0200 Subject: ada-tests: Move to testsuites/ada This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079. --- c/src/ada-tests/sptests/sp04/README | 9 --------- 1 file changed, 9 deletions(-) delete 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 deleted file mode 100644 index 43ff165261..0000000000 --- a/c/src/ada-tests/sptests/sp04/README +++ /dev/null @@ -1,9 +0,0 @@ -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