Skip to content

Commit b03e3f3

Browse files
committed
Revert "[clang-repl] Disable InterpreterExceptionTest on RISC-V (#68216)"
This reverts commit ca003ee as the test is now passing.
1 parent d44b587 commit b03e3f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ extern "C" int throw_exception() {
122122
Triple.getArch() == llvm::Triple::aarch64_32))
123123
GTEST_SKIP();
124124

125-
// FIXME: RISC-V fails as .eh_frame handling is not yet implemented in
126-
// JITLink for RISC-V. See PR #66067.
127-
if (Triple.isRISCV())
128-
GTEST_SKIP();
129-
130125
llvm::cantFail(Interp->ParseAndExecute(ExceptionCode));
131126
testing::internal::CaptureStdout();
132127
auto ThrowException =

0 commit comments

Comments
 (0)