diff options
Diffstat (limited to 'oatdump/oatdump_test.cc')
-rw-r--r-- | oatdump/oatdump_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oatdump/oatdump_test.cc b/oatdump/oatdump_test.cc index 88cd044a48..6cd3a9742a 100644 --- a/oatdump/oatdump_test.cc +++ b/oatdump/oatdump_test.cc @@ -66,10 +66,10 @@ TEST_P(OatDumpTest, TestListMethods) { } TEST_P(OatDumpTest, TestSymbolize) { - TEST_DISABLED_FOR_RISCV64(); if (GetParam() == Flavor::kDynamic) { TEST_DISABLED_FOR_TARGET(); // Can not write files inside the apex directory. } else { + TEST_DISABLED_FOR_RISCV64(); TEST_DISABLED_FOR_ARM_AND_ARM64(); } std::string error_msg; @@ -77,8 +77,8 @@ TEST_P(OatDumpTest, TestSymbolize) { } TEST_P(OatDumpTest, TestExportDex) { - TEST_DISABLED_FOR_RISCV64(); if (GetParam() == Flavor::kStatic) { + TEST_DISABLED_FOR_RISCV64(); TEST_DISABLED_FOR_ARM_AND_ARM64(); } std::string error_msg; |