common/bin/compare_exceptions.sh.incl

changeset 597
e28985c549aa
parent 552
c37401e77c80
child 598
db46b1c27a93
equal deleted inserted replaced
554:93b9664f97ee 597:e28985c549aa
880 ./jre/bin/servertool.exe 880 ./jre/bin/servertool.exe
881 ./jre/bin/tnameserv.exe 881 ./jre/bin/tnameserv.exe
882 ./jre/bin/unpack200.exe 882 ./jre/bin/unpack200.exe
883 " 883 "
884 884
885 # jabswitch.exe is compiled and linked with incremental turned on in the old
886 # build. This makes no sense, so it's turned off in the new build.
887 ACCEPTED_SIZE_DIFF="
888 ./bin/jabswitch.exe
889 ./jre/bin/jabswitch.exe
890 "
891 ACCEPTED_DIS_DIFF="
892 ./bin/jabswitch.exe
893 ./jre/bin/jabswitch.exe
894 "
895
885 # On windows, there are unavoidable allignment issues making 896 # On windows, there are unavoidable allignment issues making
886 # a perfect disasm diff impossible. Filter out the following: 897 # a perfect disasm diff impossible. Filter out the following:
887 # * Random parts of C++ symbols (this is a bit greedy, but does the trick) 898 # * Random parts of C++ symbols (this is a bit greedy, but does the trick)
888 # @XXXXX 899 # @XXXXX
889 # * Hexadecimal addresses that are sometimes alligned differently. 900 # * Hexadecimal addresses that are sometimes alligned differently.

mercurial