[all-commits] [llvm/llvm-project] ca003e: [clang-repl] Disable InterpreterExceptionTest on R...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Oct 4 06:33:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca003ee06d0eac7e8facc179181298a05e4d03ed
https://github.com/llvm/llvm-project/commit/ca003ee06d0eac7e8facc179181298a05e4d03ed
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
Log Message:
-----------
[clang-repl] Disable InterpreterExceptionTest on RISC-V (#68216)
This test fails as .eh_frame handling is not yet implemented for RISC-V
in JITLink. #66067 is proposed to address this.
Skip the test until the issue is resolved. It seems that D159167 enabled
this test for more than just ppc64. As the test always failed, it just
wasn't run until now, I think skipping is the correct interim approach
(as is already done for Arm, Darwin, and others).
More information about the All-commits
mailing list