test/java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh

Print this page

        

*** 21,31 **** # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # - # @test # @bug 4673940 # @bug 4930794 # @summary Unit tests for inetd feature # --- 21,30 ----
*** 37,54 **** if [ "$os" != "Linux" -a "$os" != "SunOS" ]; then echo "Test not designed to run on this operating system, skipping..." exit 0 fi - arch=`uname -p` - if [ "$os" = "SunOS" ]; then - if [ "$arch" = "i386" -o "$arch" = "sparc" ]; then - echo "Test not designed to run on this operating system, skipping..." - exit 0 - fi - fi - # if TESTJAVA isn't set then we assume an interactive run. So that it's # clear which version of 'java' is running we do a 'which java' and # a 'java -version'. if [ -z "$TESTJAVA" ]; then --- 36,45 ----