jdk-24/test/jdk/java/util/concurrent/tck
2019-11-01 09:04:04 -07:00
..
AbstractExecutorServiceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AbstractQueuedLongSynchronizerTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
AbstractQueuedSynchronizerTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
AbstractQueueTest.java 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
ArrayBlockingQueueTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
ArrayDeque8Test.java 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
ArrayDequeTest.java 8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator) 2018-06-21 08:25:03 -07:00
ArrayListTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Atomic8Test.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
AtomicBoolean9Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicBooleanTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicInteger9Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicIntegerArray9Test.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
AtomicIntegerArrayTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicIntegerFieldUpdaterTest.java 8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes 2017-10-03 13:41:55 -07:00
AtomicIntegerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicLong9Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicLongArray9Test.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
AtomicLongArrayTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicLongFieldUpdaterTest.java 8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes 2017-10-03 13:41:55 -07:00
AtomicLongTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicMarkableReferenceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicReference9Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicReferenceArray9Test.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
AtomicReferenceArrayTest.java 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
AtomicReferenceFieldUpdaterTest.java 8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes 2017-10-03 13:41:55 -07:00
AtomicReferenceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AtomicStampedReferenceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BlockingQueueTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
Collection8Test.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
CollectionImplementation.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CollectionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompletableFutureTest.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
ConcurrentHashMap8Test.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
ConcurrentHashMapTest.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
ConcurrentLinkedDequeTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
ConcurrentLinkedQueueTest.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
ConcurrentSkipListMapTest.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
ConcurrentSkipListSetTest.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
ConcurrentSkipListSubMapTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ConcurrentSkipListSubSetTest.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
CopyOnWriteArrayListTest.java 8200258: Improve CopyOnWriteArrayList subList code 2018-04-10 11:33:29 -07:00
CopyOnWriteArraySetTest.java 8201386: Miscellaneous changes imported from jsr166 CVS 2018-05 2018-05-22 21:50:45 -07:00
CountDownLatchTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
CountedCompleter8Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CountedCompleterTest.java 8207003: Miscellaneous changes imported from jsr166 CVS 2018-09 2018-09-28 08:45:46 -07:00
CyclicBarrierTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
DelayQueueTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
DoubleAccumulatorTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
DoubleAdderTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EntryTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExchangerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExecutorCompletionService9Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExecutorCompletionServiceTest.java 8192944: Miscellaneous changes imported from jsr166 CVS 2017-12-08 2017-12-08 15:30:53 -08:00
ExecutorsTest.java 8186265: Make toString() methods of "task" objects more useful 2017-10-03 13:55:05 -07:00
ForkJoinPool8Test.java 8207003: Miscellaneous changes imported from jsr166 CVS 2018-09 2018-09-28 08:45:46 -07:00
ForkJoinPool9Test.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
ForkJoinPoolTest.java 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11 2018-11-28 15:25:14 -08:00
ForkJoinTask8Test.java 8227235: rare failures in testForkHelpQuiesce tck tests 2019-09-14 11:20:57 -07:00
ForkJoinTaskTest.java 8227235: rare failures in testForkHelpQuiesce tck tests 2019-09-14 11:20:57 -07:00
FutureTaskTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
HashMapTest.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
HashtableTest.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
JSR166TestCase.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
LinkedBlockingDeque8Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LinkedBlockingDequeTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
LinkedBlockingQueue8Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LinkedBlockingQueueTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
LinkedHashMapTest.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
LinkedListTest.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
LinkedTransferQueueTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
LockSupportTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LongAccumulatorTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
LongAdderTest.java 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 2018-02-10 09:23:41 -08:00
MapImplementation.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
MapTest.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
NonNestmates.java 8189764: Miscellaneous changes imported from jsr166 CVS 2017-11 2017-11-09 16:14:45 -08:00
PhaserTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
PriorityBlockingQueueTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
PriorityQueueTest.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
RecursiveActionTest.java 8207003: Miscellaneous changes imported from jsr166 CVS 2018-09 2018-09-28 08:45:46 -07:00
RecursiveTaskTest.java 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11 2018-11-28 15:25:14 -08:00
ReentrantLockTest.java 8231032: ThreadMXBean locking tests fail after JSR 166 refresh 2019-09-27 12:20:14 -07:00
ReentrantReadWriteLockTest.java 8231032: ThreadMXBean locking tests fail after JSR 166 refresh 2019-09-27 12:20:14 -07:00
ScheduledExecutorSubclassTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
ScheduledExecutorTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
SemaphoreTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
SplittableRandomTest.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
StampedLockTest.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
SubmissionPublisherTest.java 8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec 2018-11-28 15:25:14 -08:00
SynchronousQueueTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
SystemTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
tck.policy 8231032: ThreadMXBean locking tests fail after JSR 166 refresh 2019-09-27 12:20:14 -07:00
ThreadLocalRandom8Test.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00
ThreadLocalRandomTest.java 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 2018-02-10 09:23:41 -08:00
ThreadLocalTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ThreadPoolExecutorSubclassTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
ThreadPoolExecutorTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
ThreadTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TimeUnit8Test.java 8204375: Add TimeUnit#convert(Duration) 2018-06-08 11:38:40 -07:00
TimeUnitTest.java 8225490: Miscellaneous changes imported from jsr166 CVS 2019-09 2019-09-14 11:26:26 -07:00
TreeMapTest.java 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once 2019-11-01 09:04:04 -07:00
TreeSetTest.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
TreeSubMapTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TreeSubSetTest.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
VectorTest.java 8219138: Miscellaneous changes imported from jsr166 CVS 2019-05 2019-05-02 06:33:28 -07:00