Skip to content

Commit 2d7314f

Browse files
author
kr-2003
committed
fn-ref-test fix
1 parent 94b671f commit 2d7314f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unittests/CppInterOp/FunctionReflectionTest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,6 +2587,11 @@ TEST(FunctionReflectionTest, GetExecutorPIDTest) {
25872587
#ifdef EMSCRIPTEN
25882588
GTEST_SKIP() << "Test fails for Emscipten builds";
25892589
#endif
2590+
#ifdef CPPINTEROP_USE_CLING
2591+
GTEST_SKIP() << "Test fails for cling builds";
2592+
#endif
2593+
if (llvm::sys::RunningOnValgrind())
2594+
GTEST_SKIP() << "XFAIL due to Valgrind report";
25902595
TestUtils::CreateInterpreter();
25912596
pid_t pid = Cpp::GetExecutorPID();
25922597
if (TestUtils::use_oop_jit()) {

0 commit comments

Comments
 (0)