RFR: 8019583: [TESTBUG] runtime/7107135 always passes

David Holmes david.holmes at oracle.com
Wed Aug 7 05:33:13 PDT 2013


Hi Yumin,

As I understand the bug report the issue is more with the shell script 
returning the value of $? which no longer refers to the execution of the 
test but the evaluation of the if [ $? == 0 ]

David

On 7/08/2013 8:38 AM, Yumin Qi wrote:
> Please review:
>
> http://cr.openjdk.java.net/~minqi/8019583/webrev0/
> <http://cr.openjdk.java.net/%7Eminqi/8019583/webrev0/>
>
> Summary: The test will always pass since TestMT.java will always return
> value 0 to shell. Fix by recording failure value and exit with it.
>
> Thanks
> Yumin


More information about the hotspot-runtime-dev mailing list