Changeset 47efc018 in rtems


Ignore:
Timestamp:
11/27/13 17:04:29 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
03e54614
Parents:
fa3f878
Message:

psxtmtests_plan.csv: Add explicit No status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtmtests/psxtmtests_plan.csv

    rfa3f878 r47efc018  
    1414"pthread_mutex_getprioceiling","psxtmmutex07","psxtmtest_single","Yes"
    1515,,,
    16 "pthread_cond_init","psxtmcond01","psxtmtest_init_destroy",
    17 "pthread_cond_destroy","psxtmcond01","psxtmtest_init_destroy",
    18 "pthread_cond_signal - no threads waiting","psxtmcond02","psxtmtest_single",
    19 "pthread_cond_signal - thread waiting, no preempt","psxtmcond03","psxtmtest_unblocking_nopreempt",
    20 "pthread_cond_signal - thread waiting, preempt","psxtmcond04","psxtmtest_unblocking_preempt",
    21 "pthread_cond_broadcast - no threads waiting","psxtmcond05","psxtmtest_single",
    22 "pthread_cond_broadcast -  threads waiting, no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt",
    23 "pthread_cond_broadcast -  threads waiting, preempt","psxtmcond07","psxtmtest_unblocking_preempt",
     16"pthread_cond_init","psxtmcond01","psxtmtest_init_destroy","No"
     17"pthread_cond_destroy","psxtmcond01","psxtmtest_init_destroy","No"
     18"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"
     21"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"
    2424
    25 "pthread_cond_wait - blocks (mutex+condvar pattern)","psxtmcond08","psxtmtest_blocking",
    26 "pthread_cond_timedwait(&time) - blocks (mutex+condvar pattern)","psxtmcond09","psxtmtest_blocking",
    27 "pthread_cond_timedwait(&time) - time in past error","psxtmcond10","psxtmtest_blocking",
     25"pthread_cond_wait - blocks (mutex+condvar pattern)","psxtmcond08","psxtmtest_blocking","No"
     26"pthread_cond_timedwait(&time) - blocks (mutex+condvar pattern)","psxtmcond09","psxtmtest_blocking","No"
     27"pthread_cond_timedwait(&time) - time in past error","psxtmcond10","psxtmtest_blocking","No"
    2828,,,
    2929"pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes"
    30 "pthread_create - preempt","psxtmthread02","psxtmtest_single",
     30"pthread_create - preempt","psxtmthread02","psxtmtest_single","No"
    3131"pthread_join",,,
    3232"pthread_detach",,,
    3333"pthread_exit",,,
    34 "pthread_self","psxtmthread03","psxtmtest_single w/multiple timings",
    35 "pthread_equal","psxtmthread03","psxtmtest_single w/multiple timings",
    36 "pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings",
    37 "pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings",
     34"pthread_self","psxtmthread03","psxtmtest_single w/multiple timings","No"
     35"pthread_equal","psxtmthread03","psxtmtest_single w/multiple timings","No"
     36"pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings","No"
     37"pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings","No"
    3838"pthread_setschedparam - lower own priority, preempt","psxtmthread05","psxtmtest_single","Yes"
    39 "pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single",
     39"pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single","No"
    4040,,,
    4141"pthread_once",,,
     
    5959"pthread_barrier_wait - blocking","psxtmbarrier02","psxtmtest_blocking","Yes"
    6060"pthread_barrier_wait - releasing, no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt","Yes"
    61 "pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt",
     61"pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt","No"
    6262,,,
    63 "pthread_spin_init","psxspin01","psxtmtest_init_destroy",
    64 "pthread_spin_destroy","psxspin01","psxtmtest_init_destroy",
    65 "pthread_spin_lock - available","psxspin02","psxtmtest_single w/multiple timings",
    66 "pthread_spin_trylock - available","psxspin02","psxtmtest_single w/multiple timings",
    67 "pthread_spin_trylock - not available","psxspin02","psxtmtest_single w/multiple timings",
    68 "pthread_spin_unlock","psxspin02","psxtmtest_single w/multiple timings",
     63"pthread_spin_init","psxspin01","psxtmtest_init_destroy","No"
     64"pthread_spin_destroy","psxspin01","psxtmtest_init_destroy","No"
     65"pthread_spin_lock - available","psxspin02","psxtmtest_single w/multiple timings","No"
     66"pthread_spin_trylock - available","psxspin02","psxtmtest_single w/multiple timings","No"
     67"pthread_spin_trylock - not available","psxspin02","psxtmtest_single w/multiple timings","No"
     68"pthread_spin_unlock","psxspin02","psxtmtest_single w/multiple timings","No"
    6969,,,
    7070"pthread_rwlock_init","psxtmrwlock01","psxtmtest_init_destroy","Yes"
     
    9292"mq_unlink","psxtmmq01","psxtmtest_init_destroy","Yes"
    9393"mq_receive - available",,"psxtmtest_single","Yes"
    94 "mq_receive - not available, block",,"psxtmtest_blocking",
     94"mq_receive - not available, block",,"psxtmtest_blocking","No"
    9595"mq_timedreceive - available",,"psxtmtest_single","Yes"
    96 "mq_timedreceive - not available, blocks",,"psxtmtest_single",
     96"mq_timedreceive - not available, blocks",,"psxtmtest_single","No"
    9797"mq_send - no threads waiting",,"psxtmtest_single","Yes"
    98 "mq_send - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt",
    99 "mq_send - thread waiting, preempt",,"psxtmtest_unblocking_preempt",
     98"mq_send - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt","No"
     99"mq_send - thread waiting, preempt",,"psxtmtest_unblocking_preempt","No"
    100100"mq_timedsend - no threads waiting",,"psxtmtest_single","Yes"
    101 "mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt",
    102 "mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt",
     101"mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt","No"
     102"mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt","No"
    103103"mq_notify ",,"psxtmtest_single","Yes"
    104104,,,
Note: See TracChangeset for help on using the changeset viewer.