Changeset f9c2370 in rtems
- Timestamp:
- Aug 24, 2011, 9:15:58 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 644bc3c
- Parents:
- 3143f31
- Location:
- testsuites/psxtmtests
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtmtests/ChangeLog
r3143f31 rf9c2370 1 2011-08-24 Ricardo Aguirre <el.mastin@ymail.com> 2 3 PR 1903/testing 4 * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message 5 queues which covers most open, close, unlink cases as well as 6 send/receive which do not involve task state changes. 7 * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c, 8 psxtmmq01/psxtmmq01.doc: New files. 9 1 10 2011-08-04 Joel Sherrill <joel.sherrill@oarcorp.com> 2 11 -
testsuites/psxtmtests/Makefile.am
r3143f31 rf9c2370 13 13 SUBDIRS += psxtmkey01 14 14 SUBDIRS += psxtmkey02 15 SUBDIRS += psxtmmq01 15 16 SUBDIRS += psxtmmutex01 16 17 SUBDIRS += psxtmmutex02 -
testsuites/psxtmtests/configure.ac
r3143f31 rf9c2370 85 85 psxtmkey01/Makefile 86 86 psxtmkey02/Makefile 87 psxtmmq01/Makefile 87 88 psxtmmutex01/Makefile 88 89 psxtmmutex02/Makefile -
testsuites/psxtmtests/psxtmtests_plan.csv
r3143f31 rf9c2370 84 84 "pthread_rwlock_timedwrlock - not available, blocks","psxtmrwlock05","psxtmtest_blocking","Yes" 85 85 ,,, 86 "mq_open (first open)","psxtmmq01","psxtmtest_init_destroy", 87 "mq_close (close of first)","psxtmmq01","psxtmtest_init_destroy", 88 "mq_open (second open)","psxtmmq01","psxtmtest_init_destroy", 89 "mq_close (close of second)","psxtmmq01","psxtmtest_init_destroy", 90 "mq_unlink","psxtmmq01","psxtmtest_init_destroy", 91 "mq_receive - available",,"psxtmtest_single", 86 "mq_open (first open)","psxtmmq01","psxtmtest_init_destroy","Yes" 87 "mq_close (close of first)","psxtmmq01","psxtmtest_init_destroy","Yes" 88 "mq_open (second open)","psxtmmq01","psxtmtest_init_destroy","Yes" 89 "mq_close (close of second)","psxtmmq01","psxtmtest_init_destroy","Yes" 90 "mq_unlink","psxtmmq01","psxtmtest_init_destroy","Yes" 91 "mq_receive - available",,"psxtmtest_single","Yes" 92 92 "mq_receive - not available, block",,"psxtmtest_blocking", 93 "mq_timedreceive - available",,"psxtmtest_single", 93 "mq_timedreceive - available",,"psxtmtest_single","Yes" 94 94 "mq_timedreceive - not available, blocks",,"psxtmtest_single", 95 "mq_send - no threads waiting",,"psxtmtest_single", 95 "mq_send - no threads waiting",,"psxtmtest_single","Yes" 96 96 "mq_send - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt", 97 97 "mq_send - thread waiting, preempt",,"psxtmtest_unblocking_preempt", 98 "mq_timedsend - no threads waiting",,"psxtmtest_single", 98 "mq_timedsend - no threads waiting",,"psxtmtest_single","Yes" 99 99 "mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt", 100 100 "mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt", 101 "mq_notify ",,"psxtmtest_single", 101 "mq_notify ",,"psxtmtest_single","Yes" 102 102 ,,, 103 103 "sem_init","psxtmsem01","psxtmtest_single","Yes"
Note: See TracChangeset
for help on using the changeset viewer.