test/compiler/ciReplay/TestSA.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8014068 Cdiff test/compiler/ciReplay/TestSA.sh

test/compiler/ciReplay/TestSA.sh

Print this page

        

*** 75,88 **** then test_fail 1 "CHECK :: REPLAY DATA GENERATION" \ "replay data wasn't generated by SA" fi ! diff --brief ${replay_data} replay_vm.txt ! if [ $? -ne 0 ] then ! echo WARNING: replay.txt from SA != replay.txt from VM fi common_tests 10 ${VM_TYPE}_tests 20 --- 75,88 ---- then test_fail 1 "CHECK :: REPLAY DATA GENERATION" \ "replay data wasn't generated by SA" fi ! diff ${replay_data} replay_vm.txt 2>&1 > replay.diff ! if [ -s replay.diff ] then ! echo WARNING: replay.txt from SA != replay.txt from VM. SEE replay.diff fi common_tests 10 ${VM_TYPE}_tests 20
test/compiler/ciReplay/TestSA.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File