summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-18 21:19:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-18 21:19:53 +0000
commit4ca27cfad71ba89028c13bcab9b5630a96f914a9 (patch)
tree505a42e039c3aa508b1fa2373496abba815a0569 /testsuites/tmtests
parentfixed for Linux (diff)
downloadrtems-4ca27cfad71ba89028c13bcab9b5630a96f914a9.tar.bz2
committing for rtems-3.2.01 snapshot
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/tm05/task1.c2
-rw-r--r--testsuites/tmtests/tmck/task1.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/tmtests/tm05/task1.c b/testsuites/tmtests/tm05/task1.c
index 624a87114a..86e0c14eab 100644
--- a/testsuites/tmtests/tm05/task1.c
+++ b/testsuites/tmtests/tm05/task1.c
@@ -119,7 +119,7 @@ rtems_task Low_task(
end_time = Read_timer();
put_time(
- "rtems_task_resume self",
+ "rtems_task_suspend self",
end_time,
OPERATION_COUNT,
0,
diff --git a/testsuites/tmtests/tmck/task1.c b/testsuites/tmtests/tmck/task1.c
index c151475505..39f1490c00 100644
--- a/testsuites/tmtests/tmck/task1.c
+++ b/testsuites/tmtests/tmck/task1.c
@@ -156,8 +156,8 @@ void check_read_timer()
* Under UNIX a simple process swap takes longer than we
* consider valid for our testing purposes.
*/
- printf( "TOO LONG (%d) at %d!!!\n", end_time, index );
-#if defined(unix)
+ printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
+#if defined(unix) || defined(go32)
index--;
continue;
#else