8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u jdk8u232-b02

Thu, 25 Apr 2019 14:02:51 +0200

author
sgehwolf
date
Thu, 25 Apr 2019 14:02:51 +0200
changeset 9726
c963a2881865
parent 9725
34799214056c
child 9727
c7a3e57fdf4a

8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u
Reviewed-by: adinn, shade, andrew

test/Makefile file | annotate | diff | comparison | revisions
test/TEST.groups file | annotate | diff | comparison | revisions
     1.1 --- a/test/Makefile	Tue May 21 09:08:01 2019 +0200
     1.2 +++ b/test/Makefile	Thu Apr 25 14:02:51 2019 +0200
     1.3 @@ -119,11 +119,11 @@
     1.4  
     1.5  # Root of all test results
     1.6  ifdef ALT_OUTPUTDIR
     1.7 -  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)/$(PLATFORM)-$(ARCH)
     1.8 +  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)
     1.9  else
    1.10    ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
    1.11  endif
    1.12 -ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput
    1.13 +ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput/$(UNIQUE_DIR)
    1.14  
    1.15  # Expect JPRT to set PRODUCT_HOME (the product or jdk in this case to test)
    1.16  ifndef PRODUCT_HOME
    1.17 @@ -267,7 +267,7 @@
    1.18  # Only run automatic tests
    1.19  JTREG_BASIC_OPTIONS += -a
    1.20  # Report details on all failed or error tests, times too
    1.21 -JTREG_BASIC_OPTIONS += -v:fail,error,time
    1.22 +JTREG_BASIC_OPTIONS += -v:fail,error,summary
    1.23  # Retain all files for failing tests
    1.24  JTREG_BASIC_OPTIONS += -retain:fail,error
    1.25  # Ignore tests are not run and completely silent about it
     2.1 --- a/test/TEST.groups	Tue May 21 09:08:01 2019 +0200
     2.2 +++ b/test/TEST.groups	Thu Apr 25 14:02:51 2019 +0200
     2.3 @@ -124,7 +124,6 @@
     2.4   -:needs_jre \
     2.5   -:needs_jdk
     2.6  
     2.7 -
     2.8  # When called from top level the test suites use the hotspot_ prefix
     2.9  hotspot_wbapitest = \
    2.10    sanity/
    2.11 @@ -147,6 +146,11 @@
    2.12    :hotspot_gc \
    2.13    :hotspot_runtime \
    2.14    :hotspot_serviceability
    2.15 +
    2.16 +# Right now tier1 runs all hotspot tests
    2.17 +hotspot_tier1 = \
    2.18 +  :jdk
    2.19 +
    2.20  # Tests that require compact3 API's
    2.21  #
    2.22  needs_compact3 = \

mercurial