From be9a83df87a7b54bf6a79ed8d61b21cbc686a434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=A7al=20Comajoan=20Cara?= Date: Thu, 6 Dec 2018 17:34:16 +0100 Subject: 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. --- testsuites/psxtmtests/psxtmtests_plan.csv | 6 +++--- 1 file 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" -- cgit v1.2.3