Changeset 064820c in rtems


Ignore:
Timestamp:
12/03/13 02:24:28 (10 years ago)
Author:
Daniel Ramirez <javamonn@…>
Branches:
4.11, 5, master
Children:
4b43051
Parents:
8d830fae
git-author:
Daniel Ramirez <javamonn@…> (12/03/13 02:24:28)
git-committer:
Gedare Bloom <gedare@…> (12/03/13 03:43:09)
Message:

psxtmtests: added new psxtmthread04 test

Location:
testsuites/psxtmtests
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtmtests/Makefile.am

    r8d830fae r064820c  
    4646SUBDIRS += psxtmthread02
    4747SUBDIRS += psxtmthread03
     48SUBDIRS += psxtmthread04
    4849SUBDIRS += psxtmthread05
    4950SUBDIRS += psxtmthread06
  • testsuites/psxtmtests/configure.ac

    r8d830fae r064820c  
    120120psxtmthread02/Makefile
    121121psxtmthread03/Makefile
     122psxtmthread04/Makefile
    122123psxtmthread05/Makefile
    123124psxtmthread06/Makefile
  • testsuites/psxtmtests/psxtmtests_plan.csv

    r8d830fae r064820c  
    3333"pthread_exit",,,
    3434"pthread_exit","psxtmthread03","psxtmtest_single","Yes"
    35 "pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings","No"
    36 "pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings","No"
     35"pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings","Yes"
     36"pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings","Yes"
    3737"pthread_setschedparam - lower own priority: preempt","psxtmthread05","psxtmtest_single","Yes"
    3838"pthread_setschedparam - raise other priority: preempt","psxtmthread06","psxtmtest_single","Yes"
Note: See TracChangeset for help on using the changeset viewer.