summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-06 17:34:16 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-06 11:26:46 -0600
commitbe9a83df87a7b54bf6a79ed8d61b21cbc686a434 (patch)
tree2a61f2ade7b9c90d86f6333600aa8c3d62ed4b23
parentpsxtmtests: Identified a Timing Test missing (GCI 2018) (diff)
downloadrtems-be9a83df87a7b54bf6a79ed8d61b21cbc686a434.tar.bz2
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.
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 7e3bf732f1..6e5fc9c9b5 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -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"