Changeset 072fe302 in rtems


Ignore:
Timestamp:
11/28/13 14:39:15 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
734f918
Parents:
c625a800
Message:

psxtmtests_plan.csv: Avoid comma in descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtmtests/psxtmtests_plan.csv

    rc625a800 r072fe302  
    22"pthread_mutex_init","psxtmmutex01","psxtmtest_init_destroy","Yes"
    33"pthread_mutex_destroy","psxtmmutex01","psxtmtest_init_destroy","Yes"
    4 "pthread_mutex_lock - not available, block","psxtmmutex02","psxtmtest_blocking","Yes"
     4"pthread_mutex_lock - not available: block","psxtmmutex02","psxtmtest_blocking","Yes"
    55"pthread_mutex_lock - available","psxtmmutex03","psxtmtest_single","Yes"
    66"pthread_mutex_trylock - available","psxtmmutex03","psxtmtest_single","Yes"
    77"pthread_mutex_trylock - not available","psxtmmutex03","psxtmtest_single","Yes"
    88"pthread_mutex_unlock - no threads waiting","psxtmmutex03","psxtmtest_single","Yes"
    9 "pthread_mutex_unlock - thread waiting, no preempt","psxtmmutex05","psxtmtest_unblocking_nopreempt","Yes"
    10 "pthread_mutex_unlock - thread waiting, preempt","psxtmmutex06","psxtmtest_unblocking_preempt","Yes"
     9"pthread_mutex_unlock - thread waiting: no preempt","psxtmmutex05","psxtmtest_unblocking_nopreempt","Yes"
     10"pthread_mutex_unlock - thread waiting: preempt","psxtmmutex06","psxtmtest_unblocking_preempt","Yes"
    1111"pthread_mutex_timedlock - available","psxtmmutex03","psxtmtest_single","Yes"
    1212"pthread_mutex_timedlock - not available, block","psxtmmutex04","psxtmtest_blocking","Yes"
     
    1717"pthread_cond_destroy","psxtmcond01","psxtmtest_init_destroy","No"
    1818"pthread_cond_signal - no threads waiting","psxtmcond02","psxtmtest_single","No"
    19 "pthread_cond_signal - thread waiting, no preempt","psxtmcond03","psxtmtest_unblocking_nopreempt","No"
    20 "pthread_cond_signal - thread waiting, preempt","psxtmcond04","psxtmtest_unblocking_preempt","No"
     19"pthread_cond_signal - thread waiting: no preempt","psxtmcond03","psxtmtest_unblocking_nopreempt","No"
     20"pthread_cond_signal - thread waiting: preempt","psxtmcond04","psxtmtest_unblocking_preempt","No"
    2121"pthread_cond_broadcast - no threads waiting","psxtmcond05","psxtmtest_single","No"
    22 "pthread_cond_broadcast -  threads waiting, no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt","No"
    23 "pthread_cond_broadcast -  threads waiting, preempt","psxtmcond07","psxtmtest_unblocking_preempt","No"
     22"pthread_cond_broadcast -  threads waiting: no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt","No"
     23"pthread_cond_broadcast -  threads waiting: preempt","psxtmcond07","psxtmtest_unblocking_preempt","No"
    2424
    2525"pthread_cond_wait - blocks (mutex+condvar pattern)","psxtmcond08","psxtmtest_blocking","No"
     
    3636"pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings","No"
    3737"pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings","No"
    38 "pthread_setschedparam - lower own priority, preempt","psxtmthread05","psxtmtest_single","Yes"
    39 "pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single","Yes"
     38"pthread_setschedparam - lower own priority: preempt","psxtmthread05","psxtmtest_single","Yes"
     39"pthread_setschedparam - raise other priority: preempt","psxtmthread06","psxtmtest_single","Yes"
    4040,,,
    41 "pthread_once",,,
     41"pthread_once - first time","psxtmonce01","psxtmtest_single","No"
     42"pthread_once - second time","psxtmonce02","psxtmtest_single","No"
    4243,,,
    4344"pthread_key_create","psxtmkey01","psxtmtest_single","Yes"
     
    5859"pthread_barrier_destroy","psxtmbarrier01","psxtmtest_init_destroy","Yes"
    5960"pthread_barrier_wait - blocking","psxtmbarrier02","psxtmtest_blocking","Yes"
    60 "pthread_barrier_wait - releasing, no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt","Yes"
    61 "pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt","No"
     61"pthread_barrier_wait - releasing: no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt","Yes"
     62"pthread_barrier_wait - releasing: preempt","psxtmbarrier04","psxtmtest_unblocking_preempt","No"
    6263,,,
    6364"pthread_spin_init","psxspin01","psxtmtest_init_destroy","No"
     
    7778"pthread_rwlock_timedrdlock - not available, blocks","psxtmrwlock03","psxtmtest_blocking","Yes"
    7879"pthread_rwlock_unlock - no threads waiting","psxtmrwlock01","psxtmtest_single","Yes"
    79 "pthread_rwlock_unlock - thread waiting, no preempt","psxtmrwlock06",,"Yes"
    80 "pthread_rwlock_unlock - thread waiting, preempt","psxtmrwlock07",,"Yes"
     80"pthread_rwlock_unlock - thread waiting: no preempt","psxtmrwlock06",,"Yes"
     81"pthread_rwlock_unlock - thread waiting: preempt","psxtmrwlock07",,"Yes"
    8182"pthread_rwlock_wrlock - available","psxtmrwlock01","psxtmtest_single","Yes"
    8283"pthread_rwlock_wrlock - not available, blocks","psxtmwrlock04","psxtmtest_blocking","Yes"
     
    9697"mq_timedreceive - not available, blocks",,"psxtmtest_single","No"
    9798"mq_send - no threads waiting",,"psxtmtest_single","Yes"
    98 "mq_send - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt","No"
    99 "mq_send - thread waiting, preempt",,"psxtmtest_unblocking_preempt","No"
     99"mq_send - thread waiting: no preempt",,"psxtmtest_unblocking_nopreempt","No"
     100"mq_send - thread waiting: preempt",,"psxtmtest_unblocking_preempt","No"
    100101"mq_timedsend - no threads waiting",,"psxtmtest_single","Yes"
    101 "mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt","No"
    102 "mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt","No"
     102"mq_timedsend - thread waiting: no preempt",,"psxtmtest_unblocking_nopreempt","No"
     103"mq_timedsend - thread waiting: preemption",,"psxtmtest_unblocking_preempt","No"
    103104"mq_notify ",,"psxtmtest_single","Yes"
    104105,,,
     
    116117"sem_trywait - not available","psxtmsem02","psxtmtest_single","Yes"
    117118"sem_post - no threads waiting","psxtmsem02","psxtmtest_single","Yes"
    118 "sem_post - thread waiting, no preempt","psxsemtm04","psxtmtest_unblocking_nopreempt","Yes"
    119 "sem_post - thread waiting, preempt","psxtmsem05","psxtmtest_unblocking_preempt","Yes"
     119"sem_post - thread waiting: no preempt","psxsemtm04","psxtmtest_unblocking_nopreempt","Yes"
     120"sem_post - thread waiting: preempt","psxtmsem05","psxtmtest_unblocking_preempt","Yes"
    120121"sem_getvalue","psxtmsem02","psxtmtest_single","Yes"
    121122,,,
Note: See TracChangeset for help on using the changeset viewer.