History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2104f4b5c8e3ad63570306a25e61502dfe4c418 05-Mar-2017 Aurimas Liutikas <aurimas@google.com> Add all missing @Override annotations.

Historically, we could not add @Override for certain methods due to
using older SDKs to build support library. That is no longer the case
so we can add @Override everywhere now.

Test: ./gradlew assemble assembleAndroidTest still works
Change-Id: I85e3c1157f0e253e3eab7584189f3bf95cf030e9
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
5752abaccbb000adf2e4369ceff6e747da12e2f5 24-Nov-2016 Aurimas Liutikas <aurimas@google.com> Disable all the AsyncListUtilTest as they are still flaking.

Bug: 32015869
Test: Test no longer run
Change-Id: Ia97404c07413308fc144ec061a9834ea02592337
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
e310cf31070baf35a7e9eedf9528d3c2927db6c7 08-Nov-2016 Aurimas Liutikas <aurimas@google.com> Disable another flaky AsyncListUtilTest.

AsyncListUtilTest#dataRefresh is flaking on API 23 test runner.
This CL disables this test.

Bug: 32015869
Test: None
Change-Id: I4626809098a0f8dddbdfd7c3e0cfc771f0d15ef6
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
7ad1beee0c6142da5bcad796aa00be9f689b4037 25-Oct-2016 Aurimas Liutikas <aurimas@google.com> Disabling AsyncListUtilTest#tileCaching as it is flaky.

Test flakiness is tracked by the bug and this test will be reenabled
when it is no longer flaky.

Bug: 32015869
Test: ran AsyncListUtilTest locally and tileCaching is now skipped
Change-Id: If2d7cc6dcc4b16c388ee4041d86fd44b479b0142
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
180bb52faf312fa55eb0c2ec22c6d9cff977a323 07-Oct-2016 Aurimas Liutikas <aurimas@google.com> Fix AsyncListUtilTest and ThreadUtilTest.

It seems that @UiThreadTest has odd behavior if used on @Before methods.

Test: ran tests locally on API 15 and now they pass.
Change-Id: Iaff42806d3e4dc871b27ace9d159b799c9ef8437
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
42e7d6fafcde7bfe261dd7d8d75ee53ca0cd6790 28-Sep-2016 Aurimas Liutikas <aurimas@google.com> Replace usage of Instrumentation#runOnMainSync with ActivityTestRule#runOnUiThread.

ActivityTestRule#runOnUiThread handles exceptions correctly and thus should be used
in place of Instrumentation#runOnMainSync. This changes most of these use-cases
except for tricky cases.

Bug: 31801302
Test: ran support-design:connectedCheck and support-appcompat:connectedCheck
Change-Id: I70904aef89e6bbc2a3cff1b3be697258d666e316
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
754cb29c50f09a83251dd4bb633ba445b2411adb 27-Sep-2016 Aurimas Liutikas <aurimas@google.com> Switch from deprecated size annotations to new ones.

Switching from android.test.suitebuilder.annotation.*Test
to android.support.test.filters.*Test.

Bug: 30074170
Test: manual - ran small appcompat tests, they still run and pass
Change-Id: Idce58b988c8e1a809f7f5fae67e0e235159d9fc5
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
0a017072206f93474ccd2706e7983c2ff778b904 07-Jan-2016 Yigit Boyar <yboyar@google.com> Move all RecyclerView tests to Junit4

This CL moves all RecyclerView tests to Junit4 and uses
the new ActivityTestRule instead of ActivityInstrumentationTest.

Bug: 24494874
Change-Id: I049d8b1ac7869a6af13a3ee7905d6dd1f6eb418b
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
f1b288ec2104488f4a92e911b0ab80c8f0f3e9d1 28-Dec-2015 Yigit Boyar <yboyar@google.com> Add test size annotations to RecyclerView Tests

Bug: 24494874
Change-Id: I0e7606d1c55017dc17467155372b708a0b1ea36d
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
de8e2baf9504defe12972fbf60935a1148f1098f 24-Jul-2015 Vladislav Kaznacheev <kaznacheev@google.com> Introduce ParallelExecutorCompat into support/v4

This class provides a backward compatible access to
a shared instance of ThreadPoolExecutor.

Also using this class in AsyncListUtil implementation
to avoid creating a new single thread executor per
instance.

Fixed tests accordingly.

Bug: 22640199
Change-Id: I89a59854f436c7dd9a8a9ab30fc86bd8f50e9df7
(cherry picked from commit c705c5d9a4f33aafeaabdf294b22bd587b0b7811)
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java
a1470623b0f7c52c9e3985012bf9daeb692d7bcc 10-Jun-2015 Vladislav Kaznacheev <kaznacheev@google.com> Implemented AsyncListUtil

This is a utility class that supports asynchronous
content loading.

It can be used to load Cursor data in chunks without
querying the Cursor on the UI Thread while keeping UI
and cache synchronous for better user experience.

Bug: 20180767
Change-Id: I2872cd0f4a3eca89c054c006ac5e18523e073510
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/AsyncListUtilTest.java