# HG changeset patch # User rbackman # Date 1487940496 -3600 # Node ID ebfe616a604bb98267d3710f57fd4ed7b4be64ce # Parent ad578adff5dfc962c5cc3a9b73b6345d1859f8ee 8175815: Quarantine AOT tests on windows Reviewed-by: thartmann diff -r ad578adff5df -r ebfe616a604b hotspot/test/ProblemList.txt --- a/hotspot/test/ProblemList.txt Thu Feb 23 15:59:14 2017 -0500 +++ b/hotspot/test/ProblemList.txt Fri Feb 24 13:48:16 2017 +0100 @@ -49,6 +49,64 @@ compiler/types/correctness/CorrectnessTest.java 8066173 generic-all compiler/types/correctness/OffTest.java 8066173 generic-all +# aot tests intermittently failing in jprt 8175791 + +compiler/aot/RecompilationTest.java 8175791 windows-all +compiler/aot/SharedUsageTest.java 8175791 windows-all +compiler/aot/cli/MultipleAOTLibraryTest.java 8175791 windows-all +compiler/aot/cli/DisabledAOTWithLibraryTest.java 8175791 windows-all +compiler/aot/cli/SingleAOTLibraryTest.java 8175791 windows-all +compiler/aot/cli/NonExistingAOTLibraryTest.java 8175791 windows-all +compiler/aot/cli/SingleAOTOptionTest.java 8175791 windows-all +compiler/aot/cli/jaotc/ClasspathOptionTest.java 8175791 windows-all +compiler/aot/cli/jaotc/ListOptionTest.java 8175791 windows-all +compiler/aot/cli/jaotc/CompileModuleTest.java 8175791 windows-all +compiler/aot/cli/jaotc/CompileClassTest.java 8175791 windows-all +compiler/aot/cli/jaotc/CompileJarTest.java 8175791 windows-all +compiler/aot/cli/jaotc/ListOptionWrongFileTest.java 8175791 windows-all +compiler/aot/cli/jaotc/CompileDirectoryTest.java 8175791 windows-all +compiler/aot/cli/jaotc/ClasspathOptionUnknownClassTest.java 8175791 windows-all +compiler/aot/cli/jaotc/ListOptionNotExistingTest.java 8175791 windows-all +compiler/aot/cli/IncorrectAOTLibraryTest.java 8175791 windows-all +compiler/aot/verification/vmflags/TrackedFlagTest.java 8175791 windows-all +compiler/aot/verification/vmflags/NotTrackedFlagTest.java 8175791 windows-all +compiler/aot/verification/ClassAndLibraryNotMatchTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeInterface2InterpretedTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeVirtual2AotTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeVirtual2NativeTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeStatic2CompiledTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeStatic2AotTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeSpecial2NativeTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeVirtual2CompiledTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeSpecial2InterpretedTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeSpecial2CompiledTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeVirtual2InterpretedTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeStatic2InterpretedTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeInterface2CompiledTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeInterface2AotTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeSpecial2AotTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeInterface2NativeTest.java 8175791 windows-all +compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java 8175791 windows-all +compiler/aot/calls/fromNative/NativeInvokeVirtual2AotTest.java 8175791 windows-all +compiler/aot/calls/fromNative/NativeInvokeStatic2AotTest.java 8175791 windows-all +compiler/aot/calls/fromNative/NativeInvokeSpecial2AotTest.java 8175791 windows-all +compiler/aot/calls/fromInterpreted/InterpretedInvokeDynamic2AotTest.java 8175791 windows-all +compiler/aot/calls/fromInterpreted/InterpretedInvokeSpecial2AotTest.java 8175791 windows-all +compiler/aot/calls/fromInterpreted/InterpretedInvokeStatic2AotTest.java 8175791 windows-all +compiler/aot/calls/fromInterpreted/InterpretedInvokeInterface2AotTest.java 8175791 windows-all +compiler/aot/calls/fromInterpreted/InterpretedInvokeVirtual2AotTest.java 8175791 windows-all +compiler/aot/calls/fromCompiled/CompiledInvokeStatic2AotTest.java 8175791 windows-all +compiler/aot/calls/fromCompiled/CompiledInvokeInterface2AotTest.java 8175791 windows-all +compiler/aot/calls/fromCompiled/CompiledInvokeSpecial2AotTest.java 8175791 windows-all +compiler/aot/calls/fromCompiled/CompiledInvokeVirtual2AotTest.java 8175791 windows-all +compiler/aot/calls/fromCompiled/CompiledInvokeDynamic2AotTest.java 8175791 windows-all +compiler/aot/DeoptimizationTest.java 8175791 windows-all + + ############################################################################# # :hotspot_gc