[Bug 1846] New: posix timing tests: psxtmsem01
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Fri Jul 22 13:45:43 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1846
Summary: posix timing tests: psxtmsem01
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: testing
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: el.mastin at ymail.com
Created attachment 1233
--> https://www.rtems.org/bugzilla/attachment.cgi?id=1233
posix timing tests, semaphore: init,destroy, open, close
Contains these semaphore_tests:
+ sem_init
+ sem_open (first 'O_CREAT')
+ sem_close (first)
+ sem_open (second 'O_EXCL')
+ sem_close (second)
+ sem_destroy
The output (--target=sparc-rtems4.11 --enable-rtemsbsp=sis) is:
*** POSIX TIME TEST PSXTMSEM01 @TESTNUMR@ ***
sem_init 37
sem_open (first open 'O_CREAT') 50
sem_close (close of first) 25
sem_open (second open 'O_EXCL') 38
sem_close (close of second) 25
sem_destroy 46
*** END OF POSIX TIME TEST PSXTMSEM01 @TESTNUMR@ ***
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list