test/Makefile

Print this page
rev 7398 : 8032808: Support Solaris SO_FLOW_SLA socket option
Reviewed-by: michaelm
   1 #
   2 # Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 507 # Stable samevm testruns (minus items from PROBLEM_LIST)
 508 JDK_ALL_TARGETS += jdk_other
 509 jdk_other: $(call TestDirs, \
 510           demo/jvmti demo/zipfs \
 511           javax/naming com/sun/jndi \
 512           javax/script \
 513           java/sql javax/sql \
 514           javax/smartcardio \
 515           javax/xml/soap \
 516           javax/xml/jaxp \
 517           com/sun/xml \
 518           javax/xml/ws com/sun/internal/ws \
 519           com/sun/org/apache/xerces \
 520           com/sun/corba \
 521           com/sun/tracing \
 522           sun/usagetracker) 
 523         $(call RunAgentvmBatch)
 524 
 525 # Stable samevm testruns (minus items from PROBLEM_LIST)
 526 JDK_ALL_TARGETS += jdk_net
 527 jdk_net: $(call TestDirs, com/sun/net java/net sun/net com/oracle/net)
 528         $(call RunAgentvmBatch)
 529 
 530 # Stable samevm testruns (minus items from PROBLEM_LIST)
 531 jdk_nio: $(call TestDirs, java/nio sun/nio com/oracle/nio)
 532         $(call SharedLibraryPermissions,java/nio/channels)
 533         $(call RunAgentvmBatch)
 534 
 535 # Stable samevm testruns (minus items from PROBLEM_LIST)
 536 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
 537         $(call RunAgentvmBatch)
 538 
 539 # Stable othervm testruns (minus items from PROBLEM_LIST)
 540 #   Using samevm has serious problems with these tests
 541 JDK_ALL_TARGETS += jdk_rmi
 542 jdk_rmi: $(call TestDirs, java/rmi sun/rmi javax/rmi/ssl)
 543         $(call RunOthervmBatch)
 544 
 545 # Stable samevm testruns (minus items from PROBLEM_LIST)
 546 JDK_ALL_TARGETS += jdk_security1
 547 jdk_security1: $(call TestDirs, java/security)


   1 #
   2 # Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 507 # Stable samevm testruns (minus items from PROBLEM_LIST)
 508 JDK_ALL_TARGETS += jdk_other
 509 jdk_other: $(call TestDirs, \
 510           demo/jvmti demo/zipfs \
 511           javax/naming com/sun/jndi \
 512           javax/script \
 513           java/sql javax/sql \
 514           javax/smartcardio \
 515           javax/xml/soap \
 516           javax/xml/jaxp \
 517           com/sun/xml \
 518           javax/xml/ws com/sun/internal/ws \
 519           com/sun/org/apache/xerces \
 520           com/sun/corba \
 521           com/sun/tracing \
 522           sun/usagetracker) 
 523         $(call RunAgentvmBatch)
 524 
 525 # Stable samevm testruns (minus items from PROBLEM_LIST)
 526 JDK_ALL_TARGETS += jdk_net
 527 jdk_net: $(call TestDirs, com/sun/net java/net jdk/net sun/net com/oracle/net)
 528         $(call RunAgentvmBatch)
 529 
 530 # Stable samevm testruns (minus items from PROBLEM_LIST)
 531 jdk_nio: $(call TestDirs, java/nio sun/nio com/oracle/nio)
 532         $(call SharedLibraryPermissions,java/nio/channels)
 533         $(call RunAgentvmBatch)
 534 
 535 # Stable samevm testruns (minus items from PROBLEM_LIST)
 536 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
 537         $(call RunAgentvmBatch)
 538 
 539 # Stable othervm testruns (minus items from PROBLEM_LIST)
 540 #   Using samevm has serious problems with these tests
 541 JDK_ALL_TARGETS += jdk_rmi
 542 jdk_rmi: $(call TestDirs, java/rmi sun/rmi javax/rmi/ssl)
 543         $(call RunOthervmBatch)
 544 
 545 # Stable samevm testruns (minus items from PROBLEM_LIST)
 546 JDK_ALL_TARGETS += jdk_security1
 547 jdk_security1: $(call TestDirs, java/security)