Changeset 218b0e69 in rtems


Ignore:
Timestamp:
12/10/13 05:16:17 (10 years ago)
Author:
Daniel Ramirez <javamonn@…>
Branches:
4.11, 5, master
Children:
0f01de2b
Parents:
c59f668
git-author:
Daniel Ramirez <javamonn@…> (12/10/13 05:16:17)
git-committer:
Joel Sherrill <joel.sherrill@…> (12/10/13 05:26:48)
Message:

psxtmtests: added psxtmcond07 test

Location:
testsuites/psxtmtests
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtmtests/Makefile.am

    rc59f668 r218b0e69  
    1414SUBDIRS += psxtmcond05
    1515SUBDIRS += psxtmcond06
     16SUBDIRS += psxtmcond07
    1617SUBDIRS += psxtmcond08
    1718SUBDIRS += psxtmcond09
  • testsuites/psxtmtests/configure.ac

    rc59f668 r218b0e69  
    8888psxtmcond05/Makefile
    8989psxtmcond06/Makefile
     90psxtmcond07/Makefile
    9091psxtmcond08/Makefile
    9192psxtmcond09/Makefile
  • testsuites/psxtmtests/psxtmtests_plan.csv

    rc59f668 r218b0e69  
    2121"pthread_cond_broadcast: no threads waiting","psxtmcond05","psxtmtest_single","Yes"
    2222"pthread_cond_broadcast:  threads waiting: no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt","Yes"
    23 "pthread_cond_broadcast:  threads waiting: preempt","psxtmcond07","psxtmtest_unblocking_preempt","No"
     23"pthread_cond_broadcast:  threads waiting: preempt","psxtmcond07","psxtmtest_unblocking_preempt","Yes"
    2424
    2525"pthread_cond_wait: blocks","psxtmcond08","psxtmtest_blocking","Yes"
Note: See TracChangeset for help on using the changeset viewer.