Skip to content

Commit f477317

Browse files
author
kr-2003
committed
gskip tests
1 parent 33db46d commit f477317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ TEST_F(InterpreterTest, Sanity) {
169169
}
170170

171171
TEST_F(InterpreterTest, SanityWithRemoteExecution) {
172+
if (!HostSupportsJIT())
173+
GTEST_SKIP();
174+
172175
std::unique_ptr<Interpreter> Interp = createInterpreterWithRemoteExecution();
173176

174177
using PTU = PartialTranslationUnit;

0 commit comments

Comments
 (0)