W. Eric Norum
|
5ee8b58411
|
Don't test 0-length buffer case -- semantics differ for C99/Single-Unix.
|
2006-10-26 20:51:56 +00:00 |
|
W. Eric Norum
|
54ad02986b
|
Add checks that redirection worked -- handy for systems like RTEMS
where the file exists only in a in-memory filesystem.
|
2006-10-26 20:07:24 +00:00 |
|
W. Eric Norum
|
594a28d221
|
Don't leave dandling tasks.
|
2006-10-26 19:08:58 +00:00 |
|
W. Eric Norum
|
a16bc712d8
|
Allow calls from C test harnesses.
|
2006-10-26 18:10:34 +00:00 |
|
Andrew Johnson
|
c2755088e6
|
Cleanup.
|
2006-10-26 17:47:47 +00:00 |
|
W. Eric Norum
|
8264714ea7
|
Improve message.
|
2006-10-26 17:42:02 +00:00 |
|
Andrew Johnson
|
eeac94ca3b
|
Fix errors from MS compiler, which overloads pow() in C++.
|
2006-10-02 18:01:44 +00:00 |
|
Andrew Johnson
|
d7016a007c
|
Oops, missed a few tests I'd added.
|
2006-03-30 20:46:20 +00:00 |
|
Andrew Johnson
|
4d67f3596a
|
Converted some of the test routines to use the new epicsUnitTest facility.
|
2006-03-30 20:13:25 +00:00 |
|
Jeff Hill
|
f4068d6a49
|
upgraded tests for mantis 245
|
2006-03-21 00:59:25 +00:00 |
|
Marty Kraimer
|
2ad879e1d1
|
simplify output
|
2005-11-22 13:45:28 +00:00 |
|
Marty Kraimer
|
472512d0a2
|
epicsThreadMustCreate instead of epicsThreadCreate
|
2005-11-21 19:33:44 +00:00 |
|
Marty Kraimer
|
92f32f3c21
|
new test
|
2005-11-21 19:09:20 +00:00 |
|
Marty Kraimer
|
50052570e9
|
run test as thread
|
2005-11-17 15:55:15 +00:00 |
|
Marty Kraimer
|
40f225ce87
|
add test for epicsThreadSetPriority
|
2005-11-16 14:12:43 +00:00 |
|
Jeff Hill
|
05a2ab2893
|
better sleep quantum estimate
|
2005-11-14 23:22:16 +00:00 |
|
Jeff Hill
|
e268286f83
|
less cpu intensive for soft float cpus
|
2005-11-08 22:46:31 +00:00 |
|
Jeff Hill
|
e7e46f07f5
|
less cpu intensive for soft float cpus
|
2005-11-08 22:41:31 +00:00 |
|
Jeff Hill
|
d50d793467
|
instantiate server
|
2005-11-08 16:18:57 +00:00 |
|
Ralph Lange
|
c24db105b8
|
Clarified output message for one of the tests.
|
2005-11-08 13:57:17 +00:00 |
|
Ralph Lange
|
6820307b60
|
Fixed warnings for HP-UX.
|
2005-11-04 15:28:12 +00:00 |
|
Andrew Johnson
|
81c052a4e2
|
Removed epicsList and associated test file - not used or maintained.
|
2005-10-28 19:36:09 +00:00 |
|
Andrew Johnson
|
728794a306
|
Fixed solaris warning: String literal converted to char* in initialization.
|
2005-10-28 18:19:47 +00:00 |
|
Andrew Johnson
|
b043efe0c2
|
Revised and extended tests, convert to standard output format.
|
2005-10-28 15:42:45 +00:00 |
|
W. Eric Norum
|
7c004cf3c8
|
Remove extraneous semicolon. New compilers are pickier.
|
2005-07-06 21:51:47 +00:00 |
|
W. Eric Norum
|
cd4b7ba067
|
Work around problem with iocsh redirection from within vxWorks scripts.
|
2005-01-10 15:09:26 +00:00 |
|
Ralph Lange
|
de9767dc34
|
+= "done" - message (all tests should print something).
|
2004-10-26 10:20:35 +00:00 |
|
Ralph Lange
|
da3cd3bc19
|
Also restored old wasteTime value
|
2004-10-22 10:45:03 +00:00 |
|
Jeff Hill
|
1069541aa6
|
added newline at eof
|
2004-10-19 18:14:01 +00:00 |
|
Jeff Hill
|
e76362d84b
|
fixed gnu warnings
|
2004-10-08 17:15:09 +00:00 |
|
Jeff Hill
|
7ecc2d0535
|
new #include
|
2004-10-08 15:20:16 +00:00 |
|
Jeff Hill
|
372a3dc989
|
restored "waste time" loop
|
2004-10-07 19:21:18 +00:00 |
|
W. Eric Norum
|
1a326265ff
|
Add progress marker.
|
2004-10-07 15:10:31 +00:00 |
|
Marty Kraimer
|
b0a654b4c1
|
epicsMaxThreads is new
|
2004-10-07 13:21:40 +00:00 |
|
Jeff Hill
|
7617d78f36
|
fixed sunpro warnings
|
2004-09-24 16:33:42 +00:00 |
|
Jeff Hill
|
a868270c68
|
fixed gnu warning
|
2004-09-24 15:27:10 +00:00 |
|
W. Eric Norum
|
63aba004d1
|
Add explantory message.
|
2004-09-16 17:52:23 +00:00 |
|
W. Eric Norum
|
f8647ac5c6
|
Guard against overzealous optimizers.
|
2004-09-16 15:56:35 +00:00 |
|
W. Eric Norum
|
cd84c95920
|
Don't let receiver printing mess up priority-based send checks.
Improve priority-based send check messages.
|
2004-09-16 15:29:00 +00:00 |
|
W. Eric Norum
|
7a1249cd99
|
Allow calls from RTEMS test harness.
|
2004-09-16 14:04:21 +00:00 |
|
W. Eric Norum
|
c7e31a2a41
|
Treat RTEMS like vxWorks.
|
2004-09-16 00:45:45 +00:00 |
|
W. Eric Norum
|
99690a12e2
|
Tread RTEMS like vxWorks.
|
2004-09-16 00:41:03 +00:00 |
|
W. Eric Norum
|
ca9146dfb5
|
Allow calling from RTEMS test harness.
|
2004-09-15 22:02:49 +00:00 |
|
W. Eric Norum
|
5d2cc64d62
|
Allow calling from RTEMS test harness.
|
2004-09-15 21:39:05 +00:00 |
|
Marty Kraimer
|
63f139adc5
|
epicsExit and epicsStdioRedirect
|
2004-08-27 16:04:26 +00:00 |
|
cvs2svn
|
47223261a0
|
This commit was manufactured by cvs2svn to create branch 'B3.14'.
|
2004-08-27 16:04:23 +00:00 |
|
Marty Kraimer
|
f54d1ca30a
|
epicsThreadIsOkToBlock epicsThreadSetOkToBlock only for calling thread
|
2004-07-13 13:35:35 +00:00 |
|
Marty Kraimer
|
f2fc8f8838
|
ShellContext=>OkToBlock
|
2004-07-09 17:53:54 +00:00 |
|
Marty Kraimer
|
ad878fc71d
|
printf now overridden
|
2004-07-08 20:48:35 +00:00 |
|
Marty Kraimer
|
cb430154d0
|
add test of epicsGetStdout/epicsPutStdout
|
2004-07-08 12:08:14 +00:00 |
|