Issue 1: Test harness test_p() fails for non-32bit pointer platforms
Status:  Verified
Owner:
Closed:  May 2010
Project Member Reported by neil.johnson71, May 20, 2010
Running test harness on platform with sizeof(int *) != 4 fails for no good
reason.  Problem is in test_p() assumes pointers are 32-bit long, so for
other platforms will fail.
Need to use sizeof to select test cases for 16-bit, 32-bit or 64-bit
pointer sizes.

May 20, 2010
Project Member #1 neil.johnson71
Added runtime selection of pointer string and length checks for 16/32/64-bit pointers.
Status: Fixed
May 21, 2010
Project Member #2 neil.johnson71
Correction accepted and verified.
Status: Verified