Skip to content

Commit 720c80b

Browse files
committed
[bazel] Skip tests from llvm#152562
1 parent 83dd7d9 commit 720c80b

File tree

1 file changed

+1
-1
lines changed
  • utils/bazel/llvm-project-overlay/clang/unittests

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ cc_test(
682682
args = [
683683
# TODO: some tests fail with: "JIT session error: Symbols not found:
684684
# [ _ZnwmPv26__clang_Interpreter_NewTag, __clang_Interpreter_SetValueWithAlloc ]
685-
"--gtest_filter=-InterpreterTest.*",
685+
"--gtest_filter=-InterpreterTest.*:InterpreterTestBase.*",
686686
],
687687
deps = [
688688
"//clang:ast",

0 commit comments

Comments
 (0)