platform_bootable_recovery/tests
Tao Bao 42be0d47d9 tests: Specify the death test style to avoid flakiness.
As warned below (while running the test), the default death test style
(i.e. "fast") doesn't work well in a threaded context, which causes test
flakiness (timeout or early exit).

[WARNING] external/googletest/googletest/src/gtest-death-test.cc:836:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads.

This CL specifies the death test styles to be "threadsafe" for the
following death tests.
- RangeSetTest.GetBlockNumber
- RangeSetTest.file_range
- ScreenRecoveryUITest.LoadAnimation_MissingAnimation

Test: mmma -j bootable/recovery
Test: Run recovery_unit_test on marlin. Test passes and the above
      warning is gone.
Change-Id: I245bbc09286702d5cb326f878c4391e842b66cc5
2018-06-05 14:06:59 -07:00
..
common tests: Pick up testdata with LOCAL_TEST_DATA. 2018-04-02 14:14:29 -07:00
component tests: Add ResumableUpdaterTest. 2018-06-04 16:19:45 +00:00
manual tests: Move ResourcesTest into component test. 2018-04-16 11:29:06 -07:00
testdata Convert deflate image chunks to raw if the raw data is smaller 2018-05-24 10:49:54 -07:00
unit tests: Specify the death test style to avoid flakiness. 2018-06-05 14:06:59 -07:00
Android.mk updater: Add Commmand class to manage BBOTA commands. 2018-05-25 15:26:42 -07:00
AndroidTest.xml tests: Pick up testdata with LOCAL_TEST_DATA. 2018-04-02 14:14:29 -07:00