aboutsummaryrefslogtreecommitdiff
path: root/android/guava-tests
AgeCommit message (Expand)Author
2024-04-30Update the imports to androidx.test.filters.*Fangqiu Su
2024-01-02Upgrade guava to v33.0.0Sadaf Ebrahimi
2023-12-18change behavior of views retu...Google Java Core Libraries
2023-12-15change behavior of views returned by graph accessor methods that take a graph...Google Java Core Libraries
2023-12-15Simplify and micro-optimize `Iterators.forArray`.cpovirk
2023-12-07Make `LocalCache` not use `synchronized` to detect recursive loads.Christian Ortlepp
2023-12-04Make various classes catch `Exception` instead of `RuntimeException` even whe...cpovirk
2023-11-30Declare "redundant" overrides of all our package-private `writeReplace` methods.cpovirk
2023-11-09Prepare to expose (all?) remaining collectors as part of `guava-android`.cpovirk
2023-11-09Provide default instances of `MutableNetwork`.cpovirk
2023-10-31Prepare to make `ImmutableMultimap` collectors available in guava-android (bu...cpovirk
2023-10-27Prepare to make `ImmutableMap.toImmutableMap` available in guava-android (but...cpovirk
2023-10-25Prepare to make `ImmutableSet.toImmutableSet` available in guava-android (but...cpovirk
2023-10-20ensure that Graph/ValueGraph views for a node report empty when that node is ...ineuwirth
2023-10-17Make `equals` work when comparing a `cartesianProduct` against another `Set`.Éamonn McManus
2023-10-10Add `@GwtIncompatible` to a bunch of tests that had neither that nor `@GwtCom...cpovirk
2023-10-09roll back fix of behavior of Graph/ValueGraph views for a node when that node...Google Java Core Libraries
2023-10-06fix behavior of Graph/ValueGraph views for a node when that node is removed f...ineuwirth
2023-10-06Fix `Files.createTempDir` and `FileBackedOutputStream` under Windows _service...cpovirk
2023-10-06Add `@GwtIncompatible` to `ConverterTest` methods that fail J2CL compilation.cpovirk
2023-10-04Make `MapsTransformValuesTest` stop pulling double duty as a test and as test...cpovirk
2023-10-03Split `Base` and `Derived` out of `SetsTest` so that `MapsTest` can depend on...cpovirk
2023-10-03Give `ContiguousSetTest` its own `DiscreteDomain` implementation instead of p...cpovirk
2023-10-03Make `FilteredMapTest` and `MapsTest` stop pulling double duty as a test and ...cpovirk
2023-10-03Use `assertThrows` in a few more places.cpovirk
2023-10-03Prepare some `common.collect` tests and testlib classes to build under J2CL.cpovirk
2023-10-02Skip a couple `ServiceManager` tests when running Java 8 on Windows.cpovirk
2023-09-06Use `assertThrows` almost wherever we can.cpovirk
2023-09-06Make `Futures.getChecked` prefer constructors with a `Throwable` parameter.cpovirk
2023-08-29Upgrade guava to v32.1.2Sadaf Ebrahimi
2023-08-28Add test for `Ordering.explicit(1,2,3).max(Arrays.asList(0))`Kurt Alfred Kluever
2023-08-07Automatically bump deps, and manually bump `error_prone_core`.cpovirk
2023-08-07Change `MediaType.parse` to allow and skip over linear whitespace on either s...Colin Decker
2023-08-02Internal change.cpovirk
2023-07-31Declare versions of test-only dependencies inline instead of in our parent pom.cpovirk
2023-07-25Fix Google-internal `common.collect` tests under an Android emulator.cpovirk
2023-07-07Update tests for newer version of Android.Andrew Sinclair
2023-07-07Update docs for `@AndroidIncompatible`.cpovirk
2023-06-26Changed `Longs.concat()` to throw `IllegalArgumentException` if the input arr...Istvan Neuwirth
2023-06-21Stop skipping tests that look for line breaks under Windows.cpovirk
2023-06-20Stop skipping certain `AbstractFutureTest` tests under Windows.ineuwirth
2023-06-15Test that we don't add new methods or supertypes to `ListenableFuture`.cpovirk
2023-06-13Use Java's hardware-accelerated CRC32C implementation where available.cpovirk
2023-06-08Fix `Files.createTempDir` and `FileBackedOutputStream` under Windows.cpovirk
2023-06-08Run CI under Windows, suppressing existing failures.cpovirk
2023-06-06Internal change.cpovirk
2023-06-06Internal build setup changeStefan Haustein
2023-06-01Internal build changeStefan Haustein
2023-05-26Under J2CL+GWT, remove `keyType()` and `valueType()` from the `Enum*BiMap` cl...cpovirk
2023-05-26Remove `Sets.complementOf` from `guava-gwt`.cpovirk