forked from Imagelibrary/rtems
psxtmtests/psxtmtests_plan.csv: Fix typos (GCI 2018)
Two quotation marks were missing so the CSV looked bad when using an editor with syntax highlighting and could also have produced some errors if the file was processed. Also two "Yes" ys were lowercase and I uppercased them so they are like the rest.
This commit is contained in:
committed by
Joel Sherrill
parent
c078065f6a
commit
be9a83df87
@@ -34,7 +34,7 @@
|
||||
"pthread_cond_broadcast: threads waiting: preempt","psxtmcond07","psxtmtest_unblocking_preempt","Yes"
|
||||
|
||||
"pthread_cond_wait: blocks","psxtmcond08","psxtmtest_blocking","Yes"
|
||||
"pthread_cond_timedwait: blocks,"psxtmcond09","psxtmtest_blocking","yes"
|
||||
"pthread_cond_timedwait: blocks","psxtmcond09","psxtmtest_blocking","Yes"
|
||||
"pthread_cond_timedwait: time in past error","psxtmcond10","psxtmtest_blocking","Yes"
|
||||
|
||||
"pthread_create: no preempt","psxtmthread01","psxtmtest_single","Yes"
|
||||
@@ -49,7 +49,7 @@
|
||||
"pthread_attr_getschedpolicy: only case", "psxtmthreadattr01", "psxtmtest_single","Yes"
|
||||
"pthread_attr_getscope: only case", "psxtmthreadattr01", "psxtmtest_single","Yes"
|
||||
"pthread_attr_getstack: only case", "psxtmthreadattr01", "psxtmtest_single","Yes"
|
||||
"pthread_attr_getstacksize: only case", "psxtmthreadattr01", "psxtmtest_single","yes"
|
||||
"pthread_attr_getstacksize: only case", "psxtmthreadattr01", "psxtmtest_single","Yes"
|
||||
"pthread_attr_setdetachstate: only case", "psxtmthreadattr01", "psxtmtest_single","Yes"
|
||||
"pthread_attr_setguardsize: only case", "psxtmthreadattr01", "psxtmtest_single","Yes"
|
||||
"pthread_attr_setinheritsched: only case", "psxtmthreadattr01", "psxtmtest_single","Yes"
|
||||
@@ -130,7 +130,7 @@
|
||||
"mq_unlink: only case","psxtmmq01","psxtmtest_init_destroy","Yes"
|
||||
"mq_receive: available",,"psxtmtest_single","Yes"
|
||||
"mq_receive: not available: block",,"psxtmtest_blocking","Yes"
|
||||
"mq_timedreceive: not available: blocks","psxtmmqrcvblock02,"psxtmtest_blocking","Yes"
|
||||
"mq_timedreceive: not available: blocks","psxtmmqrcvblock02","psxtmtest_blocking","Yes"
|
||||
"mq_timedreceive: not available: blocks",,"psxtmtest_single","No"
|
||||
"mq_send: no threads waiting",,"psxtmtest_single","Yes"
|
||||
"mq_send: thread waiting: no preempt",,"psxtmtest_unblocking_nopreempt","No"
|
||||
|
||||
|
Can't render this file because it contains an unexpected character in line 37 and column 33.
|
Reference in New Issue
Block a user