RFR(S): 8041727 - [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator

George Triantafillou george.triantafillou at oracle.com
Tue Aug 26 17:58:06 UTC 2014


On line 91:

echo "$cmd > test.out1"

Should be:

echo "$cmd > test.out"

Otherwise, looks good.

-George

On 8/22/2014 9:31 AM, Christian Tornqvist wrote:
> Hi everyone,
>
>   
>
> Fixed shell compatibility issues in runtime/jsig/Test8017498.sh (based on
> patch supplied by Andrey Zakharov). Also fixed an issue where gcc may fail
> because the machine it runs on doesn't have the right packages installed for
> compiling 32bit binaries.
>
>   
>
> Webrev:
>
> http://cr.openjdk.java.net/~ctornqvi/webrev/8041727/webrev.00/
>
>   
>
> Bug:
>
> https://bugs.openjdk.java.net/browse/JDK-8041727
>
>   
>
> Thanks,
>
> Christian
>



More information about the hotspot-runtime-dev mailing list