test/sun/rmi/rmic/newrmic/equivalence/run.sh

Print this page




  27 # generates equivalent classes as the old implementation, for a set
  28 # of sample input classes.
  29 # @author Peter Jones
  30 #
  31 # @library ../../../../../java/rmi/testlibrary
  32 #
  33 # @build TestLibrary
  34 #     AgentServerImpl
  35 #     AppleImpl
  36 #     AppleUserImpl
  37 #     ComputeServerImpl
  38 #     CountServerImpl
  39 #     DayTimeServerImpl
  40 #     G1Impl
  41 #     MyObjectImpl
  42 #     NotActivatableServerImpl
  43 #     OrangeEchoImpl
  44 #     OrangeImpl
  45 #     ServerImpl
  46 #


  47 # @run shell run.sh
  48 
  49 if [ "${TESTJAVA}" = "" ]
  50 then
  51     echo "TESTJAVA not set.  Test cannot execute.  Failed."
  52     exit 1
  53 fi
  54 
  55 set -ex
  56 
  57 #
  58 # miscellaneous remote classes collected from other tests
  59 #
  60 
  61 sh ${TESTSRC:-.}/batch.sh ${TESTCLASSES:-.} \
  62         AgentServerImpl \
  63         AppleImpl \
  64         AppleUserImpl \
  65         ComputeServerImpl \
  66         CountServerImpl \


  27 # generates equivalent classes as the old implementation, for a set
  28 # of sample input classes.
  29 # @author Peter Jones
  30 #
  31 # @library ../../../../../java/rmi/testlibrary
  32 #
  33 # @build TestLibrary
  34 #     AgentServerImpl
  35 #     AppleImpl
  36 #     AppleUserImpl
  37 #     ComputeServerImpl
  38 #     CountServerImpl
  39 #     DayTimeServerImpl
  40 #     G1Impl
  41 #     MyObjectImpl
  42 #     NotActivatableServerImpl
  43 #     OrangeEchoImpl
  44 #     OrangeImpl
  45 #     ServerImpl
  46 #
  47 # @ignore test is disabled, while further discussion on the rmic -Xnew feature
  48 # takes place (c.f JDK-8146299, JDK-8145980).
  49 # @run shell run.sh
  50 
  51 if [ "${TESTJAVA}" = "" ]
  52 then
  53     echo "TESTJAVA not set.  Test cannot execute.  Failed."
  54     exit 1
  55 fi
  56 
  57 set -ex
  58 
  59 #
  60 # miscellaneous remote classes collected from other tests
  61 #
  62 
  63 sh ${TESTSRC:-.}/batch.sh ${TESTCLASSES:-.} \
  64         AgentServerImpl \
  65         AppleImpl \
  66         AppleUserImpl \
  67         ComputeServerImpl \
  68         CountServerImpl \