6c10ea0ad4
Modified diagnostic about macLib warnings to clarify.
Andrew Johnson2006-10-27 15:01:34 +00:00
a1e28f3dec
Fixed problem not resetting test count properly.
Andrew Johnson2006-10-26 22:21:08 +00:00
20d6352d66
Solaris strtod() doesn't accept "Inf" or "Infinity".
Andrew Johnson2006-10-26 21:19:32 +00:00
5a561ca613
Make epicsStrtod() parse the full "Infinity" and not stop after "Inf".
Andrew Johnson2006-10-26 21:18:05 +00:00
5ee8b58411
Don't test 0-length buffer case -- semantics differ for C99/Single-Unix.
W. Eric Norum2006-10-26 20:51:56 +00:00
54ad02986b
Add checks that redirection worked -- handy for systems like RTEMS where the file exists only in a in-memory filesystem.
W. Eric Norum2006-10-26 20:07:24 +00:00
5dd24b7ad2
Permit multiple test programs to be run sequentially in the same process (for RTEMS and vxWorks).
Andrew Johnson2006-10-26 19:28:30 +00:00
7dc2eec5aa
Permit breakpoint tables to run any direction as long as the slope doesn't change sign. Reduced memory requirement by making the table a contiguous array rather than an array of pointers to intervals. Improved error reporting.
Andrew Johnson2006-10-26 16:05:23 +00:00
b75bdb1930
fixed wrong app type used when client is acknowledging an alarm (slightly revised to also deal with arrays although they are technically invalid when acking an alarm)
Jeff Hill2006-10-04 20:46:11 +00:00
394222ac72
fixed wrong app type used when client is acknowledging an alarm (slightly revised to use primitive type of request if writing to other than gddAppType_value)
Jeff Hill2006-10-04 18:49:29 +00:00
e98b305246
Fix up calc and calcout record and associated code to use the new features of postfix() and calcPerform().
Andrew Johnson2006-10-03 20:22:23 +00:00
952731fdd9
+= Change for arm. == This should be BSP dependent, not CPU dependent! ==
Ralph Lange2006-09-19 16:18:26 +00:00
178f8e9008
Problem fixed that was found on ARM: ifreq buffer must always be word-aligned when passed to kernel functions.
Ralph Lange2006-09-19 16:13:34 +00:00
622f3333e0
Get host name using gethostname() after network is init'd.
Ralph Lange2006-09-19 15:49:19 +00:00
e768a7b7c6
+= changes for arm (missing RTC) == Needs Review ==
Ralph Lange2006-09-19 15:46:13 +00:00
e44add07df
Added iocLogShow command, and fixed a problem in the eltc command.
Andrew Johnson2006-09-11 15:53:44 +00:00
d359e6629d
Permit any IOC name as long as it has 'ioc' in it somewhere. This matches the current behavior of the wildcard in iocBoot/Makefile
Andrew Johnson2006-07-25 18:14:21 +00:00
a3e0f538f7
ipAddrToAsciiTransactionPrivate free list is __not__ locked externally so the epicsMutexNOOP non-default template parameter causes the free list to not be locked. The free list was changed to embed a lock/unlock around all allocate and deallocate requests.
Jeff Hill2006-05-22 22:49:06 +00:00
bf45ed3869
Major reorganization and Perl cleanup: Added support for MIPS; ignore duplicate symbols; run destructors in reverse order; added comments to output source file.
Andrew Johnson2006-04-28 17:46:51 +00:00
4d67f3596a
Converted some of the test routines to use the new epicsUnitTest facility.
Andrew Johnson2006-03-30 20:13:25 +00:00
97a5aa16a0
Major update, code reorganization and enhancement.
Andrew Johnson2006-03-30 20:07:06 +00:00
e9e4e34fdf
Build epicsUnitTest facilitites. Also make epicsVersion depend on CONFIG_SITE file.
Andrew Johnson2006-03-30 20:04:48 +00:00
62dee96808
Added Test Anything Protocol unit test library. See Perl documentation for Test::Harness and Test::More for format details.
Andrew Johnson2006-03-30 19:59:46 +00:00