File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
.github/actions/Build_and_Test_CppInterOp Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 68
68
fi
69
69
if [[ "${{ matrix.oop-jit }}" == "On" ]]; then
70
70
./unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
71
- if [[ "${os}" != "macos"* ]]; then
72
- valgrind --show-error-list=yes --track-origins=yes --trace-children=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
73
- fi
74
71
fi
75
72
fi
76
73
echo "CB_PYTHON_DIR=$CB_PYTHON_DIR" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ using namespace llvm;
13
13
using namespace clang ;
14
14
15
15
TEST (ScopeReflectionTest, IsEnumScope) {
16
- if (TestUtils::g_use_oop_jit && llvm::sys::RunningOnValgrind ()) {
17
- GTEST_SKIP () << " XFAIL due to Valgrind report" ;
18
- }
19
16
std::vector<Decl *> Decls, SubDecls;
20
17
std::string code = R"(
21
18
enum Switch {
You can’t perform that action at this time.
0 commit comments