1 #
   2 # Copyright (c) 2016, 2017, 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/codecache/stress/OverloadCompileQueueTest.java 8166554 generic-all
  44 compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8140405 generic-all
  45 compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java 8158860 generic-all
  46 compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all
  47 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java 8180324 generic-all
  48 compiler/startup/SmallCodeCacheStartup.java 8134286 generic-all
  49 compiler/tiered/LevelTransitionTest.java 8067651 generic-all
  50 compiler/types/correctness/CorrectnessTest.java 8066173 generic-all
  51 compiler/types/correctness/OffTest.java 8066173 generic-all
  52 
  53 # aot test intermittently failing in jprt 8175791
  54 compiler/aot/DeoptimizationTest.java 8175791 windows-all
  55 
  56 # aot missing tools (linker) on OS-X and Windows 8183337
  57 compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java 8183337 windows-all,macosx-all
  58 compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java 8183337 windows-all,macosx-all
  59 compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java 8183337 windows-all,macosx-all
  60 compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java 8183337 windows-all,macosx-all
  61 compiler/aot/calls/fromAot/AotInvokeInterface2AotTest.java 8183337 windows-all,macosx-all
  62 compiler/aot/calls/fromAot/AotInvokeInterface2CompiledTest.java 8183337 windows-all,macosx-all
  63 compiler/aot/calls/fromAot/AotInvokeInterface2InterpretedTest.java 8183337 windows-all,macosx-all
  64 compiler/aot/calls/fromAot/AotInvokeInterface2NativeTest.java 8183337 windows-all,macosx-all
  65 compiler/aot/calls/fromAot/AotInvokeSpecial2AotTest.java 8183337 windows-all,macosx-all
  66 compiler/aot/calls/fromAot/AotInvokeSpecial2CompiledTest.java 8183337 windows-all,macosx-all
  67 compiler/aot/calls/fromAot/AotInvokeSpecial2InterpretedTest.java 8183337 windows-all,macosx-all
  68 compiler/aot/calls/fromAot/AotInvokeSpecial2NativeTest.java 8183337 windows-all,macosx-all
  69 compiler/aot/calls/fromAot/AotInvokeStatic2AotTest.java 8183337 windows-all,macosx-all
  70 compiler/aot/calls/fromAot/AotInvokeStatic2CompiledTest.java 8183337 windows-all,macosx-all
  71 compiler/aot/calls/fromAot/AotInvokeStatic2InterpretedTest.java 8183337 windows-all,macosx-all
  72 compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java 8183337 windows-all,macosx-all
  73 compiler/aot/calls/fromAot/AotInvokeVirtual2AotTest.java 8183337 windows-all,macosx-all
  74 compiler/aot/calls/fromAot/AotInvokeVirtual2CompiledTest.java 8183337 windows-all,macosx-all
  75 compiler/aot/calls/fromAot/AotInvokeVirtual2InterpretedTest.java 8183337 windows-all,macosx-all
  76 compiler/aot/calls/fromAot/AotInvokeVirtual2NativeTest.java 8183337 windows-all,macosx-all
  77 compiler/aot/calls/fromCompiled/CompiledInvokeDynamic2AotTest.java 8183337 windows-all,macosx-all
  78 compiler/aot/calls/fromCompiled/CompiledInvokeInterface2AotTest.java 8183337 windows-all,macosx-all
  79 compiler/aot/calls/fromCompiled/CompiledInvokeSpecial2AotTest.java 8183337 windows-all,macosx-all
  80 compiler/aot/calls/fromCompiled/CompiledInvokeStatic2AotTest.java 8183337 windows-all,macosx-all
  81 compiler/aot/calls/fromCompiled/CompiledInvokeVirtual2AotTest.java 8183337 windows-all,macosx-all
  82 compiler/aot/calls/fromInterpreted/InterpretedInvokeDynamic2AotTest.java 8183337 windows-all,macosx-all
  83 compiler/aot/calls/fromInterpreted/InterpretedInvokeInterface2AotTest.java 8183337 windows-all,macosx-all
  84 compiler/aot/calls/fromInterpreted/InterpretedInvokeSpecial2AotTest.java 8183337 windows-all,macosx-all
  85 compiler/aot/calls/fromInterpreted/InterpretedInvokeStatic2AotTest.java 8183337 windows-all,macosx-all
  86 compiler/aot/calls/fromInterpreted/InterpretedInvokeVirtual2AotTest.java 8183337 windows-all,macosx-all
  87 compiler/aot/calls/fromNative/NativeInvokeSpecial2AotTest.java 8183337 windows-all,macosx-all
  88 compiler/aot/calls/fromNative/NativeInvokeStatic2AotTest.java 8183337 windows-all,macosx-all
  89 compiler/aot/calls/fromNative/NativeInvokeVirtual2AotTest.java 8183337 windows-all,macosx-all
  90 compiler/aot/cli/DisabledAOTWithLibraryTest.java 8183337 windows-all,macosx-all
  91 compiler/aot/cli/IncorrectAOTLibraryTest.java 8183337 windows-all,macosx-all
  92 compiler/aot/cli/jaotc/ClasspathOptionUnknownClassTest.java 8183337 windows-all,macosx-all
  93 compiler/aot/cli/jaotc/CompileClassTest.java 8183337 windows-all,macosx-all
  94 compiler/aot/cli/jaotc/CompileDirectoryTest.java 8183337 windows-all,macosx-all
  95 compiler/aot/cli/jaotc/CompileJarTest.java 8183337 windows-all,macosx-all
  96 compiler/aot/cli/jaotc/CompileModuleTest.java 8183337 windows-all,macosx-all
  97 compiler/aot/cli/jaotc/ListOptionNotExistingTest.java 8183337 windows-all,macosx-all
  98 compiler/aot/cli/jaotc/ListOptionTest.java 8183337 windows-all,macosx-all
  99 compiler/aot/cli/jaotc/ListOptionWrongFileTest.java 8183337 windows-all,macosx-all
 100 compiler/aot/cli/MultipleAOTLibraryTest.java 8183337 windows-all,macosx-all
 101 compiler/aot/cli/NonExistingAOTLibraryTest.java 8183337 windows-all,macosx-all
 102 compiler/aot/cli/SingleAOTLibraryTest.java 8183337 windows-all,macosx-all
 103 compiler/aot/cli/SingleAOTOptionTest.java 8183337 windows-all,macosx-all
 104 compiler/aot/DeoptimizationTest.java 8183337 windows-all,macosx-all
 105 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/ClassSearchTest.java 8183337 windows-all,macosx-all
 106 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/ClassSourceTest.java 8183337 windows-all,macosx-all
 107 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/directory/DirectorySourceProviderTest.java 8183337 windows-all,macosx-all
 108 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/jar/JarSourceProviderTest.java 8183337 windows-all,macosx-all
 109 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest.java 8183337 windows-all,macosx-all
 110 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/SearchPathTest.java 8183337 windows-all,macosx-all
 111 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/NativeOrderOutputStreamTest.java 8183337 windows-all,macosx-all
 112 compiler/aot/RecompilationTest.java 8183337 windows-all,macosx-all
 113 compiler/aot/SharedUsageTest.java 8183337 windows-all,macosx-all
 114 compiler/aot/verification/ClassAndLibraryNotMatchTest.java 8183337 windows-all,macosx-all
 115 compiler/aot/verification/vmflags/NotTrackedFlagTest.java 8183337 windows-all,macosx-all
 116 compiler/aot/verification/vmflags/TrackedFlagTest.java 8183337 windows-all,macosx-all
 117 
 118 #############################################################################
 119 
 120 # :hotspot_gc
 121 
 122 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
 123 gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
 124 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
 125 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
 126 
 127 #############################################################################
 128 
 129 # :hotspot_runtime
 130 
 131 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
 132 # This test is disabled since it will stress NMT and timeout during normal testing
 133 runtime/NMT/MallocStressTest.java 8166548 generic-all
 134 runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
 135 
 136 #############################################################################
 137 
 138 # :hotspot_serviceability
 139 
 140 serviceability/jdwp/AllModulesCommandTest.java 8170541 generic-all
 141 serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
 142 serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java 8173936 generic-all
 143 
 144 #############################################################################
 145 
 146 # :hotspot_misc
 147 
 148 #############################################################################
 149