1 #
   2 # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 #############################################################################
  25 #
  26 # List of quarantined tests -- tests that should not be run by default, because
  27 # they may fail due to known reason. The reason (CR#) must be mandatory specified.
  28 #
  29 # List items are testnames followed by labels, all MUST BE commented
  30 #   as to why they are here and use a label:
  31 #     generic-all   Problems on all platforms
  32 #     generic-ARCH  Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
  33 #     OSNAME-all    Where OSNAME is one of: solaris, linux, windows, macosx, aix
  34 #     OSNAME-ARCH   Specific on to one OSNAME and ARCH, e.g. solaris-amd64
  35 #     OSNAME-REV    Specific on to one OSNAME and REV, e.g. solaris-5.8
  36 #
  37 # More than one label is allowed but must be on the same line.
  38 #
  39 #############################################################################
  40 
  41 # :hotspot_compiler
  42 
  43 compiler/ciReplay/TestSAServer.java 8029528 generic-all
  44 compiler/codecache/stress/OverloadCompileQueueTest.java 8166554 generic-all
  45 compiler/codegen/Test6896617.java 8193479 generic-all
  46 compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8140405 generic-all
  47 compiler/jvmci/compilerToVM/GetExceptionTableTest.java 8200135 generic-all
  48 compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java 8158860 generic-all
  49 compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all
  50 compiler/tiered/LevelTransitionTest.java 8067651 generic-all
  51 compiler/types/correctness/CorrectnessTest.java 8066173 generic-all
  52 compiler/types/correctness/OffTest.java 8066173 generic-all
  53 compiler/c2/Test8007294.java 8192992 generic-all
  54 
  55 applications/ctw/modules/java_desktop.java 8189604 windows-all
  56 applications/ctw/modules/jdk_jconsole.java 8189604 windows-all
  57 
  58 #############################################################################
  59 
  60 # :hotspot_gc
  61 
  62 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
  63 gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
  64 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
  65 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
  66 gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all
  67 gc/stress/gclocker/TestGCLockerWithG1.java 8180622 generic-all
  68 gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all
  69 gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all
  70 
  71 #############################################################################
  72 
  73 # :hotspot_runtime
  74 
  75 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
  76 runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
  77 
  78 #############################################################################
  79 
  80 # :hotspot_serviceability
  81 
  82 serviceability/sa/TestRevPtrsForInvokeDynamic.java   8191270 generic-all
  83 serviceability/sa/sadebugd/SADebugDTest.java         8163805 generic-all
  84 
  85 #############################################################################
  86 
  87 # :hotspot_misc
  88 
  89 #############################################################################
  90 
  91 ###########################################################################
  92 #
  93 # Java EE Module Removal
  94 #
  95 
  96 runtime/appcds/jigsaw/classpathtests/ClassPathTests.java                       8194310    generic-all  Java EE Module Removal
  97 runtime/appcds/jigsaw/overridetests/OverrideTests.java                         8194310    generic-all  Java EE Module Removal
  98 runtime/SharedArchiveFile/BootAppendTests.java                                 8194310    generic-all  Java EE Module Removal
  99 runtime/modules/PatchModule/PatchModuleClassList.java                          8194310    generic-all  Java EE Module Removal
 100 compiler/c2/Test8007294.java                                                   8194310    generic-all  Java EE Module Removal
 101 compiler/c2/Test6852078.java                                                   8194310    generic-all  Java EE Module Removal
 102 runtime/AppCDS/HelloExtTest.java                                               8194310    generic-all  Java EE Module Removal
 103 runtime/AppCDS/javaldr/CheckAnonymousClass.java                                8194310    generic-all  Java EE Module Removal
 104 runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java          8194310    generic-all  Java EE Module Removal