test/compiler/7200264/Test7200264.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/compiler/7200264/Test7200264.sh	Mon Oct  1 15:59:09 2012
--- new/test/compiler/7200264/Test7200264.sh	Mon Oct  1 15:59:09 2012

*** 124,145 **** --- 124,145 ---- then echo "Test Failed: XorV $COUNT < 3" exit 1 fi + # LShiftVI+SubVI is generated for test_mulc COUNT=`grep LShiftVI test.out | wc -l | awk '{print $1}'` if [ $COUNT -lt 5 ] then echo "Test Failed: LShiftVI $COUNT < 5" exit 1 fi # RShiftVI + URShiftVI COUNT=`grep RShiftVI test.out | wc -l | awk '{print $1}'` if [ $COUNT -lt 6 ] + COUNT=`grep RShiftVI test.out | sed '/URShiftVI/d' | wc -l | awk '{print $1}'` + if [ $COUNT -lt 3 ] then ! echo "Test Failed: RShiftVI $COUNT < 6" ! echo "Test Failed: RShiftVI $COUNT < 3" exit 1 fi COUNT=`grep URShiftVI test.out | wc -l | awk '{print $1}'` if [ $COUNT -lt 3 ]

test/compiler/7200264/Test7200264.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File