From 720c80b89f43bfddfe3efd2809e368f7ccadff8e Mon Sep 17 00:00:00 2001 From: Jordan Rupprecht 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",