jdk-24/test/jdk/java/util
2018-06-27 13:43:52 -07:00
..
AbstractCollection 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
AbstractList 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08: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
ArrayList 8201386: Miscellaneous changes imported from jsr166 CVS 2018-05 2018-05-22 21:50:45 -07:00
Arrays 8199265: java/util/Arrays/TimSortStackSize2.java fails with OOM 2018-06-27 13:43:52 -07:00
Base64 8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3 2018-01-31 10:34:59 -08:00
BitSet 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Calendar 8202537: CLDR33 2018-06-15 11:58:34 +05:30
Collection 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
Collections 8205184: Delegating Iterator implementations that don't delegate forEachRemaining() 2018-06-25 18:01:42 -07:00
Comparator 8171826: Comparator.reverseOrder(c) mishandles singleton comparators 2017-12-12 09:33:35 -08:00
concurrent 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
Currency 8193552: ISO 4217 amendment 165 2018-06-05 23:06:32 -07:00
Date 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Deque 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EnumMap 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EnumSet 8192935: Fix EnumSet's SerializationProxy javadoc 2017-12-03 13:06:51 -08:00
Formattable 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Formatter 8202537: CLDR33 2018-06-15 11:58:34 +05:30
function 8050818: Predicate::not - provide an easier way to negate a predicate 2018-05-30 12:40:04 -03:00
HashMap 8199777: Deprecate -XX:+AggressiveOpts 2018-03-22 08:39:51 +01:00
HashSet 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Hashtable 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
IdentityHashMap 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
IllegalFormatException 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Iterator 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
jar 8200530: '\r' is not supported as "newline" in java.util.jar.Manifest 2018-06-05 10:03:46 -07: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 8203670: unmodifiable List iterator() implementations should not be ListIterators 2018-06-26 19:45:59 -07:00
Locale 8204938: Add a test case to automatically check the updated LSR data 2018-06-21 14:09:43 +05:30
logging 8204973: Add build support for filtering translations 2018-06-15 09:53:28 -07:00
Map 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
MissingFormatArgumentException 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NavigableMap 8199777: Deprecate -XX:+AggressiveOpts 2018-03-22 08:39:51 +01:00
Objects 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Observable 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Optional 8184693: add Pattern.isEmpty 2018-04-18 10:30:57 -07:00
PluggableLocale 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
prefs 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PriorityQueue 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
Properties 8157903: (prop) move Properties tests into OpenJDK 2018-01-25 14:12:43 +08:00
PropertyPermission 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Random 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
RandomAccess 8197418: Move java/util/RandomAccess/ tests into OpenJDK 2018-04-12 10:19:31 +08:00
regex 8184692: add Pattern.asMatchPredicate 2018-04-16 11:21:32 -07:00
ResourceBundle 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Scanner 8190278: ClassCastException is thrown by java.util.Scanner when a NumberFormatProvider is used 2017-12-13 12:43:38 +05:30
ServiceLoader 8199616: Fix @module declarations in tier1 tests 2018-03-16 03:15:35 -07:00
spi 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Spliterator 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
stream Merge 2018-01-18 18:58:46 +00:00
StringJoiner 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StringTokenizer 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Timer 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TimeZone 8181157: CLDR Timezone name fallback implementation 2018-04-26 12:39:15 -07: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Vector 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
WeakHashMap 8201386: Miscellaneous changes imported from jsr166 CVS 2018-05 2018-05-22 21:50:45 -07:00
zip 8197989: java/util/zip/ZipFile/TestCleaner.java failed with "cleaner failed to clean zipfile 2018-06-05 12:27:07 -07:00