commit | b8be231803013fa5c9a51224e825353be3af095b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 03 18:00:13 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 03 18:00:13 2022 +0000 |
tree | b005c7c39d5c470c4a49a5ee9ed0ca22db7d23aa | |
parent | 5afcbe16267ec3f9c915d6654efad52e30a4df06 [diff] | |
parent | 5e7f8f116d69b609e7aa8b500c4392cf89b91915 [diff] |
Merge "Initial import of the risc-v uapi headers."
diff --git a/tests/memtag_stack_test.cpp b/tests/memtag_stack_test.cpp index 1b336bc..84ee8d1 100644 --- a/tests/memtag_stack_test.cpp +++ b/tests/memtag_stack_test.cpp
@@ -29,7 +29,7 @@ TEST_P(MemtagStackTest, test) { #if defined(__BIONIC__) && defined(__aarch64__) if (!mte_supported()) { - return; + GTEST_SKIP() << "MTE unsupported"; } bool is_static = std::get<1>(GetParam()); std::string helper =