summaryrefslogtreecommitdiffstats
path: root/tests/unit/screen_ui_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-06-05 23:03:34 +0200
committerTao Bao <tbao@google.com>2018-06-05 23:06:59 +0200
commit42be0d47d92086396decdbbd24d165ae340f9156 (patch)
tree4cd4048bcf55c08a212e3697cbb5b6e5542c367d /tests/unit/screen_ui_test.cpp
parentMerge "updater_sample: Add UI docs to README" (diff)
downloadandroid_bootable_recovery-42be0d47d92086396decdbbd24d165ae340f9156.tar
android_bootable_recovery-42be0d47d92086396decdbbd24d165ae340f9156.tar.gz
android_bootable_recovery-42be0d47d92086396decdbbd24d165ae340f9156.tar.bz2
android_bootable_recovery-42be0d47d92086396decdbbd24d165ae340f9156.tar.lz
android_bootable_recovery-42be0d47d92086396decdbbd24d165ae340f9156.tar.xz
android_bootable_recovery-42be0d47d92086396decdbbd24d165ae340f9156.tar.zst
android_bootable_recovery-42be0d47d92086396decdbbd24d165ae340f9156.zip
Diffstat (limited to 'tests/unit/screen_ui_test.cpp')
-rw-r--r--tests/unit/screen_ui_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/screen_ui_test.cpp b/tests/unit/screen_ui_test.cpp
index 25623074c..2179b729f 100644
--- a/tests/unit/screen_ui_test.cpp
+++ b/tests/unit/screen_ui_test.cpp
@@ -408,5 +408,7 @@ TEST_F(ScreenRecoveryUITest, LoadAnimation_MissingAnimation) {
ASSERT_TRUE(ui_->Init(kTestLocale));
TemporaryDir resource_dir;
Paths::Get().set_resource_dir(resource_dir.path);
+
+ ::testing::FLAGS_gtest_death_test_style = "threadsafe";
ASSERT_EXIT(ui_->RunLoadAnimation(), ::testing::KilledBySignal(SIGABRT), "");
}