jdk-24/test/jdk/java/util
Eirik Bjørsnøs 26de9e247a 8321616: Retire binary test vectors in test/jdk/java/util/zip/ZipFile
8322830: Add test case for ZipFile opening a ZIP with no entries

Reviewed-by: lancea
2024-01-11 06:32:24 +00:00
..
AbstractCollection
AbstractList 8161558: ListIterator should not discard cause on exception 2020-03-13 18:38:07 +00:00
AbstractMap 8308167: SequencedMap::firstEntry throws NPE when first entry has null key or value 2023-06-06 00:19:50 +00:00
AbstractSequentialList
ArrayDeque
ArrayList 8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id 2022-07-14 01:31:34 +00:00
Arrays 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) 2023-10-06 20:15:30 +00:00
Base64 8295470: Update openjdk.java.net => openjdk.org URLs in test code 2022-10-20 10:33:18 +00:00
BitSet 8317795: Add an ImmutableBitSetPredicate variant for bitsets <= 128 elements 2023-10-10 17:01:57 +00:00
Calendar 8319569: Several java/util tests should be updated to accept VM flags 2023-11-23 00:27:27 +00:00
Collection 8266571: Sequenced Collections 2023-04-25 15:19:08 +00:00
Collections 8314236: Overflow in Collections.rotate 2023-09-18 09:20:11 +00:00
Comparator 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
concurrent 8309218: java/util/concurrent/locks/Lock/OOMEInAQS.java still times out with ZGC, Generational ZGC, and SerialGC 2024-01-10 16:42:30 +00:00
Currency 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
Date 8316696: Remove the testing base classes: IntlTest and CollatorTest 2023-10-03 16:38:17 +00:00
Deque
DoubleStreamSums 8294705: Disable an assertion in test/jdk/java/util/DoubleStreamSums/CompensatedSums.java 2022-10-20 10:47:39 +00:00
DoubleSummaryStatistics 8214761: Bug in parallel Kahan summation implementation 2021-09-03 00:50:11 +00:00
EnumMap
EnumSet
Formattable
Formatter 8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format 2023-11-21 17:00:18 +00:00
function
HashMap 8285405: add test and check for negative argument to HashMap::newHashMap et al 2022-08-11 02:17:01 +00:00
HashSet
Hashtable 8270416: Enhance construction of Identity maps 2022-01-18 23:35:34 +00:00
HexFormat 8263754: HexFormat 'fromHex' methods should be static 2021-03-29 20:38:10 +00:00
IdentityHashMap 8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V) 2022-11-03 16:36:29 +00:00
IllegalFormatException 8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly 2020-11-19 20:20:55 +00:00
Iterator
jar 8302819: Remove JAR Index 2023-04-10 11:23:21 +00:00
LinkedHashMap
LinkedHashSet
LinkedList
List 8180352: Add Stream.toList() method 2020-11-30 19:37:56 +00:00
Locale 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
logging 8319569: Several java/util tests should be updated to accept VM flags 2023-11-23 00:27:27 +00:00
Map 8267174: Many test files have the wrong Copyright header 2023-09-12 20:16:05 +00:00
MissingFormatArgumentException
NavigableMap 8247605: Avoid array allocation when concatenating with empty string 2020-08-10 16:14:03 +00:00
Objects 8280168: Add Objects.toIdentityString 2022-01-25 18:15:37 +00:00
Observable
Optional
PluggableLocale 8301991: Convert l10n properties resource bundles to UTF-8 native 2023-09-14 22:19:18 +00:00
prefs 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
PriorityQueue
Properties 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
PropertyPermission
Random 8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le 2023-09-07 07:36:08 +00:00
RandomAccess 8229338: clean up test/jdk/java/util/RandomAccess/Basic.java 2019-09-30 17:19:58 +01:00
regex 8311939: Excessive allocation of Matcher.groups array 2023-08-17 11:27:39 +00:00
ResourceBundle 8320714: java/util/Locale/LocaleProvidersRun.java and java/util/ResourceBundle/modules/visibility/VisibilityTest.java timeout after passing 2023-11-28 17:23:13 +00:00
Scanner 8283698: Refactor Locale constructors used in src/test 2022-04-08 15:23:25 +00:00
SequencedCollection 8307840: SequencedMap view method specification and implementation adjustments 2023-06-06 17:02:32 +00:00
ServiceLoader 8266254: Update to use jtreg 6 2021-06-02 21:20:12 +00:00
spi 8298047: Remove all non-significant trailing whitespace from properties files 2023-01-16 18:53:54 +00:00
Spliterator 8267452: Delegate forEachRemaining in Spliterators.iterator() 2021-05-26 01:17:02 +00:00
stream 8321124: java/util/stream/GatherersTest.java times out 2023-12-06 07:12:03 +00:00
StringJoiner 8265237: String.join and StringJoiner can be improved further 2021-04-21 10:32:03 +00:00
StringTokenizer
Timer 8263903: Use Cleaner instead of finalize to auto stop Timer thread 2021-03-23 21:16:35 +00:00
TimeZone 8322725: (tz) Update Timezone Data to 2023d 2024-01-05 08:12:59 +00:00
TimSort
TreeMap
UUID 8308803: Improve java/util/UUID/UUIDTest.java 2023-06-01 08:55:56 +00:00
Vector 8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id 2022-07-14 01:31:34 +00:00
WeakHashMap
zip 8321616: Retire binary test vectors in test/jdk/java/util/zip/ZipFile 2024-01-11 06:32:24 +00:00