=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== rhino-1.7.7.2/README.md-61-2. Remove `-SNAPSHOT` from version in `gradle.properties` in project root folder rhino-1.7.7.2/README.md:62:3. Create file `gradle.properties` in `$HOME/.gradle` folder with following properties. Populate them with maven repo credentials and repo location. rhino-1.7.7.2/README.md-63-``` ############################################## rhino-1.7.7.2/maven/maven-staging-deploy.sh-2- rhino-1.7.7.2/maven/maven-staging-deploy.sh:3:vers=`egrep '^version:' ../build.properties | awk '{print $2}'` rhino-1.7.7.2/maven/maven-staging-deploy.sh-4- ############################################## rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js-658-*/ rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:659:function sc_caddr(p) { return p.cdr.cdr.car; } rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js-660-/*** META ((export #t) ############################################## rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js-690-*/ rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:691:function sc_caaddr(p) { return p.cdr.cdr.car.car; } rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js-692-/*** META ((export #t) ############################################## rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js-706-*/ rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:707:function sc_cdaddr(p) { return p.cdr.cdr.car.cdr; } rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js-708-/*** META ((export #t) ############################################## rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js-658-*/ rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:659:function sc_caddr(p) { return p.cdr.cdr.car; } rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js-660-/*** META ((export #t) ############################################## rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js-690-*/ rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:691:function sc_caaddr(p) { return p.cdr.cdr.car.car; } rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js-692-/*** META ((export #t) ############################################## rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js-706-*/ rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:707:function sc_cdaddr(p) { return p.cdr.cdr.car.cdr; } rhino-1.7.7.2/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js-708-/*** META ((export #t) ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-9- cat <<EOF rhino-1.7.7.2/testsrc/tests/bisect.sh:10:`basename $0`: error rhino-1.7.7.2/testsrc/tests/bisect.sh-11- ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-137- # convert dates to seconds for ordering rhino-1.7.7.2/testsrc/tests/bisect.sh:138: localgood=`dateparse.pl $bisect_good` rhino-1.7.7.2/testsrc/tests/bisect.sh:139: localbad=`dateparse.pl $bisect_bad` rhino-1.7.7.2/testsrc/tests/bisect.sh-140- ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-170- rhino-1.7.7.2/testsrc/tests/bisect.sh:171: let seconds_start="`dateparse.pl $bisect_start`" rhino-1.7.7.2/testsrc/tests/bisect.sh:172: let seconds_stop="`dateparse.pl $bisect_stop`" rhino-1.7.7.2/testsrc/tests/bisect.sh-173- ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-177- eval $TEST_DIR/bin/builder.sh -p $bisect_product -b $bisect_branch $bisect_extraflag -T $bisect_buildtype -B "checkout" > /dev/null rhino-1.7.7.2/testsrc/tests/bisect.sh:178: bisect_log=`eval $TEST_JSDIR/runtests.sh -p $bisect_product -b $bisect_branch $bisect_extraflag -T $bisect_buildtype -I $bisect_test -B "build" -c -t -X /dev/null 2>&1 | grep '_js.log $' | sed 's|log: \([^ ]*\) |\1|'` rhino-1.7.7.2/testsrc/tests/bisect.sh-179- if [[ -z "$bisect_log" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-198- rhino-1.7.7.2/testsrc/tests/bisect.sh:199: bisect_log=`eval $TEST_JSDIR/runtests.sh -p $bisect_product -b $bisect_branch $bisect_extraflag -T $bisect_buildtype -I $bisect_test -B "build" -c -t -X /dev/null 2>&1 | grep '_js.log $' | sed 's|log: \([^ ]*\) |\1|'` rhino-1.7.7.2/testsrc/tests/bisect.sh-200- if [[ -z "$bisect_log" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-227- pushd $BUILDTREE/mozilla rhino-1.7.7.2/testsrc/tests/bisect.sh:228: date_array=(`cvs -q -z3 log -N -d "$bisect_start<$bisect_stop" | grep "^date: " | sed 's|^date: \([^;]*\).*|\1|' | sort -u`) rhino-1.7.7.2/testsrc/tests/bisect.sh-229- popd ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-234- while (( $date_index < ${#date_array[@]} )); do rhino-1.7.7.2/testsrc/tests/bisect.sh:235: seconds_array[$seconds_index]=`dateparse.pl "${date_array[$date_index]} ${date_array[$date_index+1]} UTC"` rhino-1.7.7.2/testsrc/tests/bisect.sh-236- let seconds_index=$seconds_index+1 ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-245- if (( $seconds_index_start+1 >= $seconds_index_stop )); then rhino-1.7.7.2/testsrc/tests/bisect.sh:246: echo "*** date `perl -e 'print scalar localtime $ARGV[0];' ${seconds_array[$seconds_index_stop]}` found ***" rhino-1.7.7.2/testsrc/tests/bisect.sh-247- break; ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-257- rhino-1.7.7.2/testsrc/tests/bisect.sh:258: bisect_middle="`perl -e 'print scalar localtime $ARGV[0];' $seconds_middle`" rhino-1.7.7.2/testsrc/tests/bisect.sh-259- export MOZ_CO_DATE="$bisect_middle" ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-263- rhino-1.7.7.2/testsrc/tests/bisect.sh:264: bisect_log=`eval $TEST_JSDIR/runtests.sh -p $bisect_product -b $bisect_branch $bisect_extraflag -T $bisect_buildtype -I $bisect_test -B "build" -c -t -X /dev/null 2>&1 | grep '_js.log $' | sed 's|log: \([^ ]*\) |\1|'` rhino-1.7.7.2/testsrc/tests/bisect.sh-265- if [[ -z "$bisect_log" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-295- rhino-1.7.7.2/testsrc/tests/bisect.sh:296: TEST_MOZILLA_HG_LOCAL=${TEST_MOZILLA_HG_LOCAL:-$BUILDDIR/hg.mozilla.org/`basename $TEST_MOZILLA_HG`} rhino-1.7.7.2/testsrc/tests/bisect.sh-297- hg -R $TEST_MOZILLA_HG_LOCAL pull -r tip ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-302- # convert revision numbers to local revision numbers for ordering rhino-1.7.7.2/testsrc/tests/bisect.sh:303: localgood=`hg -R $REPO id -n -r $bisect_good` rhino-1.7.7.2/testsrc/tests/bisect.sh:304: localbad=`hg -R $REPO id -n -r $bisect_bad` rhino-1.7.7.2/testsrc/tests/bisect.sh-305- ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-342- hg -R $REPO update -C -r $bisect_bad rhino-1.7.7.2/testsrc/tests/bisect.sh:343: bisect_log=`eval $TEST_JSDIR/runtests.sh -p $bisect_product -b $bisect_branch $bisect_extraflag -T $bisect_buildtype -I $bisect_test -B "build" -c -t -X /dev/null 2>&1 | grep '_js.log $' | sed 's|log: \([^ ]*\) |\1|'` rhino-1.7.7.2/testsrc/tests/bisect.sh-344- if [[ -z "$bisect_log" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-363- hg -R $REPO update -C -r $bisect_good rhino-1.7.7.2/testsrc/tests/bisect.sh:364: bisect_log=`eval $TEST_JSDIR/runtests.sh -p $bisect_product -b $bisect_branch $bisect_extraflag -T $bisect_buildtype -I $bisect_test -B "build" -c -t -X /dev/null 2>&1 | grep '_js.log $' | sed 's|log: \([^ ]*\) |\1|'` rhino-1.7.7.2/testsrc/tests/bisect.sh-365- if [[ -z "$bisect_log" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-400- # changes in the working directory. rhino-1.7.7.2/testsrc/tests/bisect.sh:401: rev=`hg -R $REPO id -i` rhino-1.7.7.2/testsrc/tests/bisect.sh-402- rhino-1.7.7.2/testsrc/tests/bisect.sh:403: bisect_log=`eval $TEST_JSDIR/runtests.sh -p $bisect_product -b $bisect_branch $bisect_extraflag -T $bisect_buildtype -I $bisect_test -B "build" -c -t -X /dev/null 2>&1 | grep '_js.log $' | sed 's|log: \([^ ]*\) |\1|'` rhino-1.7.7.2/testsrc/tests/bisect.sh-404- # remove extraneous in-tree changes ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-417- echo "test failure $bisect_test.*$bisect_string found, marking revision bad" rhino-1.7.7.2/testsrc/tests/bisect.sh:418: if ! result=`hg -R $REPO bisect --bad 2>&1`; then rhino-1.7.7.2/testsrc/tests/bisect.sh-419- echo "bisect bad failed" ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-423- echo "test failure $bisect_test.*$bisect_string not found, marking revision good" rhino-1.7.7.2/testsrc/tests/bisect.sh:424: if ! result=`hg -R $REPO bisect --good 2>&1`; then rhino-1.7.7.2/testsrc/tests/bisect.sh-425- echo "bisect good failed" ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-433- echo "test failure $bisect_test.*$bisect_string found, marking revision good" rhino-1.7.7.2/testsrc/tests/bisect.sh:434: if ! result=`hg -R $REPO bisect --good 2>&1`; then rhino-1.7.7.2/testsrc/tests/bisect.sh-435- echo "bisect good failed" ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-439- echo "test failure $bisect_test.*$bisect_string not found, marking revision bad" rhino-1.7.7.2/testsrc/tests/bisect.sh:440: if ! result=`hg -R $REPO bisect --bad 2>&1`; then rhino-1.7.7.2/testsrc/tests/bisect.sh-441- echo "bisect bad failed" ############################################## rhino-1.7.7.2/testsrc/tests/bisect.sh-448- if echo $result | egrep -q "The first (good|bad) revision is:"; then rhino-1.7.7.2/testsrc/tests/bisect.sh:449: result_revision=`echo $result | sed "s|The first .* revision is:.*changeset: [0-9]*:\([^ ]*\).*|\1|"` rhino-1.7.7.2/testsrc/tests/bisect.sh-450- echo $result | sed "s|The first .* revision is:|$searchtype|" ############################################## rhino-1.7.7.2/testsrc/tests/config.sh-48-if echo "$OS_ARCH" | grep -iq CYGWIN_NT; then rhino-1.7.7.2/testsrc/tests/config.sh:49: OS_RELEASE="`echo $OS_ARCH|sed 's/CYGWIN_NT-//'`" rhino-1.7.7.2/testsrc/tests/config.sh-50- OS_ARCH="WINNT" ############################################## rhino-1.7.7.2/testsrc/tests/config.sh-57-if echo "$OS_ARCH" | grep -iq MINGW32_NT; then rhino-1.7.7.2/testsrc/tests/config.sh:58: OS_RELEASE="`echo $OS_ARCH|sed 's/MINGW32_NT-//'`" rhino-1.7.7.2/testsrc/tests/config.sh-59- OS_ARCH="WINNT" ############################################## rhino-1.7.7.2/testsrc/tests/detect-universe.sh-9- cat <<EOF rhino-1.7.7.2/testsrc/tests/detect-universe.sh:10:`basename $0`: error rhino-1.7.7.2/testsrc/tests/detect-universe.sh-11- ############################################## rhino-1.7.7.2/testsrc/tests/ecma/LexicalConventions/7.5-1.js-25- rhino-1.7.7.2/testsrc/tests/ecma/LexicalConventions/7.5-1.js:26:new TestCase( SECTION, "var $123 = 5", 5, eval("var $123 = 5;$123") ); rhino-1.7.7.2/testsrc/tests/ecma/LexicalConventions/7.5-1.js-27-new TestCase( SECTION, "var _123 = 5", 5, eval("var _123 = 5;_123") ); ############################################## rhino-1.7.7.2/testsrc/tests/ecma/LexicalConventions/7.5-7.js-25- rhino-1.7.7.2/testsrc/tests/ecma/LexicalConventions/7.5-7.js:26:new TestCase( SECTION, "var $0abc = 5", 5, eval("var $0abc = 5; $0abc") ); rhino-1.7.7.2/testsrc/tests/ecma/LexicalConventions/7.5-7.js-27- ############################################## rhino-1.7.7.2/testsrc/tests/js1_2/regexp/dot.js-54-new TestCase ( SECTION, "'`1234567890-=~!@#$%^&*()_+'.match(new RegExp('.+'))", rhino-1.7.7.2/testsrc/tests/js1_2/regexp/dot.js:55: String(["`1234567890-=~!@#$%^&*()_+"]), String('`1234567890-=~!@#$%^&*()_+'.match(new RegExp('.+')))); rhino-1.7.7.2/testsrc/tests/js1_2/regexp/dot.js-56- ############################################## rhino-1.7.7.2/testsrc/tests/known-failures.pl-633- # escape non word chars that aren't surrounded by `` rhino-1.7.7.2/testsrc/tests/known-failures.pl:634: $s =~ s/(?<!`)([$regchars])(?!`)/\\$1/g; rhino-1.7.7.2/testsrc/tests/known-failures.pl:635: $s =~ s/(?<!`)([$regchars])(?=`)/\\$1/g; rhino-1.7.7.2/testsrc/tests/known-failures.pl:636: $s =~ s/(?<=`)([$regchars])(?!`)/\\$1/g; rhino-1.7.7.2/testsrc/tests/known-failures.pl-637- ############################################## rhino-1.7.7.2/testsrc/tests/known-failures.pl-672- # quote the unescaped non word chars rhino-1.7.7.2/testsrc/tests/known-failures.pl:673: $trailing =~ s/(?<!\\)([$regchars])/`$1`/g; rhino-1.7.7.2/testsrc/tests/known-failures.pl-674- ############################################## rhino-1.7.7.2/testsrc/tests/post-process-logs.pl-524- dbg "sorting temp file $temp"; rhino-1.7.7.2/testsrc/tests/post-process-logs.pl:525: system("sort -u < $temp"); rhino-1.7.7.2/testsrc/tests/post-process-logs.pl-526- dbg "finished sorting"; ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-9- cat <<EOF rhino-1.7.7.2/testsrc/tests/process-logs.sh:10:`basename $0`: error rhino-1.7.7.2/testsrc/tests/process-logs.sh-11- ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-58- rhino-1.7.7.2/testsrc/tests/process-logs.sh:59:for testlogfile in `ls $testlogfiles`; do rhino-1.7.7.2/testsrc/tests/process-logs.sh-60- ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-67- *.log.bz2) rhino-1.7.7.2/testsrc/tests/process-logs.sh:68: worktestlogfile=`mktemp $testlogfile.XXXXXX` rhino-1.7.7.2/testsrc/tests/process-logs.sh-69- bunzip2 -c $testlogfile > $worktestlogfile ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-71- *.log.gz) rhino-1.7.7.2/testsrc/tests/process-logs.sh:72: worktestlogfile=`mktemp $testlogfile.XXXXXX` rhino-1.7.7.2/testsrc/tests/process-logs.sh-73- gunzip -c $testlogfile > $worktestlogfile ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-99- rhino-1.7.7.2/testsrc/tests/process-logs.sh:100: branch=`echo $testlogfile | sed 's|.*,\([0-9]\.[0-9]*\.[0-9]*\).*|\1|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-101- ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-103- rhino-1.7.7.2/testsrc/tests/process-logs.sh:104: repo=`grep -m 1 '^environment: TEST_MOZILLA_HG=' $worktestlogfile | sed 's|.*TEST_MOZILLA_HG=http://hg.mozilla.org.*/\([^\/]*\)|\1|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-105- if [[ -z "$repo" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-114- *) rhino-1.7.7.2/testsrc/tests/process-logs.sh:115: OSID=`grep -m 1 '^environment: OSID=' $worktestlogfile | sed 's|.*OSID=\(.*\)|\1|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-116- if [[ -z "$OSID" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-123- rhino-1.7.7.2/testsrc/tests/process-logs.sh:124: kernel=`grep -m 1 '^environment: TEST_KERNEL=' $worktestlogfile | sed 's|.*TEST_KERNEL=\(.*\)|\1|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-125- if [[ "$OSID" == "linux" ]]; then rhino-1.7.7.2/testsrc/tests/process-logs.sh:126: kernel=`echo $kernel | sed 's|\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*|\1.\2.\3|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-127- fi ############################################## rhino-1.7.7.2/testsrc/tests/process-logs.sh-129- rhino-1.7.7.2/testsrc/tests/process-logs.sh:130: arch=`grep -m 1 '^environment: TEST_PROCESSORTYPE=' $worktestlogfile | sed 's|.*TEST_PROCESSORTYPE=\(.*\)|\1|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-131- debug "arch=$arch" rhino-1.7.7.2/testsrc/tests/process-logs.sh-132- rhino-1.7.7.2/testsrc/tests/process-logs.sh:133: memory=`grep -m 1 '^environment: TEST_MEMORY=' $worktestlogfile | sed 's|.*TEST_MEMORY=\(.*\)|\1|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-134- rhino-1.7.7.2/testsrc/tests/process-logs.sh:135: timezone=`basename $testlogfile | sed 's|^[-0-9]*\([-+]\)\([0-9]\{4,4\}\),.*|\1\2|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-136- debug "timezone=$timezone" rhino-1.7.7.2/testsrc/tests/process-logs.sh-137- rhino-1.7.7.2/testsrc/tests/process-logs.sh:138: jsoptions=`grep -m 1 '^arguments: javascriptoptions=' $worktestlogfile | sed 's|.*javascriptoptions=\(.*\)|\1|'` rhino-1.7.7.2/testsrc/tests/process-logs.sh-139- if [[ -z "$jsoptions" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/runtests.sh-9- cat <<EOF rhino-1.7.7.2/testsrc/tests/runtests.sh:10:`basename $0`: error rhino-1.7.7.2/testsrc/tests/runtests.sh-11- ############################################## rhino-1.7.7.2/testsrc/tests/runtests.sh-138- rhino-1.7.7.2/testsrc/tests/runtests.sh:139:branchesextra=`combo.sh -d - "$branches" "$extra"` rhino-1.7.7.2/testsrc/tests/runtests.sh-140- ############################################## rhino-1.7.7.2/testsrc/tests/runtests.sh-143-tester.sh -t "$TEST_JSDIR/test.sh" $verboseflag "$products" "$branchesextra" "$buildtypes" 2>&1 | tee -a $testlogfilelist rhino-1.7.7.2/testsrc/tests/runtests.sh:144:testlogfiles="`grep '^log:' $testlogfilelist|sed 's|^log: ||'`" rhino-1.7.7.2/testsrc/tests/runtests.sh-145- rhino-1.7.7.2/testsrc/tests/runtests.sh:146:fatalerrors=`grep 'FATAL ERROR' $testlogfiles | cat` rhino-1.7.7.2/testsrc/tests/runtests.sh-147-if [[ -n "$fatalerrors" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/runtests.sh-149- let itestlog=${#testlogarray[*]}-1 rhino-1.7.7.2/testsrc/tests/runtests.sh:150: error "`tail -n 20 ${testlogarray[$itestlog]}`" $LINENO rhino-1.7.7.2/testsrc/tests/runtests.sh-151-fi ############################################## rhino-1.7.7.2/testsrc/tests/runtests.sh-173- rhino-1.7.7.2/testsrc/tests/runtests.sh:174: branch=`echo $testlogfile | sed 's|.*,\([0-9]\.[0-9]*\.[0-9]*\).*|\1|'` rhino-1.7.7.2/testsrc/tests/runtests.sh-175- rhino-1.7.7.2/testsrc/tests/runtests.sh-176- rhino-1.7.7.2/testsrc/tests/runtests.sh:177: repo=`grep -m 1 '^environment: TEST_MOZILLA_HG=' $testlogfile | sed 's|.*TEST_MOZILLA_HG=http://hg.mozilla.org.*/\([^\/]*\)|\1|'` rhino-1.7.7.2/testsrc/tests/runtests.sh-178- if [[ -z "$repo" ]]; then ############################################## rhino-1.7.7.2/testsrc/tests/runtests.sh-212- rhino-1.7.7.2/testsrc/tests/runtests.sh:213: if let npass="`grep TEST_RESULT=PASSED ${outputprefix}-results-all.log | wc -l`"; then true; fi rhino-1.7.7.2/testsrc/tests/runtests.sh:214: if let nfail="`cat ${outputprefix}-results-failures.log | wc -l`"; then true; fi rhino-1.7.7.2/testsrc/tests/runtests.sh:215: if let nfixes="`cat ${outputprefix}-results-possible-fixes.log | wc -l`"; then true; fi rhino-1.7.7.2/testsrc/tests/runtests.sh:216: if let nregressions="`cat ${outputprefix}-results-possible-regressions.log | wc -l`"; then true; fi rhino-1.7.7.2/testsrc/tests/runtests.sh-217- ############################################## rhino-1.7.7.2/testsrc/tests/test.sh-9- cat <<EOF rhino-1.7.7.2/testsrc/tests/test.sh:10:`basename $0`: error rhino-1.7.7.2/testsrc/tests/test.sh-11- ############################################## rhino-1.7.7.2/testsrc/tests/test.sh-37-TEST_JSALL_TIMEOUT=${TEST_JSALL_TIMEOUT:-21600} rhino-1.7.7.2/testsrc/tests/test.sh:38:TEST_WWW_JS=`echo $TEST_JSDIR|sed "s|$TEST_DIR||"` rhino-1.7.7.2/testsrc/tests/test.sh-39- ############################################## rhino-1.7.7.2/testsrc/tests/test.sh-173- testtype=browser rhino-1.7.7.2/testsrc/tests/test.sh:174: executable=`get_executable $product $branch $executablepath` rhino-1.7.7.2/testsrc/tests/test.sh-175- ############################################## rhino-1.7.7.2/testsrc/tests/test.sh-338-else rhino-1.7.7.2/testsrc/tests/test.sh:339: repo=`basename $TEST_MOZILLA_HG` rhino-1.7.7.2/testsrc/tests/test.sh-340-fi ############################################## rhino-1.7.7.2/testsrc/tests/test.sh-371- rhino-1.7.7.2/testsrc/tests/test.sh:372: version=`shellfileversion $jsfile` rhino-1.7.7.2/testsrc/tests/test.sh-373- rhino-1.7.7.2/testsrc/tests/test.sh:374: subsuitetestdir=`dirname $jsfile` rhino-1.7.7.2/testsrc/tests/test.sh:375: suitetestdir=`dirname $subsuitetestdir` rhino-1.7.7.2/testsrc/tests/test.sh-376- echo "JavaScriptTest: Begin Test $jsfile" ############################################## rhino-1.7.7.2/testsrc/tests/test.sh-453- rhino-1.7.7.2/testsrc/tests/test.sh:454: version=";version=`browserfileversion $jsfile`" rhino-1.7.7.2/testsrc/tests/test.sh-455- ############################################## rhino-1.7.7.2/testsrc/tests/test.sh-473- edit-talkback.sh -p "$product" -b "$branch" -x "$executablepath" -i "$url" rhino-1.7.7.2/testsrc/tests/test.sh:474: jsfile=`echo $url | sed "s|http://$TEST_HTTP/$TEST_WWW_JS/js-test-driver-standards.html?test=\([^;]*\);.*|\1|"` rhino-1.7.7.2/testsrc/tests/test.sh-475- echo "JavaScriptTest: Begin Test $jsfile" ############################################## rhino-1.7.7.2/tools/ci/linux/test.sh-10-do rhino-1.7.7.2/tools/ci/linux/test.sh:11: bn=`basename $n .xml` rhino-1.7.7.2/tools/ci/linux/test.sh-12- mv $n ${BUILDROOT}/buildGradle/test-results/${bn}_sponge_log.xml