< prev index next >

test/TEST.groups

Print this page
@  rev 13619 : 8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u
|  Reviewed-by: shade, adinn, andrew
o  rev 13618 : 8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
|  Reviewed-by: mchung
o  rev 13617 : 8075544: Add tiered testing definitions to the jdk repo
|  Reviewed-by: alanb
~


   8 #  This code is distributed in the hope that it will be useful, but WITHOUT
   9 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  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_rmi \
  38     :jdk_time \
  39     :jdk_security \
  40     :jdk_text \
  41     :core_tools \
  42     :jdk_other \
  43     :jdk_svc
  44 
  45 ###############################################################################
  46 #
  47 # Other test definitions; generally smaller granularity than tiers
  48 #
  49 
  50 # java.lang package and VM runtime support
  51 jdk_lang = \
  52     java/lang \
  53     -java/lang/management \




   8 #  This code is distributed in the hope that it will be useful, but WITHOUT
   9 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  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 jdk_tier1 = \
  29     :jdk_lang \
  30     :jdk_util \
  31     :jdk_math \
  32     :jdk_jdi
  33 
  34 jdk_tier2 = \
  35     :jdk_io \
  36     :jdk_nio \
  37     :jdk_net \
  38     :jdk_rmi \
  39     :jdk_time \
  40     :jdk_security \
  41     :jdk_text \
  42     :core_tools \
  43     :jdk_other \
  44     :jdk_svc
  45 
  46 ###############################################################################
  47 #
  48 # Other test definitions; generally smaller granularity than tiers
  49 #
  50 
  51 # java.lang package and VM runtime support
  52 jdk_lang = \
  53     java/lang \
  54     -java/lang/management \


< prev index next >