< prev index next >

test/TEST.groups

Print this page


   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 #


 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 \


 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/stream/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  \


   1 #  Copyright (c) 2013, 2017, 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 #


 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/Arrays/largeMemory/ParallelPrefix.java  \
 645   java/util/logging/DrainFindDeadlockTest.java \
 646   java/util/logging/LoggingMXBeanTest.java \
 647   java/util/logging/TestLogConfigurationDeadLock.java \
 648   java/util/logging/TestLoggerBundleSync.java \
 649   sun/net/www/http/KeepAliveCache/B5045306.java \
 650   sun/security/provider/PolicyFile/Alias.java \
 651   sun/security/provider/PolicyFile/Comparator.java \
 652   sun/security/provider/PolicyFile/SelfWildcard.java \
 653   sun/security/ssl/SSLEngineImpl/SSLEngineDeadlock.java \
 654   sun/security/util/Oid/OidFormat.java \
 655   sun/security/util/Resources/Format.java \
 656   sun/security/util/Resources/NewNamesFormat.java
 657 
 658 # Compact 2 adds full VM tests
 659 compact2 = \
 660   :compact2_minimal \
 661   :compact1 \
 662   :needs_full_vm_compact2 \
 663  -:needs_compact3 \
 664  -:needs_jre \


 693   java/io/BufferedReader/Lines.java  \
 694   java/lang/reflect/DefaultStaticTest/DefaultStaticInvokeTest.java \
 695   java/lang/IntegralPrimitiveToString.java  \
 696   java/lang/PrimitiveSumMinMaxTest.java  \
 697   java/lang/String/StringJoinTest.java  \
 698   java/lang/Thread/StopThrowable.java  \
 699   java/net/Authenticator/B4769350.java \
 700   java/net/Authenticator/Deadlock.java \
 701   java/net/CookieHandler/LocalHostCookie.java \
 702   java/net/CookieHandler/CookieManagerTest.java \
 703   java/net/CookieHandler/EmptyCookieHeader.java \
 704   java/net/HttpCookie/IllegalCookieNameTest.java \
 705   java/net/HttpURLConnection/UnmodifiableMaps.java \
 706   java/net/ResponseCache/Test.java \
 707   java/net/URLClassLoader/ClassLoad.java \
 708   java/net/URLClassLoader/closetest/CloseTest.java \
 709   java/net/URLPermission/URLTest.java \
 710   java/nio/Buffer/Chars.java  \
 711   java/nio/file/Files/StreamTest.java  \
 712   java/security/BasicPermission/Wildcard.java \

 713   java/util/Arrays/SetAllTest.java  \
 714   java/util/BitSet/stream/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  \


< prev index next >