Skip to content

Commit

Permalink
RISC-V: enable CallTest
Browse files Browse the repository at this point in the history
  • Loading branch information
janvrany committed Jun 12, 2021
1 parent fc21c26 commit 862e6cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fvtest/compilertriltest/CallTest.cpp
Expand Up @@ -35,7 +35,6 @@ TEST_F(CallTest, icallOracle) {
SKIP_ON_S390X_LINUX(MissingImplementation) << "Test is skipped on S390x Linux because calls are not currently supported (see issue #1645)";
SKIP_ON_ARM(MissingImplementation) << "Test is skipped on ARM because calls are not currently supported (see issue #1645)";
SKIP_ON_AARCH64(MissingImplementation) << "Test is skipped on AArch64 because calls are not currently supported (see issue #1645)";
SKIP_ON_RISCV(MissingImplementation) << "Test is skipped on AArch64 because calls are not currently supported (see issue #1645)";

char inputTrees[200] = {0};
const auto format_string = "(method return=Int32 args=[Int32] (block (ireturn (icall address=0x%jX args=[Int32] (iload parm=0)) ) ))";
Expand Down

0 comments on commit 862e6cf

Please sign in to comment.