< prev index next >

test/TEST.groups

Print this page




  11 #  version 2 for more details (a copy is included in the LICENSE file that
  12 #  accompanied this code).
  13 #
  14 #  You should have received a copy of the GNU General Public License version
  15 #  2 along with this work; if not, write to the Free Software Foundation,
  16 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 #
  18 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 #  or visit www.oracle.com if you need additional information or have any
  20 #  questions.
  21 #
  22 
  23 ###############################################################################
  24 #
  25 # Tiered testing definitions
  26 #
  27 
  28 tier1 = \
  29     :jdk_lang \
  30     :jdk_util \


  31     :jdk_math
  32 
  33 tier2 = \
  34     :jdk_io \
  35     :jdk_nio \


  36     :jdk_net \
  37     :jdk_time \
  38     :jdk_security \
  39     :jdk_text \
  40     :core_tools \
  41     :jdk_other \
  42     :jdk_svc
  43 
  44 tier3 = \
  45     :jdk_rmi \
  46     :jdk_beans \
  47     :jdk_imageio
  48 
  49 ###############################################################################
  50 #
  51 # Other test definitions; generally smaller granularity than tiers
  52 #
  53 
  54 # java.lang package and VM runtime support
  55 jdk_lang = \




  11 #  version 2 for more details (a copy is included in the LICENSE file that
  12 #  accompanied this code).
  13 #
  14 #  You should have received a copy of the GNU General Public License version
  15 #  2 along with this work; if not, write to the Free Software Foundation,
  16 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 #
  18 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 #  or visit www.oracle.com if you need additional information or have any
  20 #  questions.
  21 #
  22 
  23 ###############################################################################
  24 #
  25 # Tiered testing definitions
  26 #
  27 
  28 tier1 = \
  29     :jdk_lang \
  30     :jdk_util \
  31     sun/nio/cs/ISO8859x.java \
  32     java/nio/Buffer \
  33     :jdk_math
  34 
  35 tier2 = \
  36     :jdk_io \
  37     :jdk_nio \
  38     -sun/nio/cs/ISO8859x.java \
  39     -java/nio/Buffer \
  40     :jdk_net \
  41     :jdk_time \
  42     :jdk_security \
  43     :jdk_text \
  44     :core_tools \
  45     :jdk_other \
  46     :jdk_svc
  47 
  48 tier3 = \
  49     :jdk_rmi \
  50     :jdk_beans \
  51     :jdk_imageio
  52 
  53 ###############################################################################
  54 #
  55 # Other test definitions; generally smaller granularity than tiers
  56 #
  57 
  58 # java.lang package and VM runtime support
  59 jdk_lang = \


< prev index next >