aboutsummaryrefslogtreecommitdiff
path: root/jsr166-tests
AgeCommit message (Expand)Author
2023-11-22Remove Android patches from ThreadLocalRandom.Almaz Mingaleev
2022-09-12Prefer `T.valueOf(t)` over `new T(t)` for boxed primitive typesOrion Hodson
2022-05-25Make compatible toString check in CompletableFutureTestSorin Basca
2021-11-01Reverting ScheduledThreadPoolExecutor behaviour for delayed tasksSorin Basca
2021-10-31Revert^2 "Fixing the j.u.c compilation after merge with up..."Sorin Basca
2021-10-14Merge changes from topic "revert-1849420-openjdk11-j-u-c-merge-GXXAALPPMY"Will Osborn
2021-10-14Revert "Fixing the j.u.c compilation after merge with upstream"Gary Lin
2021-10-13Fixing j.u.c.ScheduledExecutorTest(s)Sorin Basca
2021-10-11Fixing the j.u.c compilation after merge with upstreamSorin Basca
2021-09-23OpenJDK 11: Merging in java.util.CollectionNikita Iashchenko
2021-05-26Increase timeout for jsr166.StampedLockTest#testReadLockInterruptiblySorin Basca
2020-07-28Inclusive Language Fixit: step #4Paul Duffin
2020-03-10libcore: Add a libcore-patch-style scriptOrion Hodson
2018-03-20Restore the visibility checks in Atomic.*FieldUpdater.Pete Gillin
2017-03-06Automated: Canonicalize spelling of Android-changed across libcoreTobias Thierer
2017-02-19Port JSR166 LinkedTransferQueueTest flakiness fixTobias Thierer
2016-12-09Add Android-changed on modifications to workaround an ECJ bugmikaelpeltier
2016-12-09Workaround of a Jack front-end bug related to type inferencemikaelpeltier
2016-05-18Make CollectionTest and Collection8Test abstract.Nicholas Sauer
2016-04-12ConcurrentHashMap: update API for keySet.Narayan Kamath
2016-03-18Add openJdk8 java.util.stream packageIgor Murashkin
2016-03-17Adjust ThreadPoolExecutorTest#testPoolSizeInvariantsPrzemyslaw Szczepaniak
2016-03-15Fix for CollectionTest not running properly on vogar + missing testsPrzemyslaw Szczepaniak
2016-03-15JSR-166 update without java 1.9 method/classesPrzemyslaw Szczepaniak
2016-01-05Temporarily wait without timeouts in two jsr166 tests for debugging.Hiroshi Yamauchi
2015-04-30Fix JSR-166 tests.Narayan Kamath
2015-04-30Update JSR166 tck tests.Narayan Kamath
2014-05-16Fix jsr166 testsCalin Juravle
2013-08-14Added jsr166 tck tests as part of the libcore testsuite.Calin Juravle