< prev index next >

test/hotspot/jtreg/ProblemList.txt

Print this page
rev 48466 : [mq]: 8194824-add-testgclockerwithparallel-to-problemlist
   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 #


  51 compiler/tiered/LevelTransitionTest.java 8067651 generic-all
  52 compiler/types/correctness/CorrectnessTest.java 8066173 generic-all
  53 compiler/types/correctness/OffTest.java 8066173 generic-all
  54 compiler/c2/Test8007294.java 8192992 generic-all
  55 
  56 # aot test intermittently failing in jprt 8175791
  57 compiler/aot/DeoptimizationTest.java 8175791 windows-all
  58 
  59 applications/ctw/modules/java_desktop.java 8189604 windows-all
  60 applications/ctw/modules/jdk_jconsole.java 8189604 windows-all
  61 
  62 #############################################################################
  63 
  64 # :hotspot_gc
  65 
  66 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
  67 gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
  68 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
  69 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
  70 gc/g1/TestVerifyGCType.java 8193067 generic-all

  71 gc/stress/gclocker/TestGCLockerWithG1.java 8179226 generic-all
  72 gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all
  73 
  74 #############################################################################
  75 
  76 # :hotspot_runtime
  77 
  78 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
  79 # This test is disabled since it will stress NMT and timeout during normal testing
  80 runtime/NMT/MallocStressTest.java 8166548 generic-all
  81 runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
  82 
  83 #############################################################################
  84 
  85 # :hotspot_serviceability
  86 
  87 serviceability/jdwp/AllModulesCommandTest.java 8170541 generic-all
  88 serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
  89 serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java 8173936 generic-all
  90 serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all
   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 #


  51 compiler/tiered/LevelTransitionTest.java 8067651 generic-all
  52 compiler/types/correctness/CorrectnessTest.java 8066173 generic-all
  53 compiler/types/correctness/OffTest.java 8066173 generic-all
  54 compiler/c2/Test8007294.java 8192992 generic-all
  55 
  56 # aot test intermittently failing in jprt 8175791
  57 compiler/aot/DeoptimizationTest.java 8175791 windows-all
  58 
  59 applications/ctw/modules/java_desktop.java 8189604 windows-all
  60 applications/ctw/modules/jdk_jconsole.java 8189604 windows-all
  61 
  62 #############################################################################
  63 
  64 # :hotspot_gc
  65 
  66 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
  67 gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
  68 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
  69 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
  70 gc/g1/TestVerifyGCType.java 8193067 generic-all
  71 gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all
  72 gc/stress/gclocker/TestGCLockerWithG1.java 8179226 generic-all
  73 gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all
  74 
  75 #############################################################################
  76 
  77 # :hotspot_runtime
  78 
  79 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
  80 # This test is disabled since it will stress NMT and timeout during normal testing
  81 runtime/NMT/MallocStressTest.java 8166548 generic-all
  82 runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
  83 
  84 #############################################################################
  85 
  86 # :hotspot_serviceability
  87 
  88 serviceability/jdwp/AllModulesCommandTest.java 8170541 generic-all
  89 serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
  90 serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java 8173936 generic-all
  91 serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all
< prev index next >