|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2101 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 2101.
Report 2101 Actions
Problem Report Number 2101 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1066 Raised 1998-06-01 08:00 Updated 2003-03-13 08:00 Published 1998-06-02 08:00 Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98) Certification Program The Open Brand certification program Test Suite VSTH version 5.1.2 Test Identification PTHR.os/all/pthread_cancel 9 Linked Problem Reports TSD5TH.00054, (in, old, system) Problem Summary TSD5TH.00058 This failure on our implementation occurs because of the same reasons as discussed in TSD5TH.00054. The testcase output is slightly different on our system, it gets to dbm_firstkey before the NULL add... Problem Text
This failure on our implementation occurs because of the same reasons
as discussed in TSD5TH.00054. The testcase output is slightly different
on our system, it gets to dbm_firstkey before the NULL address kills the
the test. We added some code to the dbm* tests to do the following
if ( dbm* != NULL)
do testcase stuff
else
print msg
The output from the modified testcase looks like this:
Testing cuserid()
cuserid() passed
Testing dbm_clearerr()
dbm_clearerr() passed
Testing dbm_error()
dbm_error_csf: dbm_open() returned NULL
dbm_error_ctf: dbm_error() not executed
dbm_error_cef: dbm_close() not executed
dbm_error() passed
Testing dbm_firstkey()
dbm_firstkey_csf: dbm_open() returned NULL
dbm_firstkey_ctf: dbm_firstkey() not executed
dbm_firstkey_cef: cleanup not executed
dbm_firstkey() passed
Testing dirname()
dirname() passedTest Output
************************************************************************
/tset/PTHR.os/all/pthread_cancel/T.pthread_cancel 9 UNREPORTED
Test Information:
A cancellation point shall not occur in the
following XSH5 functions
FD_ISSET
FD_SET
FD_ZERO
FD_CLR
_longjmp
_setjmp
_tolower
_toupper
a64l
acosh
advance
asinh
atanh
basename
bcmp
bcopy
brk
bsd_signal
btowc
bzero
cbrt
chroot
compile
confstr
crypt
cuserid
dbm_clearerr
dbm_error
dbm_firstkey
dirname
dlerror
dlsym
drand48
ecvt
erand48
erf
erfc
expm1
fattach
fchdir
fchown
fcvt
fdetach
ffs
fmtmsg
fnmatch
fstatvfs
ftime
ftok
fwide
gamma
gcvt
getcontext
getdate
getdtablesize
gethostid
getitimer
getopt
getpagesize
getpass
getpgid
getpriority
getrlimit
getrusage
getsid
getsubopt
gettimeofday
getwd
glob
grantpt
hcreate
hdestroy
hsearch
hypot
iconv
ilogb
index
initstate
insque
isastream
isnan
iswalnum
iswalpha
iswcntrl
iswdigit
iswgraph
iswlower
iswprint
iswpunct
iswspace
iswupper
iswwctype
j0
j1
jn
jrand48
killpg
l64a
lchown
lcong48
lfind
lgamma
localconv
log1p
logb
lrand48
lsearch
lstat
makecontext
mbrlen
mbrtowc
mbsinit
mbsrtowcs
mbstowcs
memccpy
mknod
mktemp
mrand48
msgctl
msgget
nextafter
nice
nl_langinfo
nrand48
pthread_attr_getguardsize
pthread_attr_setguardsize
pthread_getconcurrency
pthread_mutexattr_gettype
pthread_mutexattr_settype
pthread_rwlock_destroy
pthread_rwlock_init
pthread_rwlock_rdlock
pthread_rwlock_tryrdlock
pthread_rwlock_trywrlock
pthread_rwlock_unlock
pthread_rwlock_wrlock
pthread_rwlockattr_destroy
pthread_rwlockattr_getpshared
pthread_rwlockattr_init
pthread_rwlockattr_setpshared
pthread_setconcurrency
ptsname
putenv
random
re_comp
re_exec
readlink
realpath
regcmp
regcomp
regerror
regex
regexec
regfree
remainder
remque
rindex
rint
sbrk
scalb
seed48
semctl
semget
setcontext
setitimer
setlogmask
setpgrp
setpriority
setregid
setrlimit
setstate
shmat
shmctl
shmdt
shmget
sigaltstack
sighold
sigignore
siginterrupt
signgam
sigrelse
sigset
sigstack
snprintf
srand48
srandom
statvfs
step
strcasecmp
strdup
strfmon
strncasecmp
strptime
swab
swapcontext
swprintf
swscanf
symlink
sync
tcgetsid
tdelete
telldir
tempnam
tfind
toascii
towctrans
towlower
towupper
truncate
tsearch
ttyslot
twalk
ualarm
ulimit
unlockpt
utimes
valloc
vfork
vsnprintf
vswprintf
wcrtomb
wcscat
wcschr
wcscmp
wcscoll
wcscpy
wcscspn
wcsftime
wcslen
wcsncat
wcsncmp
wcsncpy
wcspbrk
wcsrchr
wcsrtombs
wcsspn
wcsstr
wcstod
wcstok
wcstol
wcstoul
wcswcs
wcswidth
wcsxfrm
wctob
wctrans
wctype
wcwidth
wmemchr
wmemcmp
wmemcpy
wmemmove
wmemset
wordexp
y0
y1
yn
XCAE ref: Component PTHREAD_CANCEL
Assertion 9(A)
_longjmp() untested
_setjmp() untested
_tolower() untested
_toupper() untested
Testing a64l()
a64l() passed
Testing acosh()
acosh() passed
advance() untested
Testing asinh()
asinh() passed
Testing atanh()
atanh() passed
Testing basename()
basename() passed
Testing bcmp()
bcmp() passed
Testing bcopy()
bcopy() passed
brk() untested
Testing bsd_signal()
bsd_signal() passed
Testing btowc()
btowc() passed
Testing bzero()
bzero() passed
Testing cbrt()
cbrt() passed
Testing chroot()
chroot() passed
compile() untested
Testing confstr()
confstr() passed
Testing crypt()
crypt() passed
Testing cuserid()
cuserid() passed
Testing dbm_clearerr()
dbm_clearerr() passed
Testing dbm_error()
dbm_error() passed
Testing dbm_firstkey()
************************************************************************Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
This is an agreed test suite deficiency
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion
This is an agreed Test Suite Deficiency.
Problem Reporting System Options:
- View Report 2101
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority