Debian Automated Code Analysis

checkbashisms analysis of posixtestsuite_1.5.2-3.dsc

possible bashism in ./conformance/definitions/signal_h/make22tests line 6 (declare):
declare -i i
possible bashism in ./stress/threads/sem_open/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./stress/threads/sem_open/do-plot line 23 ('function' is useless):
function error
possible bashism in ./stress/threads/pthread_cond_timedwait/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./stress/threads/pthread_cond_timedwait/do-plot line 23 ('function' is useless):
function error
possible bashism in ./stress/threads/sem_init/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./stress/threads/sem_init/do-plot line 23 ('function' is useless):
function error
possible bashism in ./stress/threads/pthread_create/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./stress/threads/pthread_create/do-plot line 23 ('function' is useless):
function error
possible bashism in ./stress/threads/fork/do-plot line 18 ('function' is useless):
function clean_up
possible bashism in ./stress/threads/fork/do-plot line 23 ('function' is useless):
function error
possible bashism in ./stress/semaphores/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./stress/semaphores/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./stress/semaphores/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./stress/semaphores/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./stress/semaphores/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./stress/semaphores/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./stress/semaphores/run.sh line 40 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./stress/semaphores/run.sh line 41 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./stress/semaphores/run.sh line 42 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./stress/semaphores/run.sh line 43 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./stress/semaphores/run.sh line 44 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./stress/mqueues/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./stress/mqueues/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./stress/mqueues/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./stress/mqueues/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./stress/mqueues/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./stress/mqueues/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./stress/mqueues/run.sh line 42 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./stress/mqueues/run.sh line 43 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./stress/mqueues/run.sh line 44 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./stress/mqueues/run.sh line 45 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./stress/mqueues/run.sh line 46 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./functional/threads/pi_test/do-plot line 5 ('function' is useless):
function error
possible bashism in ./functional/timers/run.sh line 15 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./functional/timers/run.sh line 17 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./functional/timers/run.sh line 20 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./functional/timers/run.sh line 26 (declare):
declare -i PASS=0
possible bashism in ./functional/timers/run.sh line 27 (declare):
declare -i FAIL=0
possible bashism in ./functional/timers/run.sh line 51 (echo -e):
echo -ne "\t\t\t****************\n"
possible bashism in ./functional/timers/run.sh line 52 (echo -e):
echo -ne "\t\t\t* PASSED: " $PASS "\n"
possible bashism in ./functional/timers/run.sh line 53 (echo -e):
echo -ne "\t\t\t* FAILED: " $FAIL "\n"
possible bashism in ./functional/timers/run.sh line 54 (echo -e):
echo -ne "\t\t\t****************\n"
possible bashism in ./functional/semaphores/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./functional/semaphores/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./functional/semaphores/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./functional/semaphores/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./functional/semaphores/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./functional/semaphores/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./functional/semaphores/run.sh line 42 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./functional/semaphores/run.sh line 43 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./functional/semaphores/run.sh line 44 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./functional/semaphores/run.sh line 45 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./functional/semaphores/run.sh line 46 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./functional/mqueues/run.sh line 16 (should be 'b = a'):
	if [ $? == 0 ]; then
possible bashism in ./functional/mqueues/run.sh line 18 (echo -e):
		echo -ne "\t\t\t***TEST PASSED***\n\n"
possible bashism in ./functional/mqueues/run.sh line 21 (echo -e):
		echo -ne "\t\t\t***TEST FAILED***\n\n"
possible bashism in ./functional/mqueues/run.sh line 27 (declare):
declare -i TOTAL=0
possible bashism in ./functional/mqueues/run.sh line 28 (declare):
declare -i PASS=0
possible bashism in ./functional/mqueues/run.sh line 29 (declare):
declare -i FAIL=0
possible bashism in ./functional/mqueues/run.sh line 42 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./functional/mqueues/run.sh line 43 (echo -e):
echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./functional/mqueues/run.sh line 44 (echo -e):
echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./functional/mqueues/run.sh line 45 (echo -e):
echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./functional/mqueues/run.sh line 46 (echo -e):
echo -ne "\t\t****************\n"
possible bashism in ./execute.sh line 140 (echo -e):
            echo -ne "\n\n\n\n\t\t*******************************************\n"
