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