hotspot/test/ProblemList.txt
changeset 46352 4ece6d1f3f76
parent 44238 a81138486a91
parent 46339 b80e814907b1
child 46355 59b467358297
equal deleted inserted replaced
44469:900705f4b1f3 46352:4ece6d1f3f76
    47 compiler/startup/SmallCodeCacheStartup.java 8134286 generic-all
    47 compiler/startup/SmallCodeCacheStartup.java 8134286 generic-all
    48 compiler/tiered/LevelTransitionTest.java 8067651 generic-all
    48 compiler/tiered/LevelTransitionTest.java 8067651 generic-all
    49 compiler/types/correctness/CorrectnessTest.java 8066173 generic-all
    49 compiler/types/correctness/CorrectnessTest.java 8066173 generic-all
    50 compiler/types/correctness/OffTest.java 8066173 generic-all
    50 compiler/types/correctness/OffTest.java 8066173 generic-all
    51 
    51 
       
    52 # aot tests intermittently failing in jprt 8175791
       
    53 
       
    54 compiler/aot/RecompilationTest.java 8175791 windows-all
       
    55 compiler/aot/SharedUsageTest.java 8175791 windows-all
       
    56 compiler/aot/cli/MultipleAOTLibraryTest.java 8175791 windows-all
       
    57 compiler/aot/cli/DisabledAOTWithLibraryTest.java 8175791 windows-all
       
    58 compiler/aot/cli/SingleAOTLibraryTest.java 8175791 windows-all
       
    59 compiler/aot/cli/NonExistingAOTLibraryTest.java 8175791 windows-all
       
    60 compiler/aot/cli/SingleAOTOptionTest.java 8175791 windows-all
       
    61 compiler/aot/cli/jaotc/ClasspathOptionTest.java 8175791 windows-all
       
    62 compiler/aot/cli/jaotc/ListOptionTest.java 8175791 windows-all
       
    63 compiler/aot/cli/jaotc/CompileModuleTest.java 8175791 windows-all
       
    64 compiler/aot/cli/jaotc/CompileClassTest.java 8175791 windows-all
       
    65 compiler/aot/cli/jaotc/CompileJarTest.java 8175791 windows-all
       
    66 compiler/aot/cli/jaotc/ListOptionWrongFileTest.java 8175791 windows-all
       
    67 compiler/aot/cli/jaotc/CompileDirectoryTest.java 8175791 windows-all
       
    68 compiler/aot/cli/jaotc/ClasspathOptionUnknownClassTest.java 8175791 windows-all
       
    69 compiler/aot/cli/jaotc/ListOptionNotExistingTest.java 8175791 windows-all
       
    70 compiler/aot/cli/IncorrectAOTLibraryTest.java 8175791 windows-all
       
    71 compiler/aot/verification/vmflags/TrackedFlagTest.java 8175791 windows-all
       
    72 compiler/aot/verification/vmflags/NotTrackedFlagTest.java 8175791 windows-all
       
    73 compiler/aot/verification/ClassAndLibraryNotMatchTest.java 8175791 windows-all
       
    74 compiler/aot/calls/fromAot/AotInvokeInterface2InterpretedTest.java 8175791 windows-all
       
    75 compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java 8175791 windows-all
       
    76 compiler/aot/calls/fromAot/AotInvokeVirtual2AotTest.java 8175791 windows-all
       
    77 compiler/aot/calls/fromAot/AotInvokeVirtual2NativeTest.java 8175791 windows-all
       
    78 compiler/aot/calls/fromAot/AotInvokeStatic2CompiledTest.java 8175791 windows-all
       
    79 compiler/aot/calls/fromAot/AotInvokeStatic2AotTest.java 8175791 windows-all
       
    80 compiler/aot/calls/fromAot/AotInvokeSpecial2NativeTest.java 8175791 windows-all
       
    81 compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java 8175791 windows-all
       
    82 compiler/aot/calls/fromAot/AotInvokeVirtual2CompiledTest.java 8175791 windows-all
       
    83 compiler/aot/calls/fromAot/AotInvokeSpecial2InterpretedTest.java 8175791 windows-all
       
    84 compiler/aot/calls/fromAot/AotInvokeSpecial2CompiledTest.java 8175791 windows-all
       
    85 compiler/aot/calls/fromAot/AotInvokeVirtual2InterpretedTest.java 8175791 windows-all
       
    86 compiler/aot/calls/fromAot/AotInvokeStatic2InterpretedTest.java 8175791 windows-all
       
    87 compiler/aot/calls/fromAot/AotInvokeInterface2CompiledTest.java 8175791 windows-all
       
    88 compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java 8175791 windows-all
       
    89 compiler/aot/calls/fromAot/AotInvokeInterface2AotTest.java 8175791 windows-all
       
    90 compiler/aot/calls/fromAot/AotInvokeSpecial2AotTest.java 8175791 windows-all
       
    91 compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java 8175791 windows-all
       
    92 compiler/aot/calls/fromAot/AotInvokeInterface2NativeTest.java 8175791 windows-all
       
    93 compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java 8175791 windows-all
       
    94 compiler/aot/calls/fromNative/NativeInvokeVirtual2AotTest.java 8175791 windows-all
       
    95 compiler/aot/calls/fromNative/NativeInvokeStatic2AotTest.java 8175791 windows-all
       
    96 compiler/aot/calls/fromNative/NativeInvokeSpecial2AotTest.java 8175791 windows-all
       
    97 compiler/aot/calls/fromInterpreted/InterpretedInvokeDynamic2AotTest.java 8175791 windows-all
       
    98 compiler/aot/calls/fromInterpreted/InterpretedInvokeSpecial2AotTest.java 8175791 windows-all
       
    99 compiler/aot/calls/fromInterpreted/InterpretedInvokeStatic2AotTest.java 8175791 windows-all
       
   100 compiler/aot/calls/fromInterpreted/InterpretedInvokeInterface2AotTest.java 8175791 windows-all
       
   101 compiler/aot/calls/fromInterpreted/InterpretedInvokeVirtual2AotTest.java 8175791 windows-all
       
   102 compiler/aot/calls/fromCompiled/CompiledInvokeStatic2AotTest.java 8175791 windows-all
       
   103 compiler/aot/calls/fromCompiled/CompiledInvokeInterface2AotTest.java 8175791 windows-all
       
   104 compiler/aot/calls/fromCompiled/CompiledInvokeSpecial2AotTest.java 8175791 windows-all
       
   105 compiler/aot/calls/fromCompiled/CompiledInvokeVirtual2AotTest.java 8175791 windows-all
       
   106 compiler/aot/calls/fromCompiled/CompiledInvokeDynamic2AotTest.java 8175791 windows-all
       
   107 compiler/aot/DeoptimizationTest.java 8175791 windows-all
       
   108 
       
   109 # aot tests failing due to JDK-8177069
       
   110 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/ClassSourceTest.java 8177069 windows-all
       
   111 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/SearchPathTest.java 8177069 windows-all
       
   112 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/jar/JarSourceProviderTest.java 8177069 windows-all
       
   113 compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/module/ModuleSourceProviderTest.java 8177069 windows-all
       
   114 
    52 #############################################################################
   115 #############################################################################
    53 
   116 
    54 # :hotspot_gc
   117 # :hotspot_gc
    55 
   118 
    56 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
   119 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all