jdk/test/Makefile
author bdelsart
Tue, 20 Dec 2011 12:33:05 +0100
changeset 11411 16b151e1e088
parent 10607 1ba66093449c
child 11281 58ecbc808474
permissions -rw-r--r--
7116216: StackOverflow GC crash Summary: GC crash for explicit stack overflow checks after a C2I transition. Reviewed-by: coleenp, never Contributed-by: yang02.wang@sap.com, bertrand.delsart@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8769
diff changeset
     2
# Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
     4
#
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5149
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5149
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    10
#
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    15
# accompanied this code).
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    16
#
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    17
# You should have received a copy of the GNU General Public License version
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5149
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5149
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5149
diff changeset
    23
# questions.
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    24
#
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    25
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    26
#
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    27
# Makefile to run various jdk tests
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    30
# Empty these to get rid of some default rules
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    31
.SUFFIXES:
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    32
.SUFFIXES: .java
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    33
CO=
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    34
GET=
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    35
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    36
# Utilities used
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    37
AWK       = awk
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    38
CAT       = cat
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    39
CD        = cd
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5149
diff changeset
    40
CHMOD     = chmod
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    41
CP        = cp
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    42
CUT       = cut
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5149
diff changeset
    43
DIRNAME   = dirname
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    44
ECHO      = echo
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    45
EGREP     = egrep
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    46
EXPAND    = expand
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5149
diff changeset
    47
FIND      = find
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    48
MKDIR     = mkdir
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    49
PWD       = pwd
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    50
SED       = sed
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    51
SORT      = sort
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    52
TEE       = tee
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    53
UNAME     = uname
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    54
UNIQ      = uniq
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    55
WC        = wc
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    56
ZIP       = zip
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    57
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    58
# Get OS name from uname
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    59
UNAME_S := $(shell $(UNAME) -s)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    60
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    61
# Commands to run on paths to make mixed paths for java on windows
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    62
GETMIXEDPATH=$(ECHO)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    63
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    64
# Location of developer shared files
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    65
SLASH_JAVA = /java
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    66
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
    67
# Platform specific settings
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    68
ifeq ($(UNAME_S), SunOS)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    69
  OS_NAME     = solaris
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    70
  OS_ARCH    := $(shell $(UNAME) -p)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    71
  OS_VERSION := $(shell $(UNAME) -r)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    72
endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    73
ifeq ($(UNAME_S), Linux)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    74
  OS_NAME     = linux
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    75
  OS_ARCH    := $(shell $(UNAME) -m)
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
    76
  # Check for unknown arch, try uname -p if uname -m says unknown
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
    77
  ifeq ($(OS_ARCH),unknown)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
    78
    OS_ARCH    := $(shell $(UNAME) -p)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
    79
  endif
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
    80
  OS_VERSION := $(shell $(UNAME) -r)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
endif
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    82
ifeq ($(OS_NAME),)
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    83
  OS_NAME = windows
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    84
  # GNU Make or MKS overrides $(PROCESSOR_ARCHITECTURE) to always
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    85
  # return "x86". Use the first word of $(PROCESSOR_IDENTIFIER) instead.
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    86
  ifeq ($(PROCESSOR_IDENTIFIER),)
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    87
    PROC_ARCH:=$(shell $(UNAME) -m)
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    88
  else
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    89
    PROC_ARCH:=$(word 1, $(PROCESSOR_IDENTIFIER))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    90
  endif
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    91
  OS_ARCH:=$(PROC_ARCH)
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    92
  SLASH_JAVA = J:
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    93
  EXESUFFIX = .exe
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    94
  # These need to be different depending on MKS or CYGWIN
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    95
  ifeq ($(findstring cygdrive,$(shell ($(CD) C:/ && $(PWD)))), )
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    96
    GETMIXEDPATH  = dosname -s
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    97
    OS_VERSION   := $(shell $(UNAME) -r)
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    98
  else
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
    99
    GETMIXEDPATH  = cygpath -m -s
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   100
    OS_VERSION   := $(shell $(UNAME) -s | $(CUT) -d'-' -f2)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
  endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