possible bashism in ./execute.sh line 141 (echo -e):
            echo -ne "\t\t*         EXECUTION TIME STATISTICS       *\n"
possible bashism in ./execute.sh line 142 (echo -e):
            echo -ne "\t\t*******************************************\n"
possible bashism in ./execute.sh line 143 (echo -e):
            echo -ne "\t\t* START    : $START_DATE *\n"
possible bashism in ./execute.sh line 144 (echo -e):
            echo -ne "\t\t* END      : $END_DATE *\n"
possible bashism in ./execute.sh line 145 (echo -e):
            echo -ne "\t\t* DURATION :                              *\n"
possible bashism in ./execute.sh line 146 (echo -e):
    echo -ne "\t\t*            $TOTAL_HR hours                      *\n"
possible bashism in ./execute.sh line 147 (echo -e):
    echo -ne "\t\t*            $TOTAL_MIN minutes                    *\n"
possible bashism in ./execute.sh line 148 (echo -e):
    echo -ne "\t\t*            $TOTAL_SEC seconds                    *\n"
possible bashism in ./execute.sh line 149 (echo -e):
    echo -ne "\t\t*******************************************\n"
possible bashism in ./execute.sh line 155 (declare):
declare -i TOTAL=0
possible bashism in ./execute.sh line 156 (declare):
declare -i PASS=0
possible bashism in ./execute.sh line 157 (declare):
declare -i FAIL=0
possible bashism in ./execute.sh line 158 (declare):
declare -i UNRES=0
possible bashism in ./execute.sh line 159 (declare):
declare -i UNSUP=0
possible bashism in ./execute.sh line 160 (declare):
declare -i UNTEST=0
possible bashism in ./execute.sh line 161 (declare):
declare -i INTR=0
possible bashism in ./execute.sh line 162 (declare):
declare -i HUNG=0
possible bashism in ./execute.sh line 163 (declare):
declare -i SEGV=0
possible bashism in ./execute.sh line 164 (declare):
declare -i OTH=0
possible bashism in ./execute.sh line 214 (echo -e):
            echo -ne "\t\t***************************\n"
possible bashism in ./execute.sh line 215 (echo -e):
            echo -ne "\t\t CONFORMANCE TEST RESULTS\n"
possible bashism in ./execute.sh line 216 (echo -e):
            echo -ne "\t\t***************************\n"
possible bashism in ./execute.sh line 217 (echo -e):
            echo -ne "\t\t* TOTAL:  " $TOTAL "\n"
possible bashism in ./execute.sh line 218 (echo -e):
            echo -ne "\t\t* PASSED: " $PASS "\n"
possible bashism in ./execute.sh line 219 (echo -e):
            echo -ne "\t\t* FAILED: " $FAIL "\n"
possible bashism in ./execute.sh line 220 (echo -e):
            echo -ne "\t\t* UNRESOLVED: " $UNRES "\n"
possible bashism in ./execute.sh line 221 (echo -e):
            echo -ne "\t\t* UNSUPPORTED: " $UNSUP "\n"
possible bashism in ./execute.sh line 222 (echo -e):
            echo -ne "\t\t* UNTESTED: " $UNTEST "\n"
possible bashism in ./execute.sh line 223 (echo -e):
            echo -ne "\t\t* INTERRUPTED: " $INTR "\n"
possible bashism in ./execute.sh line 224 (echo -e):
            echo -ne "\t\t* HUNG: " $HUNG "\n"
possible bashism in ./execute.sh line 225 (echo -e):
            echo -ne "\t\t* SEGV: " $SEGV "\n"  
possible bashism in ./execute.sh line 226 (echo -e):
            echo -ne "\t\t* OTHERS: " $OTH "\n" 
possible bashism in ./execute.sh line 227 (echo -e):
      echo -ne "\t\t***************************\n"

This report was generated on Thu, 16 Dec 2010 19:38:32 +0000, based on results by checkbashisms 2.10.65git5