commit | bcaa454d32e1b4ccf92467bb263d627695ac9a5b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 08 15:20:23 2019 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Mar 12 10:26:39 2019 -0700 |
tree | 65d7d4c493242ecb51bfe1796f133b32538de514 | |
parent | ff16c0b89b7297bc70353f60afac9bb93d6b0087 [diff] [blame] |
bionic tests: use GTEST_SKIP. Also be a bit more to the point in our messages, focusing on "why" not "what". Test: ran tests Change-Id: I297806c7a102bd52602dcd2fcf7a2cd34aba3a11
diff --git a/tests/link_test.cpp b/tests/link_test.cpp index 1bdee9f..cf5fc0b 100644 --- a/tests/link_test.cpp +++ b/tests/link_test.cpp
@@ -231,6 +231,6 @@ } ASSERT_TRUE(found); #else - GTEST_LOG_(INFO) << "dl_unwind_find_exidx is an ARM-only API\n"; + GTEST_SKIP() << "dl_unwind_find_exidx is an ARM-only API"; #endif }