endif
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   103
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   104
# Only want major and minor numbers from os version
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   105
OS_VERSION := $(shell $(ECHO) "$(OS_VERSION)" | $(CUT) -d'.' -f1,2)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   106
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   107
# Name to use for x86_64 arch (historically amd64, but should change someday)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   108
OS_ARCH_X64_NAME:=amd64
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   109
#OS_ARCH_X64_NAME:=x64
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   110
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   111
# Alternate arch names (in case this arch is known by a second name)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   112
#   PROBLEM_LISTS may use either name.
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   113
OS_ARCH2-amd64:=x64
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   114
#OS_ARCH2-x64:=amd64
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   115
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   116
# Try and use the arch names consistently
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   117
OS_ARCH:=$(patsubst x64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   118
OS_ARCH:=$(patsubst X64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   119
OS_ARCH:=$(patsubst AMD64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   120
OS_ARCH:=$(patsubst amd64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   121
OS_ARCH:=$(patsubst x86_64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   122
OS_ARCH:=$(patsubst 8664,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   123
OS_ARCH:=$(patsubst EM64T,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   124
OS_ARCH:=$(patsubst em64t,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   125
OS_ARCH:=$(patsubst intel64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   126
OS_ARCH:=$(patsubst Intel64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   127
OS_ARCH:=$(patsubst INTEL64,$(OS_ARCH_X64_NAME),$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   128
OS_ARCH:=$(patsubst IA64,ia64,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   129
OS_ARCH:=$(patsubst X86,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   130
OS_ARCH:=$(patsubst x86,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   131
OS_ARCH:=$(patsubst i386,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   132
OS_ARCH:=$(patsubst i486,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   133
OS_ARCH:=$(patsubst i686,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   134
OS_ARCH:=$(patsubst 386,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   135
OS_ARCH:=$(patsubst 486,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   136
OS_ARCH:=$(patsubst 586,i586,$(OS_ARCH))
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   137
OS_ARCH:=$(patsubst 686,i586,$(OS_ARCH))
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   138
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   139
# Default  ARCH_DATA_MODEL settings
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   140
ARCH_DATA_MODEL-i586 = 32
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   141
ARCH_DATA_MODEL-$(OS_ARCH_X64_NAME) = 64
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   142
ARCH_DATA_MODEL-ia64 = 64
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   143
ARCH_DATA_MODEL-sparc = 32
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   144
ARCH_DATA_MODEL-sparcv9 = 64
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   145
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   146
# If ARCH_DATA_MODEL is not defined, try and pick a reasonable default
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   147
ifndef ARCH_DATA_MODEL
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   148
  ARCH_DATA_MODEL:=$(ARCH_DATA_MODEL-$(OS_ARCH))
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   149
endif
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   150
ifndef ARCH_DATA_MODEL
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   151
  ARCH_DATA_MODEL=32
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   152
endif
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   153
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   154
# Platform directory name
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   155
PLATFORM_OS = $(OS_NAME)-$(OS_ARCH)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   156
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   157
# Check ARCH_DATA_MODEL, adjust OS_ARCH accordingly on solaris
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   158
ARCH_DATA_MODEL_ERROR= \
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   159
  ARCH_DATA_MODEL=$(ARCH_DATA_MODEL) cannot be used with $(PLATFORM_OS)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   160
ifeq ($(ARCH_DATA_MODEL),64)
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   161
  ifeq ($(PLATFORM_OS),solaris-i586)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   162
    OS_ARCH=$(OS_ARCH_X64_NAME)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   163
  endif
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   164
  ifeq ($(PLATFORM_OS),solaris-sparc)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   165
    OS_ARCH=sparcv9
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   166
  endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   167
  ifeq ($(OS_ARCH),i586)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   168
    x:=$(warning "WARNING: $(ARCH_DATA_MODEL_ERROR)")
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   169
  endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   170
  ifeq ($(OS_ARCH),sparc)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   171
    x:=$(warning "WARNING: $(ARCH_DATA_MODEL_ERROR)")
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   172
  endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   173
else
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   174
  ifeq ($(ARCH_DATA_MODEL),32)
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   175
    ifeq ($(OS_ARCH),$(OS_ARCH_X64_NAME))
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   176
      x:=$(warning "WARNING: $(ARCH_DATA_MODEL_ERROR)")
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   177
    endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   178
    ifeq ($(OS_ARCH),ia64)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   179
      x:=$(warning "WARNING: $(ARCH_DATA_MODEL_ERROR)")
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   180
    endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   181
    ifeq ($(OS_ARCH),sparcv9)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   182
      x:=$(warning "WARNING: $(ARCH_DATA_MODEL_ERROR)")
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   183
    endif
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
  else
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   185
    x:=$(warning "WARNING: $(ARCH_DATA_MODEL_ERROR)")
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   186
  endif
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   189
# Alternate OS_ARCH name (defaults to OS_ARCH)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   190
OS_ARCH2:=$(OS_ARCH2-$(OS_ARCH))
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   191
ifeq ($(OS_ARCH2),)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   192
  OS_ARCH2:=$(OS_ARCH)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   193
endif
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   194
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
# Root of this test area (important to use full paths in some places)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   196
TEST_ROOT := $(shell $(PWD))
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   198
# Root of all test results
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   199
ifdef ALT_OUTPUTDIR
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   200
  ABS_OUTPUTDIR = $(ALT_OUTPUTDIR)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   201
else
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   202
  ABS_OUTPUTDIR = $(TEST_ROOT)/../build/$(PLATFORM_OS)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   203
endif
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   204
ABS_PLATFORM_BUILD_ROOT = $(ABS_OUTPUTDIR)
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   205
ABS_TEST_OUTPUT_DIR := $(ABS_PLATFORM_BUILD_ROOT)/testoutput/$(UNIQUE_DIR)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   207
# Expect JPRT to set PRODUCT_HOME (the product or jdk in this case to test)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   208
ifndef PRODUCT_HOME
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   209
  # Try to use j2sdk-image if it exists
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   210
  ABS_JDK_IMAGE = $(ABS_PLATFORM_BUILD_ROOT)/j2sdk-image
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   211
  PRODUCT_HOME :=                       		\
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   212
    $(shell                             		\
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   213
      if [ -d $(ABS_JDK_IMAGE) ] ; then 		\
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   214
         $(ECHO) "$(ABS_JDK_IMAGE)";    		\
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   215
       else                             		\
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   216
         $(ECHO) "$(ABS_PLATFORM_BUILD_ROOT)";		\
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   217
       fi)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   218
  PRODUCT_HOME := $(PRODUCT_HOME)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   219
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   220
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   221
# Expect JPRT to set JPRT_PRODUCT_ARGS (e.g. -server etc.)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   222
#   Should be passed into 'java' only.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   223
#   Could include: -d64 -server -client OR any java option
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   224
ifdef JPRT_PRODUCT_ARGS
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   225
  JAVA_ARGS = $(JPRT_PRODUCT_ARGS)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   228
# Expect JPRT to set JPRT_PRODUCT_VM_ARGS (e.g. -Xcomp etc.)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   229
#   Should be passed into anything running the vm (java, javac, javadoc, ...).
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   230
ifdef JPRT_PRODUCT_VM_ARGS
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   231
  JAVA_VM_ARGS = $(JPRT_PRODUCT_VM_ARGS)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   232
endif
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   234
# Check JAVA_ARGS arguments based on ARCH_DATA_MODEL etc.
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   235
ifeq ($(OS_NAME),solaris)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   236
  D64_ERROR_MESSAGE=Mismatch between ARCH_DATA_MODEL=$(ARCH_DATA_MODEL) and use of -d64 in JAVA_ARGS=$(JAVA_ARGS)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   237
  ifeq ($(ARCH_DATA_MODEL),32)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   238
    ifneq ($(findstring -d64,$(JAVA_ARGS)),)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   239
      x:=$(warning "WARNING: $(D64_ERROR_MESSAGE)")
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   240
    endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   241
  endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   242
  ifeq ($(ARCH_DATA_MODEL),64)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   243
    ifeq ($(findstring -d64,$(JAVA_ARGS)),)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   244
      x:=$(warning "WARNING: $(D64_ERROR_MESSAGE)")
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   245
    endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   246
  endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   247
endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   248
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   249
# Macro to run make and set the shared library permissions
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   250
define SharedLibraryPermissions
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   251
$(MAKE) SHARED_LIBRARY_DIR=$1 UNIQUE_DIR=$@ shared_library_permissions
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5149
diff changeset
   252
endef
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5149
diff changeset
   253
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   254
# Expect JPRT to set JPRT_ARCHIVE_BUNDLE (path to zip bundle for results)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   255
ARCHIVE_BUNDLE = $(ABS_TEST_OUTPUT_DIR)/ARCHIVE_BUNDLE.zip
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   256
ifdef JPRT_ARCHIVE_BUNDLE
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   257
  ARCHIVE_BUNDLE = $(JPRT_ARCHIVE_BUNDLE)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   258
endif
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   260
# How to create the test bundle (pass or fail, we want to create this)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   261
#   Follow command with ";$(BUNDLE_UP_AND_EXIT)", so it always gets executed.
5600
8ca34998a6b3 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair
parents: 5149
diff changeset
   262
ZIP_UP_RESULTS = ( $(MKDIR) -p `$(DIRNAME) $(ARCHIVE_BUNDLE)`     \
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   263
	           && $(CD) $(ABS_TEST_OUTPUT_DIR)             \
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   264
	           && $(CHMOD) -R a+r . \
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   265
	           && $(ZIP) -q -r $(ARCHIVE_BUNDLE) . )
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   266
SUMMARY_TXT = $(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTreport/text/summary.txt
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   267
STATS_TXT_NAME = Stats.txt
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   268
STATS_TXT = $(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/$(STATS_TXT_NAME)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   269
RUNLIST   = $(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/runlist.txt
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   270
PASSLIST  = $(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/passlist.txt
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   271
FAILLIST  = $(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/faillist.txt
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   272
EXITCODE  = $(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/exitcode.txt
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   273
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   274
TESTEXIT = \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   275
  if [ ! -s $(EXITCODE) ] ; then \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   276
    $(ECHO) "ERROR: EXITCODE file not filled in."; \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   277
    $(ECHO) "1" > $(EXITCODE); \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   278
  fi ; \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   279
  testExitCode=`$(CAT) $(EXITCODE)`; \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   280
  $(ECHO) "EXIT CODE: $${testExitCode}"; \
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   281
  exit $${testExitCode}
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   282
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   283
BUNDLE_UP_AND_EXIT = \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   284
( \
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   285
  jtregExitCode=$$? && \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   286
  _summary="$(SUMMARY_TXT)"; \
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   287
  $(RM) -f $(STATS_TXT) $(RUNLIST) $(PASSLIST) $(FAILLIST) $(EXITCODE); \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   288
  $(ECHO) "$${jtregExitCode}" > $(EXITCODE); \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   289
  if [ -r "$${_summary}" ] ; then \
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   290
    $(ECHO) "Summary: $(UNIQUE_DIR)" > $(STATS_TXT); \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   291
    $(EXPAND) $${_summary} | $(EGREP) -v ' Not run\.' > $(RUNLIST); \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   292
    $(EGREP) ' Passed\.' $(RUNLIST) \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   293
      | $(EGREP) -v ' Error\.' \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   294
      | $(EGREP) -v ' Failed\.' > $(PASSLIST); \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   295
    ( $(EGREP) ' Failed\.' $(RUNLIST); \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   296
      $(EGREP) ' Error\.' $(RUNLIST); \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   297
      $(EGREP) -v ' Passed\.' $(RUNLIST) ) \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   298
      | $(SORT) | $(UNIQ) > $(FAILLIST); \
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   299
    if [ $${jtregExitCode} != 0 -o -s $(FAILLIST) ] ; then \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   300
      $(EXPAND) $(FAILLIST) \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   301
        | $(CUT) -d' ' -f1 \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   302
        | $(SED) -e 's@^@FAILED: @' >> $(STATS_TXT); \
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   303
      if [ $${jtregExitCode} = 0 ] ; then \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   304
        jtregExitCode=1; \
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   305
      fi; \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   306
    fi; \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   307
    runc="`$(CAT) $(RUNLIST)      | $(WC) -l | $(AWK) '{print $$1;}'`"; \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   308
    passc="`$(CAT) $(PASSLIST)    | $(WC) -l | $(AWK) '{print $$1;}'`"; \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   309
    failc="`$(CAT) $(FAILLIST)    | $(WC) -l | $(AWK) '{print $$1;}'`"; \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   310
    exclc="`$(CAT) $(EXCLUDELIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
5813
8e455cd3e807 6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents: 5627
diff changeset
   311
    $(ECHO) "TEST STATS: name=$(UNIQUE_DIR)  run=$${runc}  pass=$${passc}  fail=$${failc}  excluded=$${exclc}" \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   312
      >> $(STATS_TXT); \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   313
  else \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   314
    $(ECHO) "Missing file: $${_summary}" >> $(STATS_TXT); \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   315
  fi; \
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   316
  if [ -f $(STATS_TXT) ] ; then \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   317
    $(CAT) $(STATS_TXT); \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   318
  fi; \
4991
38f33163acce 6915983: testing problems, adjusting list of tests, needs some investigation
ohair
parents: 4517
diff changeset
   319
  $(ZIP_UP_RESULTS) ; \
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   320
  $(TESTEXIT) \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   321
)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   322
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   323
################################################################
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   325
# Default make rule (runs jtreg_tests)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   326
all: jtreg_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   327
	@$(ECHO) "Testing completed successfully"
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   329
# Prep for output
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   330
prep: clean
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   331
	@$(MKDIR) -p $(ABS_TEST_OUTPUT_DIR)
5813
8e455cd3e807 6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents: 5627
diff changeset
   332
	@$(MKDIR) -p `$(DIRNAME) $(ARCHIVE_BUNDLE)`
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
# Cleanup
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
clean:
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   336
	$(RM) -r $(ABS_TEST_OUTPUT_DIR)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   337
	$(RM) $(ARCHIVE_BUNDLE)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   338
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   339
################################################################
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   340
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   341
# jtreg tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   342
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   343
# Expect JT_HOME to be set for jtreg tests. (home for jtreg)
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   344
ifndef JT_HOME
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   345
  JT_HOME = $(SLASH_JAVA)/re/jtreg/4.1/promoted/latest/binaries/jtreg
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   346
  ifdef JPRT_JTREG_HOME
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   347
    JT_HOME = $(JPRT_JTREG_HOME)
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   348
  endif
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   349
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   350
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   351
# Expect JPRT to set TESTDIRS to the jtreg test dirs
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   352
ifndef TESTDIRS
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   353
  TESTDIRS = demo
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   354
endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   355
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   356
# Agentvm settings (default is false)
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   357
ifndef USE_JTREG_AGENTVM
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   358
  USE_JTREG_AGENTVM=false
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   359
endif
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   360
# With agentvm, you cannot use -javaoptions?
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   361
ifeq ($(USE_JTREG_AGENTVM),true)
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   362
  JTREG_AGENTVM_OPTION = -agentvm
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   363
  EXTRA_JTREG_OPTIONS += $(JTREG_AGENTVM_OPTION) $(JAVA_ARGS) $(JAVA_ARGS:%=-vmoption:%)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   364
  JTREG_TEST_OPTIONS = $(JAVA_VM_ARGS:%=-vmoption:%)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   365
else
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   366
  JTREG_TEST_OPTIONS = $(JAVA_ARGS:%=-javaoptions:%) $(JAVA_VM_ARGS:%=-vmoption:%)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   367
endif
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   368
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   369
ifdef CONCURRENCY
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   370
  EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY)
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   371
endif
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   372
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   373
# Some tests annoy me and fail frequently
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   374
PROBLEM_LIST=ProblemList.txt
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   375
PROBLEM_LISTS=$(PROBLEM_LIST) $(wildcard closed/$(PROBLEM_LIST))
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   376
EXCLUDELIST=$(ABS_TEST_OUTPUT_DIR)/excludelist.txt
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   377
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   378
# Create exclude list for this platform and arch
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   379
ifdef NO_EXCLUDES
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   380
$(EXCLUDELIST): $(PROBLEM_LISTS) $(TEST_DEPENDENCIES)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   381
	@$(ECHO) "NOTHING_EXCLUDED" > $@
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   382
else
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   383
$(EXCLUDELIST): $(PROBLEM_LISTS) $(TEST_DEPENDENCIES)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   384
	@$(RM) $@ $@.temp1 $@.temp2
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   385
	@(($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-all'          ) ;\
5813
8e455cd3e807 6962617: Testcase changes, cleanup of problem list for jdk_tools targets
ohair
parents: 5627
diff changeset
   386
	  ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(PLATFORM_OS)'          ) ;\
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   387
	  ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-$(OS_ARCH2)'  ) ;\
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   388
	  ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-$(OS_VERSION)') ;\
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   389
	  ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- 'generic-$(OS_ARCH)'      ) ;\
5149
efce9634bfc0 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair
parents: 4991
diff changeset
   390
	  ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- 'generic-$(OS_ARCH2)'     ) ;\
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   391
          ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- 'generic-all'             ) ;\
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   392
          ($(ECHO) "#") ;\
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   393
        ) | $(SED) -e 's@^[\ ]*@@' \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   394
          | $(EGREP) -v '^#' > $@.temp1
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   395
	for tdir in $(TESTDIRS) SOLARIS_10_SH_BUG_NO_EMPTY_FORS ; do \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   396
          ( ( $(CAT) $@.temp1 | $(EGREP) "^$${tdir}" ) ; $(ECHO) "#" ) >> $@.temp2 ; \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   397
        done
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   398
	@$(ECHO) "# at least one line" >> $@.temp2
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   399
	@( $(EGREP) -v '^#' $@.temp2 ; true ) > $@
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   400
	@$(ECHO) "Excluding list contains `$(EXPAND) $@ | $(WC) -l` items"
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   401
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   402
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   403
# Select list of directories that exist
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   404
define TestDirs
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   405
$(foreach i,$1,$(wildcard ${i})) $(foreach i,$1,$(wildcard closed/${i}))
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   406
endef
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   407
# Running batches of tests with or without agentvm
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   408
define RunAgentvmBatch
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   409
$(ECHO) "Running tests in agentvm mode: $?"
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   410
$(MAKE) TEST_DEPENDENCIES="$?" TESTDIRS="$?" USE_JTREG_AGENTVM=true  UNIQUE_DIR=$@ jtreg_tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   411
endef
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   412
define RunOthervmBatch
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   413
$(ECHO) "Running tests in othervm mode: $?"
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   414
$(MAKE) TEST_DEPENDENCIES="$?" TESTDIRS="$?" USE_JTREG_AGENTVM=false UNIQUE_DIR=$@ jtreg_tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   415
endef
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   416
define SummaryInfo
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   417
$(ECHO) "########################################################"
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   418
$(CAT) $(?:%=$(ABS_TEST_OUTPUT_DIR)/%/$(STATS_TXT_NAME))
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   419
$(ECHO) "########################################################"
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   420
endef
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   421
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   422
# ------------------------------------------------------------------
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   423
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   424
# Batches of tests (somewhat arbitrary assigments to jdk_* targets)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   425
JDK_ALL_TARGETS =
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   426
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   427
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   428
#   Using agentvm has problems, and doesn't help performance as much as others.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   429
JDK_ALL_TARGETS += jdk_awt
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   430
jdk_awt: $(call TestDirs, com/sun/awt java/awt sun/awt \
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   431
         javax/imageio javax/print sun/pisces)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   432
	$(call RunOthervmBatch)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   433
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   434
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   435
JDK_ALL_TARGETS += jdk_beans1
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   436
jdk_beans1: $(call TestDirs, \
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   437
            java/beans/beancontext java/beans/PropertyChangeSupport \
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   438
            java/beans/Introspector java/beans/Performance \
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   439
            java/beans/VetoableChangeSupport java/beans/Statement)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   440
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   441
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   442
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   443
#   Using agentvm has serious problems with these tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   444
JDK_ALL_TARGETS += jdk_beans2
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   445
jdk_beans2: $(call TestDirs, \
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   446
            java/beans/Beans java/beans/EventHandler java/beans/XMLDecoder \
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   447
            java/beans/PropertyEditor)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   448
	$(call RunOthervmBatch)
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   449
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   450
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   451
#   Using agentvm has serious problems with these tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   452
JDK_ALL_TARGETS += jdk_beans3
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   453
jdk_beans3: $(call TestDirs, java/beans/XMLEncoder)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   454
	$(call RunOthervmBatch)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   455
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   456
# All beans tests
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   457
jdk_beans: jdk_beans1 jdk_beans2 jdk_beans3
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   458
	@$(SummaryInfo)
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   459
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   460
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   461
JDK_ALL_TARGETS += jdk_io
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   462
jdk_io: $(call TestDirs, java/io)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   463
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   464
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   465
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   466
JDK_ALL_TARGETS += jdk_lang
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   467
jdk_lang: $(call TestDirs, java/lang)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   468
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   469
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   470
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   471
#   Using agentvm has serious problems with these tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   472
JDK_ALL_TARGETS += jdk_management1
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   473
jdk_management1: $(call TestDirs, javax/management)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   474
	$(call RunOthervmBatch)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   475
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   476
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   477
#   Using agentvm has serious problems with these tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   478
JDK_ALL_TARGETS += jdk_management2
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   479
jdk_management2: $(call TestDirs, com/sun/jmx com/sun/management sun/management)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   480
	$(call RunOthervmBatch)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   481
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   482
# All management tests
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   483
jdk_management: jdk_management1 jdk_management2
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   484
	@$(SummaryInfo)
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   485
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   486
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   487
JDK_ALL_TARGETS += jdk_math
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   488
jdk_math: $(call TestDirs, java/math)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   489
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   490
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   491
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   492
JDK_ALL_TARGETS += jdk_misc
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   493
jdk_misc: $(call TestDirs, \
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   494
          demo/jvmti demo/zipfs javax/naming javax/script \
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   495
          javax/smartcardio com/sun/jndi com/sun/xml sun/misc)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   496
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   497
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   498
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   499
JDK_ALL_TARGETS += jdk_net
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   500
jdk_net: $(call TestDirs, com/sun/net java/net sun/net)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   501
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   502
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   503
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   504
JDK_ALL_TARGETS += jdk_nio1
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   505
jdk_nio1: $(call TestDirs, java/nio/file)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   506
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   507
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   508
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   509
JDK_ALL_TARGETS += jdk_nio2
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   510
jdk_nio2: $(call TestDirs, java/nio/Buffer java/nio/ByteOrder \
9013
eedac0b9f552 7024172: Move BufferPoolMXBean and PlatformLoggingMXBean java.lang.management
mchung
parents: 8992
diff changeset
   511
          java/nio/channels java/nio/MappedByteBuffer)
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   512
	$(call SharedLibraryPermissions,java/nio/channels)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   513
	$(call RunAgentvmBatch)
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   514
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   515
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   516
JDK_ALL_TARGETS += jdk_nio3
10064
9f56d9f43ec1 7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
chegar
parents: 10061
diff changeset
   517
jdk_nio3: $(call TestDirs, sun/nio)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   518
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   519
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   520
# All nio tests
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   521
jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   522
	@$(SummaryInfo)
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   523
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   524
# Stable agentvm testruns (minus items from PROBLEM_LIST)
10064
9f56d9f43ec1 7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
chegar
parents: 10061
diff changeset
   525
jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   526
	$(call RunAgentvmBatch)
10064
9f56d9f43ec1 7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
chegar
parents: 10061
diff changeset
   527
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   528
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   529
#   Using agentvm has serious problems with these tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   530
JDK_ALL_TARGETS += jdk_rmi
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   531
jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   532
	$(call RunOthervmBatch)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   533
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   534
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   535
JDK_ALL_TARGETS += jdk_security1
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   536
jdk_security1: $(call TestDirs, java/security)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   537
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   538
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   539
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   540
JDK_ALL_TARGETS += jdk_security2
10416
61d6ccadbfa2 7083576: add javax/xml/crypto into jdk_security2
weijun
parents: 10328
diff changeset
   541
jdk_security2: $(call TestDirs, javax/crypto javax/xml/crypto com/sun/crypto)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   542
	$(call RunAgentvmBatch)
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   543
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   544
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   545
JDK_ALL_TARGETS += jdk_security3
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   546
jdk_security3: $(call TestDirs, com/sun/security lib/security javax/security \
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   547
        sun/security com/sun/org/apache/xml/internal/security)
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   548
	$(call SharedLibraryPermissions,sun/security)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   549
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   550
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   551
# All security tests
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   552
jdk_security: jdk_security1 jdk_security2 jdk_security3
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   553
	@$(SummaryInfo)
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   554
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   555
# Stable agentvm testruns (minus items from PROBLEM_LIST)
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   556
JDK_ALL_TARGETS += jdk_sound
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   557
jdk_sound: $(call TestDirs, javax/sound)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   558
	$(call RunAgentvmBatch)
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   559
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   560
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   561
#   Using agentvm has problems, and doesn't help performance as much as others.
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   562
JDK_ALL_TARGETS += jdk_swing
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   563
jdk_swing: $(call TestDirs, javax/swing sun/java2d \
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   564
           demo/jfc com/sun/java/swing)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   565
	$(call RunOthervmBatch)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   566
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   567
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   568
JDK_ALL_TARGETS += jdk_text
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   569
jdk_text: $(call TestDirs, java/text sun/text)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   570
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   571
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   572
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   573
JDK_ALL_TARGETS += jdk_tools1
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   574
jdk_tools1: $(call TestDirs, com/sun/jdi)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   575
	$(call RunAgentvmBatch)
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   576
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   577
# Stable othervm testruns (minus items from PROBLEM_LIST)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   578
#   Using agentvm has serious problems with these tests
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   579
JDK_ALL_TARGETS += jdk_tools2
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   580
jdk_tools2: $(call TestDirs, \
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   581
            com/sun/tools sun/jvmstat sun/tools tools vm \
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   582
            com/sun/servicetag com/sun/tracing)
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   583
	$(call SharedLibraryPermissions,tools/launcher)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   584
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   585
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   586
# All tools tests
4329
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   587
jdk_tools: jdk_tools1 jdk_tools2
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   588
	@$(SummaryInfo)
850b656a411e 6902666: Include closed tests in the test/Makefile jdk_* targets
ohair
parents: 4187
diff changeset
   589
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   590
# Stable agentvm testruns (minus items from PROBLEM_LIST)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   591
JDK_ALL_TARGETS += jdk_util
8769
728aa3db9869 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security
ramap
parents: 5970
diff changeset
   592
jdk_util: $(call TestDirs, java/util sun/util)
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   593
	$(call RunAgentvmBatch)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   594
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   595
# ------------------------------------------------------------------
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   596
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   597
# Run all tests
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   598
FILTER_OUT_LIST=jdk_awt jdk_rmi jdk_swing
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   599
JDK_ALL_STABLE_TARGETS := $(filter-out $(FILTER_OUT_LIST), $(JDK_ALL_TARGETS))
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   600
jdk_all: $(JDK_ALL_STABLE_TARGETS)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   601
	@$(SummaryInfo)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   602
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   603
# These are all phony targets
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   604
PHONY_LIST += $(JDK_ALL_TARGETS)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   605
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   606
# ------------------------------------------------------------------
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   607
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   608
# Default JTREG to run (win32 script works for everybody)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   609
JTREG = $(JT_HOME)/win32/bin/jtreg
10607
1ba66093449c 7092627: use agentvm mode instead of samevm in regtests
weijun
parents: 10435
diff changeset
   610
# Add any extra options (agentvm etc.)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   611
JTREG_BASIC_OPTIONS += $(EXTRA_JTREG_OPTIONS)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   612
# Only run automatic tests
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   613
JTREG_BASIC_OPTIONS += -a
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   614
# Always turn on assertions
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   615
JTREG_ASSERT_OPTION = -ea -esa
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   616
JTREG_BASIC_OPTIONS += $(JTREG_ASSERT_OPTION)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   617
# Report details on all failed or error tests, times too
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   618
JTREG_BASIC_OPTIONS += -v:fail,error,time
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   619
# Retain all files for failing tests
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   620
JTREG_BASIC_OPTIONS += -retain:fail,error
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   621
# Ignore tests are not run and completely silent about it
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   622
JTREG_IGNORE_OPTION = -ignore:quiet
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   623
JTREG_BASIC_OPTIONS += $(JTREG_IGNORE_OPTION)
4514
7758bdd54629 6906210: Fix another minor typo in test/Makefile
ohair
parents: 4342
diff changeset
   624
# Multiple by 4 the timeout numbers
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   625
JTREG_TIMEOUT_OPTION =  -timeoutFactor:4
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   626
JTREG_BASIC_OPTIONS += $(JTREG_TIMEOUT_OPTION)
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   627
# Boost the max memory for jtreg to avoid gc thrashing
4517
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   628
JTREG_MEMORY_OPTION = -J-Xmx512m
48e5b69c7e27 6909373: Add -ea to the testing done by jdk/test/Makefile
ohair
parents: 4514
diff changeset
   629
JTREG_BASIC_OPTIONS += $(JTREG_MEMORY_OPTION)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   630
4187
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   631
# Make sure jtreg exists
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   632
$(JTREG): $(JT_HOME)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   633
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   634
# Run jtreg
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   635
jtreg_tests: prep $(PRODUCT_HOME) $(JTREG) $(EXCLUDELIST)
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   636
	@$(EXPAND) $(EXCLUDELIST) \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   637
            | $(CUT) -d' ' -f1 \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   638
            | $(SED) -e 's@^@Excluding: @'
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   639
	(                                                                    \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   640
	  ( JT_HOME=$(shell $(GETMIXEDPATH) "$(JT_HOME)");                   \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   641
            export JT_HOME;                                                  \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   642
            $(shell $(GETMIXEDPATH) "$(JTREG)")                              \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   643
              $(JTREG_BASIC_OPTIONS)                                         \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   644
              -r:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTreport  \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   645
              -w:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTwork    \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   646
              -jdk:$(shell $(GETMIXEDPATH) "$(PRODUCT_HOME)")                \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   647
              -exclude:$(shell $(GETMIXEDPATH) "$(EXCLUDELIST)")             \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   648
              $(JTREG_TEST_OPTIONS)                                          \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   649
              $(TESTDIRS)                                                    \
d7111a88f0ec 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents: 2945
diff changeset
   650
	  ) ; $(BUNDLE_UP_AND_EXIT)                                          \
4342
9f3aa1172803 6905705: Fix broken exit code values in jdk/test/Makefile
ohair
parents: 4335
diff changeset
   651
	) 2>&1 | $(TEE) $(ABS_TEST_OUTPUT_DIR)/output.txt ; $(TESTEXIT)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   652
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   653
# Rule that may change execute permissions on shared library files.
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   654
#  Files in repositories should never have execute permissions, but there
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   655
#  are some tests that have pre-built shared libraries, and these windows
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   656
#  dll files must have execute permission. Adding execute permission
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   657
#  may happen automatically on windows when using certain versions of mercurial
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   658
#  but it cannot be guaranteed. And blindly adding execute permission might
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   659
#  be seen as a mercurial 'change', so we avoid adding execute permission to
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   660
#  repository files. But testing from a plain source tree needs the chmod a+rx.
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   661
#  Used on select directories and applying the chmod to all shared libraries
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   662
#  not just dll files. On windows, this may not work with MKS if the files
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   663
#  were installed with CYGWIN unzip or untar (MKS chmod may not do anything).
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   664
#  And with CYGWIN and sshd service, you may need CYGWIN=ntsec for this to work.
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   665
#
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   666
shared_library_permissions: $(SHARED_LIBRARY_DIR)
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   667
	if [ ! -d $(TEST_ROOT)/../.hg ] ; then                          \
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   668
	  $(FIND) $< \( -name \*.dll -o -name \*.DLL -o -name \*.so \)  \
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   669
	        -exec $(CHMOD) a+rx {} \; ;                             \
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   670
        fi
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   671
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   672
PHONY_LIST += jtreg_tests shared_library_permissions
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   673
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   674
################################################################
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   675
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   676
# packtest
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   677
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   678
# Expect JPRT to set JPRT_PACKTEST_HOME.
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   679
PACKTEST_HOME = /net/jprt-web.sfbay.sun.com/jprt/allproducts/packtest
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   680
ifdef JPRT_PACKTEST_HOME
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   681
  PACKTEST_HOME = $(JPRT_PACKTEST_HOME)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   682
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   683
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   684
packtest: prep $(PACKTEST_HOME)/ptest $(PRODUCT_HOME)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   685
	( $(CD) $(PACKTEST_HOME) &&            \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   686
	    $(PACKTEST_HOME)/ptest             \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   687
		 -t "$(PRODUCT_HOME)"          \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   688
	         $(PACKTEST_STRESS_OPTION)     \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   689
		 $(EXTRA_PACKTEST_OPTIONS)     \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   690
		 -W $(ABS_TEST_OUTPUT_DIR)     \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   691
                 $(JAVA_ARGS:%=-J %)           \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   692
                 $(JAVA_VM_ARGS:%=-J %)        \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   693
	 ) ; $(BUNDLE_UP_AND_EXIT)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   694
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   695
packtest_stress: PACKTEST_STRESS_OPTION=-s
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   696
packtest_stress: packtest
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   697
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   698
PHONY_LIST += packtest packtest_stress
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   699
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   700
################################################################
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   701
9013
eedac0b9f552 7024172: Move BufferPoolMXBean and PlatformLoggingMXBean java.lang.management
mchung
parents: 8992
diff changeset
   702
# perftest to collect statistics
2930
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   703
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   704
# Expect JPRT to set JPRT_PACKTEST_HOME.
5611
b4ef86f105ec 6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
ohair
parents: 5600
diff changeset
   705
PERFTEST_HOME = $(TEST_ROOT)/perf
2930
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   706
ifdef JPRT_PERFTEST_HOME
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   707
  PERFTEST_HOME = $(JPRT_PERFTEST_HOME)
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   708
endif
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   709
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   710
perftest: ( $(PERFTEST_HOME)/perftest          \
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   711
                 -t $(shell $(GETMIXEDPATH) "$(PRODUCT_HOME)")               \
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   712
                 -w $(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)") \
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   713
                 -h $(PERFTEST_HOME) \
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   714
	 ) ; $(BUNDLE_UP_AND_EXIT)
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   715
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   716
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   717
PHONY_LIST += perftest
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   718
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   719
################################################################
58a6440b92dc 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
mchung
parents: 2400
diff changeset
   720
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   721
# vmsqe tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   722
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   723
# Expect JPRT to set JPRT_VMSQE_HOME.
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   724
VMSQE_HOME = $(SLASH_JAVA)/sqe/comp/vm/testbase/sqe/vm/current/build/latest/vm
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   725
ifdef JPRT_VMSQE_HOME
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   726
  VMSQE_HOME = $(JPRT_VMSQE_HOME)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   727
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   728
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   729
# Expect JPRT to set JPRT_RUNVMSQE_HOME.
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   730
RUNVMSQE_HOME = /net/jprt-web.sfbay.sun.com/jprt/allproducts/runvmsqe
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   731
ifdef JPRT_RUNVMSQE_HOME
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   732
  RUNVMSQE_HOME = $(JPRT_RUNVMSQE_HOME)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   733
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   734
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   735
# Expect JPRT to set JPRT_TONGA3_HOME.
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   736
TONGA3_HOME = $(SLASH_JAVA)/sqe/tools/gtee/harness/tonga
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   737
ifdef JPRT_TONGA3_HOME
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   738
  TONGA3_HOME = $(JPRT_TONGA3_HOME)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   739
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   740
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   741
RUNVMSQE_BIN = $(RUNVMSQE_HOME)/bin/runvmsqe
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   742
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   743
vmsqe_tests: prep $(VMSQE_HOME)/vm $(TONGA3_HOME) $(RUNVMSQE_BIN) $(PRODUCT_HOME)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   744
	$(RM) -r $(ABS_TEST_OUTPUT_DIR)/vmsqe
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   745
	( $(CD) $(ABS_TEST_OUTPUT_DIR) &&          \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   746
	    $(RUNVMSQE_BIN)                        \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   747
		 -jdk "$(PRODUCT_HOME)"            \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   748
		 -o "$(ABS_TEST_OUTPUT_DIR)/vmsqe" \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   749
		 -testbase "$(VMSQE_HOME)/vm"      \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   750
		 -tonga "$(TONGA3_HOME)"           \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   751
		 -tongajdk "$(ALT_BOOTDIR)"        \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   752
                 $(JAVA_ARGS)                      \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   753
                 $(JAVA_VM_ARGS)                   \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   754
	         $(RUNVMSQE_TEST_OPTION)           \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   755
		 $(EXTRA_RUNVMSQE_OPTIONS)         \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   756
	 ) ; $(BUNDLE_UP_AND_EXIT)
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   757
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   758
vmsqe_jdwp: RUNVMSQE_TEST_OPTION=-jdwp
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   759
vmsqe_jdwp: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   760
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   761
vmsqe_jdi: RUNVMSQE_TEST_OPTION=-jdi
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   762
vmsqe_jdi: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   763
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   764
vmsqe_jdb: RUNVMSQE_TEST_OPTION=-jdb
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   765
vmsqe_jdb: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   766
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   767
vmsqe_quick-jdi: RUNVMSQE_TEST_OPTION=-quick-jdi
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   768
vmsqe_quick-jdi: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   769
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   770
vmsqe_sajdi: RUNVMSQE_TEST_OPTION=-sajdi
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   771
vmsqe_sajdi: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   772
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   773
vmsqe_jvmti: RUNVMSQE_TEST_OPTION=-jvmti
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   774
vmsqe_jvmti: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   775
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   776
vmsqe_hprof: RUNVMSQE_TEST_OPTION=-hprof
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   777
vmsqe_hprof: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   778
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   779
vmsqe_monitoring: RUNVMSQE_TEST_OPTION=-monitoring
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   780
vmsqe_monitoring: vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   781
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   782
PHONY_LIST += vmsqe_jdwp vmsqe_jdi vmsqe_jdb vmsqe_quick-jdi vmsqe_sajdi \
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   783
              vmsqe_jvmti vmsqe_hprof vmsqe_monitoring vmsqe_tests
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   784
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   785
################################################################
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   786
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   787
# jck tests
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   789
# Default is to use jck 7 from /java/re
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   790
JCK7_DEFAULT_HOME = $(SLASH_JAVA)/re/jck/7/promoted/latest/binaries
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   791
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   792
# Expect JPRT to set JPRT_JCK7COMPILER_HOME.
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   793
JCK7COMPILER_HOME = $(JCK7_DEFAULT_HOME)/JCK-compiler-7
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   794
ifdef JPRT_JCK7COMPILER_HOME
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   795
  JCK7COMPILER_HOME = $(JPRT_JCK7COMPILER_HOME)/JCK-compiler-7
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   796
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   797
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   798
# Expect JPRT to set JPRT_JCK7RUNTIME_HOME.
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   799
JCK7RUNTIME_HOME = $(JCK7_DEFAULT_HOME)/JCK-runtime-7
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   800
ifdef JPRT_JCK7RUNTIME_HOME
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   801
  JCK7RUNTIME_HOME = $(JPRT_JCK7RUNTIME_HOME)/JCK-runtime-7
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   802
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   803
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   804
# Expect JPRT to set JPRT_JCK7DEVTOOLS_HOME.
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   805
JCK7DEVTOOLS_HOME = $(JCK7_DEFAULT_HOME)/JCK-devtools-7
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   806
ifdef JPRT_JCK7DEVTOOLS_HOME
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   807
  JCK7DEVTOOLS_HOME = $(JPRT_JCK7DEVTOOLS_HOME)/JCK-devtools-7
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   808
endif
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   809
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   810
# The jtjck.jar utility to use to run the tests
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   811
JTJCK_JAR = $(JCK_HOME)/lib/jtjck.jar
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   812
JTJCK_JAVA_ARGS =  -XX:MaxPermSize=256m -Xmx512m
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   813
JTJCK_OPTIONS = -headless -v
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   814
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   815
# Default tests to run
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   816
ifndef JCK_COMPILER_TESTS
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   817
  JCK_COMPILER_TESTS =
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   818
endif
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   819
ifndef JCK_RUNTIME_TESTS
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   820
  JCK_RUNTIME_TESTS  =
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   821
endif
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   822
ifndef JCK_DEVTOOLS_TESTS
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   823
  JCK_DEVTOOLS_TESTS =
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   824
endif
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   825
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   826
# Generic rule used to run jck tests
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   827
_generic_jck_tests: prep $(PRODUCT_HOME) $(EXCLUDELIST)
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   828
	@$(EXPAND) $(EXCLUDELIST) \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   829
            | $(CUT) -d' ' -f1 \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   830
            | $(SED) -e 's@^@Excluding: @'
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   831
	( $(CD) $(ABS_TEST_OUTPUT_DIR) &&          			   \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   832
	  $(PRODUCT_HOME)/bin/java $(JTJCK_JAVA_ARGS) 			   \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   833
	    -jar "$(JTJCK_JAR)" 					   \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   834
	    $(JTJCK_OPTIONS) 						   \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   835
            -r:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTreport  \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   836
            -w:$(shell $(GETMIXEDPATH) "$(ABS_TEST_OUTPUT_DIR)")/JTwork    \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   837
            -jdk:$(shell $(GETMIXEDPATH) "$(PRODUCT_HOME)")                \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   838
	    $(TESTDIRS) 						   \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   839
        ) ; $(BUNDLE_UP_AND_EXIT)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   840
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   841
# JCK7 compiler tests
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   842
jck7compiler:
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   843
	$(MAKE) UNIQUE_DIR=$@ \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   844
	        JCK_HOME=$(JCK7COMPILER_HOME) \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   845
	        TESTDIRS="$(JCK_COMPILER_TESTS)" \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   846
                _generic_jck_tests
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   847
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   848
# JCK7 runtime tests
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   849
jck7runtime:
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   850
	$(MAKE) UNIQUE_DIR=$@ \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   851
	        JCK_HOME=$(JCK7RUNTIME_HOME) \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   852
	        TESTDIRS="$(JCK_RUNTIME_TESTS)" \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   853
                _generic_jck_tests
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   854
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   855
# JCK7 devtools tests
10435
e9df9d264894 7087428: move client tests out of jdk_misc
weijun
parents: 10416
diff changeset
   856
jck7devtools:
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   857
	$(MAKE) UNIQUE_DIR=$@ \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   858
	        JCK_HOME=$(JCK7DEVTOOLS_HOME) \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   859
                TESTDIRS="$(JCK_DEVTOOLS_TESTS)" \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   860
                _generic_jck_tests
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   861
8992
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   862
# Run all 3 sets of JCK7 tests
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   863
jck_all: jck7runtime jck7devtools jck7compiler
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   864
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   865
PHONY_LIST += jck_all _generic_jck_tests \
6a3062c1416f 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 8769
diff changeset
   866
	      jck7compiler jck7runtime jck7devtools
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   867
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   868
################################################################
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
# Phony targets (e.g. these are not filenames)
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   871
.PHONY: all clean prep $(PHONY_LIST)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
2400
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   873
################################################################
0d7007d99b0f 6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
ohair
parents: 2
diff changeset
   874