Changeset 972579d in rtems


Ignore:
Timestamp:
12/01/13 04:04:51 (10 years ago)
Author:
Daniel Ramirez <javamonn@…>
Branches:
4.11, 5, master
Children:
d230d8e
Parents:
72ff756
git-author:
Daniel Ramirez <javamonn@…> (12/01/13 04:04:51)
git-committer:
Joel Sherrill <joel.sherrill@…> (12/01/13 12:50:25)
Message:

psxtmtests: added psxtmcond06 test

Location:
testsuites/psxtmtests
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtmtests/Makefile.am

    r72ff756 r972579d  
    1313SUBDIRS += psxtmcond04
    1414SUBDIRS += psxtmcond05
     15SUBDIRS += psxtmcond06
    1516SUBDIRS += psxtmcond08
    1617SUBDIRS += psxtmcond09
  • testsuites/psxtmtests/configure.ac

    r72ff756 r972579d  
    8787psxtmcond04/Makefile
    8888psxtmcond05/Makefile
     89psxtmcond06/Makefile
    8990psxtmcond08/Makefile
    9091psxtmcond09/Makefile
  • testsuites/psxtmtests/psxtmtests_plan.csv

    r72ff756 r972579d  
    2020"pthread_cond_signal - thread waiting: preempt","psxtmcond04","psxtmtest_unblocking_preempt","Yes"
    2121"pthread_cond_broadcast - no threads waiting","psxtmcond05","psxtmtest_single","Yes"
    22 "pthread_cond_broadcast -  threads waiting: no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt","No"
     22"pthread_cond_broadcast -  threads waiting: no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt","Yes"
    2323"pthread_cond_broadcast -  threads waiting: preempt","psxtmcond07","psxtmtest_unblocking_preempt","No"
    2424
Note: See TracChangeset for help on using the changeset viewer.