jdk-24/test/jdk/java/util
Jaikiran Pai 4b03e135e1 8285405: add test and check for negative argument to HashMap::newHashMap et al
Reviewed-by: chegar, naoto, lancea, smarks
2022-08-11 02:17:01 +00:00
..
AbstractCollection 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
AbstractList 8161558: ListIterator should not discard cause on exception 2020-03-13 18:38:07 +00:00
AbstractMap 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 2018-02-10 09:23:41 -08:00
AbstractSequentialList 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
ArrayDeque 8206123: ArrayDeque created with default constructor can only hold 15 elements 2018-07-10 10:24:08 -07:00
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 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
Base64 8222187: java.util.Base64.Decoder stream adds unexpected null bytes at the end 2020-07-22 10:01:03 -04:00
BitSet 8225397: Integer value miscalculation in toString() method of BitSet 2019-06-06 17:20:19 -07:00
Calendar 8265315: Support for CLDR version 41 2022-04-11 15:59:12 +00:00
Collection 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00:00
Collections 6323374: (coll) Optimize Collections.unmodifiable* and synchronized* 2021-03-05 03:20:44 +00:00
Comparator 8237589: Fix copyright header formatting 2020-01-21 14:23:01 -08:00
concurrent 8290264: java/util/concurrent/locks/Lock/OOMEInAQS.java fails with "exit code: 0" 2022-07-14 19:53:31 +00:00
Currency 8289549: ISO 4217 Amendment 172 Update 2022-07-01 16:07:23 +00:00
Date
Deque
DoubleStreamSums 8274517: java/util/DoubleStreamSums/CompensatedSums.java fails with expected [true] but found [false] 2022-05-09 14:53:10 +00:00
DoubleSummaryStatistics 8214761: Bug in parallel Kahan summation implementation 2021-09-03 00:50:11 +00:00
EnumMap
EnumSet 8227368: EnumSet.class serialization broken in JDK 9+ 2019-07-13 10:43:45 +00:00
Formattable
Formatter 8283698: Refactor Locale constructors used in src/test 2022-04-08 15:23:25 +00:00
function 8050818: Predicate::not - provide an easier way to negate a predicate 2018-05-30 12:40:04 -03:00
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 8285295: Need better testing for IdentityHashMap 2022-05-06 18:41:32 +00:00
IllegalFormatException 8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly 2020-11-19 20:20:55 +00:00
Iterator
jar 8283698: Refactor Locale constructors used in src/test 2022-04-08 15:23:25 +00:00
LinkedHashMap 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
LinkedHashSet 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
LinkedList 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
List 8180352: Add Stream.toList() method 2020-11-30 19:37:56 +00:00
Locale 8287868: Localized names update in COMPAT locale provider 2022-06-22 15:47:07 +00:00
logging 8284779: Test java/util/logging/Logger/logrb/TestLogrbResourceBundle.java fails intermittently with vthreads wrapper 2022-04-26 11:55:20 +00:00
Map 8199318: add idempotent copy operation for Map.Entry 2021-06-04 17:13: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 8184693: add Pattern.isEmpty 2018-04-18 10:30:57 -07:00
PluggableLocale 8283698: Refactor Locale constructors used in src/test 2022-04-08 15:23:25 +00:00
prefs 8283349: Robustness improvements to java/util/prefs/AddNodeChangeListener.jar 2022-03-25 17:08:25 +00:00
PriorityQueue 8207003: Miscellaneous changes imported from jsr166 CVS 2018-09 2018-09-28 08:45:46 -07:00
Properties 8282023: PropertiesStoreTest and StoreReproducibilityTest jtreg failures due to en_CA locale 2022-03-01 03:49:18 +00:00
PropertyPermission
Random 8288596: Random:from() adapter does not delegate to supplied generator in all cases 2022-06-29 14:56:28 +00:00
RandomAccess 8229338: clean up test/jdk/java/util/RandomAccess/Basic.java 2019-09-30 17:19:58 +01:00
regex 8284853: Fix various 'expected' typo 2022-04-14 18:05:49 +00:00
ResourceBundle 8287902: UnreadableRB case in MissingResourceCauseTest is not working reliably on Windows 2022-06-10 10:07:10 +00:00
Scanner 8283698: Refactor Locale constructors used in src/test 2022-04-08 15:23:25 +00:00
ServiceLoader 8266254: Update to use jtreg 6 2021-06-02 21:20:12 +00:00
spi 8287121: Fix typo in jlink's description resource key lookup 2022-05-24 10:14:31 +00:00
Spliterator 8267452: Delegate forEachRemaining in Spliterators.iterator() 2021-05-26 01:17:02 +00:00
stream 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +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 8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable 2022-08-04 18:49:05 +00:00
TimSort 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
TreeMap 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
UUID 8196334: Optimize UUID#fromString 2020-03-02 08:22:48 +01: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 8201386: Miscellaneous changes imported from jsr166 CVS 2018-05 2018-05-22 21:50:45 -07:00
zip 8282036: Change java/util/zip/ZipFile/DeleteTempJar.java to stop HttpServer cleanly in case of exceptions 2022-06-28 01:55:17 +00:00