8204250: Problem list pkcs11 tests on windows
Reviewed-by: wetmore
# Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.## This code is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License version 2 only, as# published by the Free Software Foundation.## This code is distributed in the hope that it will be useful, but WITHOUT# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License# version 2 for more details (a copy is included in the LICENSE file that# accompanied this code).## You should have received a copy of the GNU General Public License version# 2 along with this work; if not, write to the Free Software Foundation,# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.## Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA# or visit www.oracle.com if you need additional information or have any# questions.################################################################################## Tiered testing definitions## When adding tests to tier1, make sure they end up in one of the tier1_partX groupstier1 = \ :tier1_part1 \ :tier1_part2 \ :tier1_part3tier1_part1 = \ :jdk_langtier1_part2 = \ :jdk_util \ -java/util/Arrays/TimSortStackSize2.javatier1_part3 = \ :build_sanity \ :jdk_math \ :jdk_svc_sanity \ java/nio/Buffer \ com/sun/crypto/provider/Cipher \ sun/nio/cs/ISO8859x.java \ tools/pack200# When adding tests to tier2, make sure they end up in one of the tier2_partX groupstier2 = \ :tier2_part1 \ :tier2_part2 \ :tier2_part3# com/sun/crypto/provider/Cipher is in tier1 because of JDK-8132855tier2_part1 = \ :jdk_security \ -com/sun/crypto/provider/Cipher# sun/nio/cs/ISO8859x.java and java/nio/Buffer are in tier1 because of JDK-8132854tier2_part2 = \ :core_tools \ -tools/pack200 \ :jdk_io \ :jdk_nio \ -java/nio/Buffer \ -sun/nio/cs/ISO8859x.java \ :jdk_other \ :jdk_text \ :jdk_time \ java/util/Arrays/TimSortStackSize2.javatier2_part3 = \ :jdk_nettier3 = \ :jdk_rmi \ :jdk_beans \ :jdk_imageio \ :jdk_sound \ :jdk_client_sanity################################################################################# Other test definitions; generally smaller granularity than tiers## Build source checkingbuild_sanity = \ sanity/releaseFile# java.lang package and VM runtime supportjdk_lang = \ java/lang \ -java/lang/management \ -java/lang/instrument \ sun/invoke \ sun/misc \ sun/reflect \ jdk/internal/reflect \ jdk/lambda \ jdk/internal/loader \ jdk/internal/misc \ jdk/internal/ref \ jdk/internal/jimage \ jdk/internal/math \ jdk/modules \ vm# All of the java.util packagejdk_util = \ :jdk_util_other \ :jdk_collections \ :jdk_concurrent \ :jdk_stream# All util components not part of some other util categoryjdk_util_other = \ java/util \ sun/util \ -:jdk_collections \ -:jdk_concurrent \ -:jdk_stream# All collections, core and concurrentjdk_collections = \ :jdk_collections_core \ :jdk_concurrent# java.util.concurrent# Includes concurrent collections plus other stuff# Maintained by JSR-166 EG (Doug Lea et al)jdk_concurrent = \ java/util/concurrent# Java Collections Framework core classesjdk_collections_core = \ java/util/AbstractCollection \ java/util/AbstractList \ java/util/AbstractMap \ java/util/AbstractSequentialList \ java/util/ArrayList \ java/util/Arrays \ java/util/BitSet \ java/util/Collection \ java/util/Collections \ java/util/Comparator \ java/util/Deque \ java/util/EnumMap \ java/util/EnumSet \ java/util/HashMap \ java/util/HashSet \ java/util/Hashtable \ java/util/IdentityHashMap \ java/util/Iterator \ java/util/LinkedHashMap \ java/util/LinkedHashSet \ java/util/LinkedList \ java/util/List \ java/util/Map \ java/util/NavigableMap \ java/util/PriorityQueue \ java/util/TimSort \ java/util/TreeMap \ java/util/Vector \ java/util/WeakHashMap# java.util.stream (JSR-335)jdk_stream = \ java/util/Optional \ java/util/function \ java/util/streamjdk_math = \ java/mathjdk_io = \ java/iojdk_nio = \ java/nio \ sun/nio \ jdk/niojdk_net = \ java/net \ com/sun/net/httpserver \ sun/net \ jdk/netjdk_time = \ java/timejdk_rmi = \ java/rmi \ sun/rmijdk_security1 = \ java/securityjdk_security2 = \ javax/crypto \ javax/xml/crypto \ com/oracle/security/ucrypto \ com/sun/cryptojdk_security3 = \ javax/security \ -javax/security/auth/kerberos \ com/sun/jarsigner \ com/sun/security \ -com/sun/security/jgss \ com/sun/org/apache/xml/internal/security \ jdk/security \ sun/security \ -sun/security/krb5 \ -sun/security/jgss \ javax/net \ com/sun/net/ssl \ lib/securityjdk_security4 = \ com/sun/security/jgss \ javax/security/auth/kerberos \ sun/security/krb5 \ sun/security/jgssjdk_security = \ :jdk_security1 \ :jdk_security2 \ :jdk_security3 \ :jdk_security4jdk_security_infra = \ security/infra/java/security/cert/CertPathValidator/certificationjdk_text = \ java/text \ sun/textjdk_management = \ java/lang/management \ com/sun/management \ sun/management \ jdk/internal/agentjdk_instrument = \ java/lang/instrumentjdk_jmx = \ javax/management \ com/sun/jmxjdk_jdi = \ com/sun/jdijdk_native_sanity = \ native_sanity# java launcher specific tests, Note: do not include this group into any groups# that potentially could be included into a jprt test rule, as the complementary# closed group includes awt SplashScreen and these tests may not run# satisfactorily on all platforms and profiles thus this group must always# be a stand-alone groupjdk_launcher = \ tools/launcher \ sun/tools## Tool (and tool API) tests are split into core and svc groups#core_tools = \ tools \ jdk/internal/jrtfs \ sun/tools/java \ sun/tools/jrunscriptsvc_tools = \ com/sun/tools/attach \ sun/tools \ -sun/tools/java \ -sun/tools/jrunscript \ sun/jvmstatjdk_tools = \ :core_tools \ :svc_toolsjdk_jfr = \ jdk/jfr## Catch-all for other areas with a small number of tests#jdk_other = \ java/sql \ javax/sql \ javax/transaction \ javax/rmi \ javax/naming \ javax/script \ javax/smartcardio \ javax/xml \ -javax/xml/crypto \ jdk/internal/jline \ com/sun/jndi \ lib/testlibrary## SCTP is its own group as it is highly sensitive to kernel/network config#jdk_sctp = \ com/sun/nio/sctp## core group to run all core area tests#jdk_core = \ :jdk_lang \ :jdk_util \ :jdk_math \ :jdk_io \ :jdk_nio \ :jdk_net \ :jdk_rmi \ :jdk_time \ :jdk_security \ :jdk_text \ :core_tools \ :jdk_other## svc group to run all serviceability area tests#jdk_svc = \ :jdk_management \ :jdk_instrument \ :jdk_jmx \ :jdk_jdi \ :jdk_jfr \ :svc_tools############################### Client area groups#jdk_awt = \ java/awt \ com/sun/awt \ com/apple/eawt \ com/apple/laf \ sun/awt \ sun/appletjdk_2d = \ javax/print \ sun/java2djdk_beans = \ java/beansjdk_swing = \ javax/accessibility \ javax/swing \ com/sun/java/swingjdk_sound = \ javax/soundjdk_imageio = \ javax/imageiojfc_demo = \ demo/jfcjdk_desktop = \ :jdk_awt \ :jdk_2d \ :jdk_beans \ :jdk_swing \ :jdk_sound \ :jdk_imageio \ :jfc_demo# SwingSet3 tests.jdk_client_sanity = \ sanity/client/SwingSet# This test group represents a subset of tests which are expected to# exercise most of the most commonly used code in Swing applications.# New failures in this area may be a problem.jdk_swing_core = \ :jdk_client_sanity \ javax/swing# The most commonly used printing APIs are included here along with swing core.jdk_desktop_core = \ :jdk_swing_core \ java/awt/print################################################################################# Serviceability sanity groups## These groups specify a subset of Serviceability tests that are supposed to# guard against breakage of Serviceability features by other component teams.# They are added to the "hotspot" testset in JPRT so that they will run on all# full-forest pushes through JPRT.#jdk_svc_sanity = \ :jdk_management_sanity \ :jdk_instrument_sanity \ :jdk_jmx_sanity \ :jdk_jdi_sanity \ :jdk_jfr_sanity \ :svc_tools_sanityjdk_management_sanity =jdk_instrument_sanity =jdk_jmx_sanity =jdk_jdi_sanity = \ com/sun/jdi/AcceptTimeout.java \ com/sun/jdi/AccessSpecifierTest.java \ com/sun/jdi/AfterThreadDeathTest.java \ com/sun/jdi/ArrayRangeTest.java \ com/sun/jdi/ConstantPoolInfo.java \ com/sun/jdi/CountFilterTest.java \ com/sun/jdi/EarlyReturnNegativeTest.java \ com/sun/jdi/EarlyReturnTest.java \ com/sun/jdi/FieldWatchpoints.java \ com/sun/jdi/FramesTest.java \ com/sun/jdi/InstanceFilter.java \ com/sun/jdi/InterfaceMethodsTest.java \ com/sun/jdi/InvokeTest.java \ com/sun/jdi/LocalVariableEqual.java \ com/sun/jdi/LocationTest.java \ com/sun/jdi/ModificationWatchpoints.java \ com/sun/jdi/MonitorEventTest.java \ com/sun/jdi/MonitorFrameInfo.java \ com/sun/jdi/NullThreadGroupNameTest.java \ com/sun/jdi/PopAndStepTest.java \ com/sun/jdi/PopAsynchronousTest.java \ com/sun/jdi/ProcessAttachTest.java \ com/sun/jdi/ReferrersTest.java \ com/sun/jdi/RequestReflectionTest.java \ com/sun/jdi/ResumeOneThreadTest.java \ com/sun/jdi/RunToExit.java \ com/sun/jdi/SourceNameFilterTest.java \ com/sun/jdi/VarargsTest.java \ com/sun/jdi/Vars.java \ com/sun/jdi/redefineMethod/RedefineTest.java \ com/sun/jdi/sde/MangleTest.java \ com/sun/jdi/sde/TemperatureTableTest.javajdk_jfr_sanity = \ jdk/jfr/api/recording/event/TestLoadEventAfterStart.java \ jdk/jfr/api/recording/state/TestState.java \ jdk/jfr/event/os/TestCPULoad.java \ jdk/jfr/event/compiler/TestAllocInNewTLAB.java \ jdk/jfr/jcmd/TestJcmdStartStopDefault.java \ jdk/jfr/event/io/TestFileStreamEvents.java \ jdk/jfr/event/compiler/TestCompilerCompile.java \ jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java \ jdk/jfr/event/runtime/TestClassLoadEvent.java \ jdk/jfr/event/runtime/TestJavaBlockedEvent.java \ jdk/jfr/event/gc/collection/TestGCWithFasttime.java \ jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.javasvc_tools_sanity =############################### Stable test groups#jdk_stable = \ :jdk_core \ :jdk_svc \ :jdk_beans \ :jdk_imageio \ :jdk_sound \ :jdk_sctp \ javax/accessibility \ com/sun/java/swing \ com/sun/awtneeds_g1gc = \ jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java \ jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java \ jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java \ jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java \ jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java \ jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java \ jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java \ jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java \ jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java \ jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java \ jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java \ jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java \ jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java \ jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java