comparison test/compiler/5091921/Test6890943.sh @ 3386:231c2b41ea4d

7045570: compiler/5091921/Test7005594.java failed because not enough space for object heap Summary: fixed tests. Reviewed-by: iveresov, never
author kvn
date Tue, 17 May 2011 12:26:33 -0700
parents bad7ecd0b6ed
children a2bc322ca273
comparison
equal deleted inserted replaced
3385:33ae33516634 3386:231c2b41ea4d
50 cp ${TESTSRC}/output6890943.txt . 50 cp ${TESTSRC}/output6890943.txt .
51 cp ${TESTSRC}/Test6890943.sh . 51 cp ${TESTSRC}/Test6890943.sh .
52 52
53 ${TESTJAVA}/bin/javac -d . Test6890943.java 53 ${TESTJAVA}/bin/javac -d . Test6890943.java
54 54
55 ${TESTJAVA}/bin/java ${TESTVMOPTS} Test6890943 < input6890943.txt > test.out 2>&1 55 ${TESTJAVA}/bin/java -XX:-PrintVMOptions ${TESTVMOPTS} Test6890943 < input6890943.txt > test.out 2>&1
56 56
57 diff output6890943.txt test.out 57 diff output6890943.txt test.out
58 58
59 result=$? 59 result=$?
60 if [ $result -eq 0 ] 60 if [ $result -eq 0 ]