[llvm] [bazel] Skip tests from #152562 (PR #152759)
Jordan Rupprecht via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 09:44:58 PDT 2025
https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/152759
None
>From 720c80b89f43bfddfe3efd2809e368f7ccadff8e Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Fri, 8 Aug 2025 09:44:21 -0700
Subject: [PATCH] [bazel] Skip tests from #152562
---
utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
index ab6b5ef274fb9..518f723bab8e8 100644
--- a/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
@@ -682,7 +682,7 @@ cc_test(
args = [
# TODO: some tests fail with: "JIT session error: Symbols not found:
# [ _ZnwmPv26__clang_Interpreter_NewTag, __clang_Interpreter_SetValueWithAlloc ]
- "--gtest_filter=-InterpreterTest.*",
+ "--gtest_filter=-InterpreterTest.*:InterpreterTestBase.*",
],
deps = [
"//clang:ast",
More information about the llvm-commits
mailing list