1 #  Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
   2 #  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3 #
   4 #  This code is free software; you can redistribute it and/or modify it
   5 #  under the terms of the GNU General Public License version 2 only, as
   6 #  published by the Free Software Foundation.
   7 #
   8 #  This code is distributed in the hope that it will be useful, but WITHOUT
   9 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  11 #  version 2 for more details (a copy is included in the LICENSE file that
  12 #  accompanied this code).
  13 #
  14 #  You should have received a copy of the GNU General Public License version
  15 #  2 along with this work; if not, write to the Free Software Foundation,
  16 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 #
  18 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 #  or visit www.oracle.com if you need additional information or have any
  20 #  questions.
  21 #
  22 
  23 ###############################################################################
  24 #
  25 # Tiered testing definitions
  26 #
  27 
  28 tier1 = \
  29     :jdk_lang \
  30     -java/lang/ProcessHandle/TreeTest.java \
  31     :jdk_util \
  32     -java/util/WeakHashMap/GCDuringIteration.java \
  33     -java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java \
  34     -java/util/concurrent/forkjoin/FJExceptionTableLeak.java \
  35     sun/nio/cs/ISO8859x.java \
  36     java/nio/Buffer \
  37     com/sun/crypto/provider/Cipher \
  38     :jdk_math
  39 
  40 tier2 = \
  41     java/lang/ProcessHandle/TreeTest.java \
  42     java/util/WeakHashMap/GCDuringIteration.java \
  43     java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java \
  44     java/util/concurrent/forkjoin/FJExceptionTableLeak.java \
  45     :jdk_io \
  46     :jdk_nio \
  47     -sun/nio/cs/ISO8859x.java \
  48     -java/nio/Buffer \
  49     :jdk_net \
  50     :jdk_time \
  51     :jdk_security \
  52     -com/sun/crypto/provider/Cipher \
  53     :jdk_text \
  54     :core_tools \
  55     :jdk_other
  56 
  57 tier3 = \
  58     :jdk_rmi \
  59     :jdk_beans \
  60     :jdk_imageio \
  61     :jdk_sound
  62 
  63 ###############################################################################
  64 #
  65 # Other test definitions; generally smaller granularity than tiers
  66 #
  67 
  68 # java.lang package and VM runtime support
  69 jdk_lang = \
  70     java/lang \
  71     -java/lang/management \
  72     -java/lang/instrument \
  73     sun/invoke \
  74     sun/misc \
  75     sun/reflect \
  76     jdk/lambda \
  77     jdk/internal/misc \
  78     jdk/internal/ref \
  79     vm
  80 
  81 # All of the java.util package
  82 jdk_util = \
  83     :jdk_util_other \
  84     :jdk_collections \
  85     :jdk_concurrent \
  86     :jdk_stream
  87 
  88 # All util components not part of some other util category
  89 jdk_util_other = \
  90     java/util \
  91     sun/util \
  92     -:jdk_collections \
  93     -:jdk_concurrent \
  94     -:jdk_stream
  95 
  96 # All collections, core and concurrent
  97 jdk_collections = \
  98     :jdk_collections_core \
  99     :jdk_concurrent
 100 
 101 # java.util.concurrent
 102 # Includes concurrent collections plus other stuff
 103 # Maintained by JSR-166 EG (Doug Lea et al)
 104 jdk_concurrent = \
 105     java/util/concurrent
 106 
 107 # Java Collections Framework core classes
 108 jdk_collections_core = \
 109     java/util/AbstractCollection \
 110     java/util/AbstractList \
 111     java/util/AbstractMap \
 112     java/util/AbstractSequentialList \
 113     java/util/ArrayList \
 114     java/util/Arrays \
 115     java/util/BitSet \
 116     java/util/Collection \
 117     java/util/Collections \
 118     java/util/Comparator \
 119     java/util/Deque \
 120     java/util/EnumMap \
 121     java/util/EnumSet \
 122     java/util/HashMap \
 123     java/util/HashSet \
 124     java/util/Hashtable \
 125     java/util/IdentityHashMap \
 126     java/util/Iterator \
 127     java/util/LinkedHashMap \
 128     java/util/LinkedHashSet \
 129     java/util/LinkedList \
 130     java/util/List \
 131     java/util/Map \
 132     java/util/NavigableMap \
 133     java/util/PriorityQueue \
 134     java/util/TimSort \
 135     java/util/TreeMap \
 136     java/util/Vector \
 137     java/util/WeakHashMap
 138 
 139 # java.util.stream (JSR-335)
 140 jdk_stream = \
 141     java/util/Optional \
 142     java/util/function \
 143     java/util/stream
 144 
 145 jdk_math = \
 146     java/math \
 147     jdk/internal/math
 148 
 149 jdk_io = \
 150     java/io
 151 
 152 jdk_nio = \
 153     java/nio \
 154     sun/nio \
 155     jdk/nio
 156 
 157 jdk_net = \
 158     java/net \
 159     com/sun/net/httpserver \
 160     sun/net \
 161     jdk/net
 162 
 163 jdk_time = \
 164     java/time
 165 
 166 jdk_rmi = \
 167     java/rmi \
 168     sun/rmi
 169 
 170 jdk_security1 = \
 171     java/security
 172 
 173 jdk_security2 = \
 174     javax/crypto \
 175     javax/xml/crypto \
 176     com/oracle/security/ucrypto \
 177     com/sun/crypto
 178 
 179 jdk_security3 = \
 180     javax/security  \
 181     -javax/security/auth/kerberos \
 182     com/sun/security \
 183     -com/sun/security/jgss \
 184     com/sun/org/apache/xml/internal/security \
 185     jdk/security \
 186     sun/security \
 187     -sun/security/krb5 \
 188     -sun/security/jgss \
 189     javax/net \
 190     sun/net/www/protocol/https \
 191     com/sun/net/ssl \
 192     lib/security
 193 
 194 jdk_security4 = \
 195     com/sun/security/jgss \
 196     javax/security/auth/kerberos \
 197     sun/security/krb5 \
 198     sun/security/jgss
 199 
 200 jdk_security = \
 201     :jdk_security1 \
 202     :jdk_security2 \
 203     :jdk_security3 \
 204     :jdk_security4
 205 
 206 jdk_text = \
 207     java/text \
 208     sun/text
 209 
 210 jdk_management = \
 211     java/lang/management \
 212     com/sun/management \
 213     sun/management
 214 
 215 jdk_instrument = \
 216     java/lang/instrument
 217 
 218 jdk_jmx = \
 219     javax/management \
 220     com/sun/jmx
 221 
 222 jdk_jdi = \
 223     com/sun/jdi
 224 
 225 jdk_native_sanity = \
 226     native_sanity
 227 
 228 # java launcher specific tests, Note: do not include this group into any groups
 229 # that potentially could be included into a jprt test rule, as the complementary
 230 # closed  group includes awt SplashScreen and these tests may not run
 231 # satisfactorily on all platforms and  profiles thus this group must always
 232 # be a stand-alone group
 233 jdk_launcher = \
 234     tools/launcher \
 235     sun/tools
 236 
 237 #
 238 # Tool (and tool API) tests are split into core and svc groups
 239 #
 240 core_tools = \
 241     tools \
 242     jdk/internal/jimage \
 243     jdk/internal/jrtfs \
 244     sun/tools/java \
 245     sun/tools/jrunscript
 246 
 247 svc_tools = \
 248     com/sun/tools/attach \
 249     sun/tools \
 250     -sun/tools/java \
 251     -sun/tools/jrunscript \
 252     sun/jvmstat \
 253     demo/jvmti
 254 
 255 jdk_tools = \
 256     :core_tools \
 257     :svc_tools
 258 
 259 #
 260 # Catch-all for other areas with a small number of tests
 261 #
 262 jdk_other = \
 263     java/sql \
 264     javax/sql \
 265     javax/rmi \
 266     javax/naming \
 267     javax/script \
 268     javax/smartcardio \
 269     javax/transaction \
 270     javax/xml \
 271     -javax/xml/crypto \
 272     jdk/asm \
 273     jdk/internal/jline \
 274     com/sun/jndi \
 275     com/sun/corba \
 276     lib/testlibrary \
 277     sample
 278 
 279 #
 280 # SCTP is its own group as it is highly sensitive to kernel/network config
 281 #
 282 jdk_sctp = \
 283     com/sun/nio/sctp
 284 
 285 
 286 #
 287 # core group to run all core area tests
 288 #
 289 jdk_core = \
 290     :jdk_lang \
 291     :jdk_util \
 292     :jdk_math \
 293     :jdk_io \
 294     :jdk_nio \
 295     :jdk_net \
 296     :jdk_rmi \
 297     :jdk_time \
 298     :jdk_security \
 299     :jdk_text \
 300     :core_tools \
 301     :jdk_other
 302 
 303 #
 304 # svc group to run all serviceability area tests
 305 #
 306 jdk_svc = \
 307     :jdk_management \
 308     :jdk_instrument \
 309     :jdk_jmx \
 310     :jdk_jdi \
 311     :svc_tools
 312 
 313 #############################
 314 
 315 #
 316 # Client area groups
 317 #
 318 
 319 jdk_awt = \
 320     java/awt \
 321     com/sun/awt \
 322     com/apple/eawt \
 323     sun/awt
 324 
 325 jdk_2d = \
 326     javax/print \
 327     sun/pisces  \
 328     sun/java2d
 329 
 330 jdk_beans = \
 331     java/beans
 332 
 333 jdk_swing = \
 334     javax/accessibility \
 335     javax/swing \
 336     com/sun/java/swing
 337 
 338 jdk_sound = \
 339     javax/sound
 340 
 341 jdk_imageio = \
 342     javax/imageio
 343 
 344 jdk_desktop = \
 345     :jdk_awt \
 346     :jdk_2d \
 347     :jdk_beans \
 348     :jdk_swing \
 349     :jdk_sound \
 350     :jdk_imageio
 351 
 352 ###############################################################################
 353 #
 354 # Serviceability sanity groups
 355 #
 356 # These groups specify a subset of Serviceability tests that are supposed to
 357 # guard against breakage of Serviceability features by other component teams.
 358 # They are added to the "hotspot" testset in JPRT so that they will run on all
 359 # full-forest pushes through JPRT.
 360 #
 361 
 362 jdk_svc_sanity = \
 363     :jdk_management_sanity \
 364     :jdk_instrument_sanity \
 365     :jdk_jmx_sanity \
 366     :jdk_jdi_sanity \
 367     :svc_tools_sanity
 368 
 369 jdk_management_sanity =
 370 
 371 jdk_instrument_sanity =
 372 
 373 jdk_jmx_sanity =
 374 
 375 jdk_jdi_sanity = \
 376     com/sun/jdi/AcceptTimeout.java \
 377     com/sun/jdi/AccessSpecifierTest.java \
 378     com/sun/jdi/AfterThreadDeathTest.java \
 379     com/sun/jdi/ArrayRangeTest.java \
 380     com/sun/jdi/ConstantPoolInfo.java \
 381     com/sun/jdi/CountFilterTest.java \
 382     com/sun/jdi/EarlyReturnNegativeTest.java \
 383     com/sun/jdi/EarlyReturnTest.java \
 384     com/sun/jdi/FieldWatchpoints.java \
 385     com/sun/jdi/FramesTest.java \
 386     com/sun/jdi/InstanceFilter.java \
 387     com/sun/jdi/InterfaceMethodsTest.java \
 388     com/sun/jdi/InvokeTest.java \
 389     com/sun/jdi/LocalVariableEqual.java \
 390     com/sun/jdi/LocationTest.java \
 391     com/sun/jdi/ModificationWatchpoints.java \
 392     com/sun/jdi/MonitorEventTest.java \
 393     com/sun/jdi/MonitorFrameInfo.java \
 394     com/sun/jdi/NullThreadGroupNameTest.java \
 395     com/sun/jdi/PopAndStepTest.java \
 396     com/sun/jdi/PopAsynchronousTest.java \
 397     com/sun/jdi/ProcessAttachTest.java \
 398     com/sun/jdi/ReferrersTest.java \
 399     com/sun/jdi/RequestReflectionTest.java \
 400     com/sun/jdi/ResumeOneThreadTest.java \
 401     com/sun/jdi/RunToExit.java \
 402     com/sun/jdi/SourceNameFilterTest.java \
 403     com/sun/jdi/VarargsTest.java \
 404     com/sun/jdi/Vars.java \
 405     com/sun/jdi/redefineMethod/RedefineTest.java \
 406     com/sun/jdi/sde/MangleTest.java \
 407     com/sun/jdi/sde/TemperatureTableTest.java
 408 
 409 svc_tools_sanity =
 410 
 411 #############################
 412 #
 413 # Stable test groups
 414 #
 415 
 416 jdk_stable = \
 417     :jdk_core \
 418     :jdk_svc \
 419     :jdk_beans \
 420     :jdk_imageio \
 421     :jdk_sound \
 422     :jdk_sctp \
 423     javax/accessibility \
 424     com/sun/java/swing \
 425     sun/pisces \
 426     com/sun/awt
 427 
 428 
 429 ###############################################################################
 430 # Profile-based Test Group Definitions
 431 #
 432 # These groups define the tests that cover the different possible runtimes:
 433 # - compact1, compact2, compact3, full JRE, JDK
 434 #
 435 # In addition they support testing of the minimal VM on compact1 and compact2.
 436 # Essentially this defines groups based around the specified API's and VM
 437 # services available in the runtime.
 438 #
 439 # The groups are defined hierarchically in two forms:
 440 # - The need_xxx groups list all the tests that have a dependency on
 441 # a specific profile. This is either because it tests a feature in
 442 # that profile, or the test infrastructure uses a feature in that
 443 # profile.
 444 # - The primary groups are defined in terms of the other primary groups
 445 # combined with the needs_xxx groups (including and excluding them as
 446 # appropriate). For example the jre can run all tests from compact3, plus
 447 # those from needs_jre, but excluding those from need_jdk.
 448 #
 449 # The bottom group defines all the actual tests to be considered, simply
 450 # by listing the top-level test directories.
 451 
 452 # Full JDK can run all tests
 453 #
 454 jdk = \
 455   :jre \
 456   :needs_jdk
 457 
 458 # Tests that require a full JDK to execute. Either they test a feature
 459 # only in the JDK or they use tools that are only in the JDK. The latter
 460 # can be resolved in some cases by using tools from the compile-jdk.
 461 #
 462 needs_jdk = \
 463   :jdk_jdi \
 464   com/sun/tools \
 465   demo \
 466   jdk/security/jarsigner \
 467   sun/security/tools/jarsigner \
 468   sun/security/tools/policytool \
 469   sun/rmi/rmic \
 470   sun/tools \
 471   sun/jvmstat \
 472   tools \
 473   com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java \
 474   java/io/Serializable/serialver \
 475   java/lang/invoke/lambda/LambdaAccessControlDoPrivilegedTest.java \
 476   java/lang/invoke/lambda/LambdaAccessControlTest.java \
 477   java/lang/invoke/lambda/LambdaAsm.java \
 478   java/lang/System/MacEncoding/TestFileEncoding.java \
 479   java/net/URLClassLoader/closetest/GetResourceAsStream.java \
 480   java/util/Collections/EmptyIterator.java \
 481   java/util/concurrent/locks/Lock/TimedAcquireLeak.java \
 482   java/util/jar/JarInputStream/ExtraFileInMetaInf.java \
 483   java/util/logging/TestLoggerWeakRefLeak.java \
 484   java/util/zip/3GBZipFiles.sh \
 485   jdk/lambda/separate/Compiler.java \
 486   sun/management/jmxremote/bootstrap/JvmstatCountersTest.java \
 487   sun/management/jmxremote/bootstrap/LocalManagementTest.java \
 488   sun/management/jmxremote/bootstrap/CustomLauncherTest.java \
 489   sun/misc/JarIndex/metaInfFilenames/Basic.java \
 490   sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java \
 491   sun/reflect/CallerSensitive/CallerSensitiveFinder.java \
 492   sun/reflect/CallerSensitive/MissingCallerSensitive.java \
 493   sun/security/util/Resources/NewNamesFormat.java \
 494   vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java \
 495   javax/xml/ws/clientjar/TestWsImport.java
 496 
 497 # JRE adds further tests to compact3
 498 #
 499 jre = \
 500   :compact3 \
 501   :needs_jre \
 502  -:needs_jdk
 503 
 504 # Tests that require the full JRE
 505 #
 506 needs_jre = \
 507   :needs_charsets \
 508   :jdk_desktop \
 509   com/sun/corba \
 510   com/sun/jndi/cosnaming \
 511   com/oracle/security/ucrypto/Test8004873.java \
 512   com/oracle/security/ucrypto/TestAES.java \
 513   com/oracle/security/ucrypto/TestDigest.java \
 514   com/oracle/security/ucrypto/TestRSA.java \
 515   sun/net/ftp \
 516   sun/net/www/protocol/ftp \
 517   java/net/URI/URItoURLTest.java \
 518   java/net/URL/URIToURLTest.java \
 519   java/net/URLConnection/HandleContentTypeWithAttrs.java \
 520   java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh \
 521   java/security/Security/ClassLoaderDeadlock/Deadlock.sh \
 522   java/util/jar/Manifest/CreateManifest.java \
 523   java/util/logging/TestMainAppContext.java \
 524   java/util/logging/TestLoggingWithMainAppContext.java \
 525   java/util/ResourceBundle/Control/Bug6530694.java \
 526   java/text/Bidi/BidiConformance.java \
 527   java/text/Bidi/BidiEmbeddingTest.java \
 528   java/text/Bidi/Bug7042148.java \
 529   java/text/Bidi/Bug7051769.java \
 530   javax/crypto/Cipher/CipherStreamClose.java \
 531   javax/management/monitor/AttributeArbitraryDataTypeTest.java \
 532   javax/management/mxbean/AmbiguousConstructorTest.java \
 533   javax/management/mxbean/ExceptionDiagnosisTest.java \
 534   javax/management/mxbean/LeakTest.java \
 535   javax/management/mxbean/MXBeanTest.java \
 536   javax/management/mxbean/PropertyNamesTest.java \
 537   jdk/lambda/vm/InterfaceAccessFlagsTest.java \
 538   sun/misc/URLClassPath/ClassnameCharTest.java
 539 
 540 # Tests dependent on the optional charsets.jar
 541 # These are isolated for easy exclusions
 542 #
 543 needs_charsets = \
 544   java/io/OutputStreamWriter/TestWrite.java \
 545   java/nio/charset/RemovingSunIO/SunioAlias.java \
 546   java/nio/charset/coders/Check.java \
 547   java/nio/charset/Charset/CharsetContainmentTest.java \
 548   java/nio/charset/Charset/Contains.java \
 549   java/nio/charset/Charset/NIOCharsetAvailabilityTest.java \
 550   java/nio/charset/Charset/RegisteredCharsets.java \
 551   java/nio/charset/CharsetEncoder/Flush.java \
 552   java/nio/charset/coders/CheckSJISMappingProp.sh \
 553   java/nio/charset/coders/ResetISO2022JP.java \
 554   java/util/Locale/InternationalBAT.java \
 555   java/util/Locale/LocaleProviders.sh \
 556   java/util/Calendar/CldrFormatNamesTest.java \
 557   java/util/TimeZone/CLDRDisplayNamesTest.java \
 558   java/util/zip/ZipCoding.java \
 559   sun/nio/cs/EucJpLinux0212.java \
 560   sun/nio/cs/EUCJPUnderflowDecodeTest.java \
 561   sun/nio/cs/EuroConverter.java \
 562   sun/nio/cs/JISAutoDetectTest.java \
 563   sun/nio/cs/OLD/TestIBMDB.java \
 564   sun/nio/cs/SJISCanEncode.java \
 565   sun/nio/cs/Test6254467.java \
 566   sun/nio/cs/TestCp834_SBCS.java \
 567   sun/nio/cs/TestEUC_TW.java \
 568   sun/nio/cs/TestISO2022CNDecoder.java \
 569   sun/nio/cs/TestISO2022JPEncoder.java \
 570   sun/nio/cs/TestISO2022JPSubBytes.java \
 571   sun/nio/cs/TestIllegalSJIS.java \
 572   sun/nio/cs/TestJIS0208Decoder.java \
 573   sun/nio/cs/TestJIS0212Decoder.java \
 574   sun/nio/cs/TestMiscEUC_JP.java \
 575   sun/nio/cs/TestSJIS0213_SM.java \
 576   sun/nio/cs/BufferUnderflowEUCTWTest.java \
 577   sun/nio/cs/CheckCaseInsensitiveEncAliases.java \
 578   sun/nio/cs/CheckHistoricalNames.java \
 579   sun/nio/cs/EucJpLinuxDecoderRecoveryTest.java \
 580   sun/nio/cs/HWKatakanaMS932EncodeTest.java \
 581   sun/nio/cs/ISCIITest.java \
 582   sun/nio/cs/LatinCharReplacementTWTest.java \
 583   sun/nio/cs/NIOJISAutoDetectTest.java \
 584   sun/nio/cs/StreamEncoderClose.java \
 585   sun/nio/cs/SurrogateGB18030Test.java \
 586   sun/nio/cs/SurrogateTestEUCTW.java \
 587   sun/nio/cs/SurrogateTestHKSCS.java \
 588   sun/nio/cs/TestConverterDroppedCharacters.java \
 589   sun/nio/cs/TestCp93xSISO.java \
 590   sun/nio/cs/TestIBM1364.java \
 591   sun/nio/cs/TestIBMBugs.java \
 592   sun/nio/cs/TestIllegalISO2022Esc.java \
 593   sun/nio/cs/TestISO2022JP.java \
 594   sun/nio/cs/TestMS5022X.java \
 595   sun/nio/cs/TestSJIS0213.java \
 596   sun/nio/cs/TestTrailingEscapesISO2022JP.java \
 597   sun/nio/cs/TestUni2HKSCS.java \
 598   sun/nio/cs/ZeroedByteArrayEUCTWTest.java
 599 
 600 # Compact 3 adds further tests to compact2
 601 #
 602 compact3 = \
 603   :compact2 \
 604   :needs_compact3 \
 605  -:needs_jre \
 606  -:needs_jdk
 607 
 608 
 609 # Tests that require compact3 API's
 610 #
 611 needs_compact3 = \
 612   :jdk_instrument \
 613   :jdk_jmx \
 614   :jdk_management \
 615   :jdk_sctp \
 616   com/sun/jndi \
 617   com/sun/org/apache/xml/internal/security \
 618   com/sun/security/auth \
 619   com/sun/security/sasl \
 620   com/sun/security/jgss \
 621   java/util/prefs \
 622   javax/naming \
 623   javax/security \
 624   javax/smartcardio \
 625   javax/sql/rowset \
 626   javax/xml/crypto \
 627   sun/security/jgss \
 628   sun/security/krb5 \
 629   java/lang/annotation/AnnotationType/AnnotationTypeDeadlockTest.java \
 630   java/lang/invoke/lambda/LambdaStackTrace.java \
 631   java/lang/invoke/LFCaching/LFGarbageCollectedTest.java \
 632   java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java \
 633   java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java \
 634   java/lang/System/MacEncoding/TestFileEncoding.java \
 635   java/nio/channels/AsynchronousSocketChannel/Leaky.java \
 636   java/security/PermissionCollection/Concurrent.java \
 637   java/security/Principal/Implies.java \
 638   java/security/cert/GetInstance.java \
 639   java/util/logging/DrainFindDeadlockTest.java \
 640   java/util/logging/LoggingMXBeanTest.java \
 641   java/util/logging/TestLogConfigurationDeadLock.java \
 642   java/util/logging/TestLoggerBundleSync.java \
 643   sun/net/www/http/KeepAliveCache/B5045306.java \
 644   sun/security/provider/PolicyFile/Alias.java \
 645   sun/security/provider/PolicyFile/Comparator.java \
 646   sun/security/provider/PolicyFile/SelfWildcard.java \
 647   sun/security/ssl/SSLEngineImpl/SSLEngineDeadlock.java \
 648   sun/security/util/Oid/OidFormat.java \
 649   sun/security/util/Resources/Format.java \
 650   sun/security/util/Resources/NewNamesFormat.java
 651 
 652 # Compact 2 adds full VM tests
 653 compact2 = \
 654   :compact2_minimal \
 655   :compact1 \
 656   :needs_full_vm_compact2 \
 657  -:needs_compact3 \
 658  -:needs_jre \
 659  -:needs_jdk
 660 
 661 # Tests that require compact2 API's and a full VM
 662 #
 663 needs_full_vm_compact2 =
 664 
 665 # Minimal VM on Compact 2 adds in some compact2 tests
 666 #
 667 compact2_minimal = \
 668   :compact1_minimal \
 669   :needs_compact2 \
 670  -:needs_compact3 \
 671  -:needs_jre \
 672  -:needs_jdk
 673 
 674 # Tests that require compact2 API's
 675 #
 676 needs_compact2 = \
 677   :jdk_rmi \
 678   :jdk_time \
 679   com/sun/org/apache \
 680   com/sun/net/httpserver \
 681   java/sql \
 682   javax/sql \
 683   javax/xml \
 684   jdk/lambda \
 685   sun/net/www/http \
 686   sun/net/www/protocol/http \
 687   java/io/BufferedReader/Lines.java  \
 688   java/lang/reflect/DefaultStaticTest/DefaultStaticInvokeTest.java \
 689   java/lang/IntegralPrimitiveToString.java  \
 690   java/lang/PrimitiveSumMinMaxTest.java  \
 691   java/lang/String/StringJoinTest.java  \
 692   java/lang/Thread/StopThrowable.java  \
 693   java/net/Authenticator/B4769350.java \
 694   java/net/Authenticator/Deadlock.java \
 695   java/net/CookieHandler/LocalHostCookie.java \
 696   java/net/CookieHandler/CookieManagerTest.java \
 697   java/net/CookieHandler/EmptyCookieHeader.java \
 698   java/net/HttpCookie/IllegalCookieNameTest.java \
 699   java/net/HttpURLConnection/UnmodifiableMaps.java \
 700   java/net/ResponseCache/Test.java \
 701   java/net/URLClassLoader/ClassLoad.java \
 702   java/net/URLClassLoader/closetest/CloseTest.java \
 703   java/net/URLPermission/URLTest.java \
 704   java/nio/Buffer/Chars.java  \
 705   java/nio/file/Files/StreamTest.java  \
 706   java/security/BasicPermission/Wildcard.java \
 707   java/util/Arrays/ParallelPrefix.java  \
 708   java/util/Arrays/SetAllTest.java  \
 709   java/util/BitSet/BitSetStreamTest.java  \
 710   java/util/Collection/CollectionDefaults.java  \
 711   java/util/Collections/CheckedIdentityMap.java  \
 712   java/util/Collections/CheckedMapBash.java  \
 713   java/util/Collections/CheckedSetBash.java  \
 714   java/util/Collections/EmptyCollectionSerialization.java  \
 715   java/util/Collections/EmptyNavigableMap.java  \
 716   java/util/Collections/EmptyNavigableSet.java  \
 717   java/util/Collections/UnmodifiableMapEntrySet.java  \
 718   java/util/Comparator/BasicTest.java  \
 719   java/util/Comparator/TypeTest.java  \
 720   java/util/Iterator/IteratorDefaults.java  \
 721   java/util/Iterator/PrimitiveIteratorDefaults.java  \
 722   java/util/List/ListDefaults.java  \
 723   java/util/Map/BasicSerialization.java  \
 724   java/util/Map/Defaults.java  \
 725   java/util/Map/EntryComparators.java  \
 726   java/util/Optional/Basic.java  \
 727   java/util/Optional/BasicDouble.java  \
 728   java/util/Optional/BasicInt.java  \
 729   java/util/Optional/BasicLong.java  \
 730   java/util/Random/RandomStreamTest.java  \
 731   java/util/ResourceBundle/Bug6359330.java  \
 732   java/util/Spliterator/SpliteratorCharacteristics.java  \
 733   java/util/Spliterator/SpliteratorCollisions.java  \
 734   java/util/Spliterator/SpliteratorLateBindingFailFastTest.java  \
 735   java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java  \
 736   java/util/StringJoiner/MergeTest.java  \
 737   java/util/StringJoiner/StringJoinerTest.java  \
 738   java/util/concurrent/atomic/AtomicReferenceTest.java  \
 739   java/util/function/BinaryOperator/BasicTest.java  \
 740   java/util/logging/LoggerSupplierAPIsTest.java  \
 741   java/util/zip/ZipFile/StreamZipEntriesTest.java \
 742   java/util/zip/ZipFile/DeleteTempJar.java \
 743   javax/crypto/Cipher/CipherStreamClose.java \
 744   sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \
 745   sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java
 746 
 747 # Compact 1 adds full VM tests
 748 #
 749 compact1 = \
 750   :compact1_minimal \
 751   :needs_full_vm_compact1 \
 752  -:needs_compact2 \
 753  -:needs_full_vm_compact2 \
 754  -:needs_compact3 \
 755  -:needs_jre \
 756  -:needs_jdk
 757 
 758 # Tests that require compact1 API's and a full VM
 759 #
 760 needs_full_vm_compact1 =
 761 
 762 # All tests that run on the most minimal configuration: Minimal VM on Compact 1
 763 compact1_minimal = \
 764   com \
 765   java \
 766   javax \
 767   jdk \
 768   lib \
 769   sample \
 770   sun \
 771   vm \
 772  -:needs_full_vm_compact1 \
 773  -:needs_full_vm_compact2 \
 774  -:needs_compact2 \
 775  -:needs_compact3 \
 776  -:needs_jre \
 777  -:needs_jdk