Skip to content

Commit 247430e

Browse files
committed
[bazel] Temporarily disable a broken LookupAddressRangeWithStmtSequenceOffset debug info test
1 parent d017042 commit 247430e

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/llvm/unittests

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ cc_test(
224224
# Skip a test that relies on reading files in a way that doesn't easily
225225
# work with Bazel.
226226
"--gtest_filter=-NativeSymbolReuseTest.*",
227+
# TODO: this test is failing on some configs, investigate and re-enable it.
228+
"--gtest_filter=-DebugLineBasicFixture.LookupAddressRangeWithStmtSequenceOffset",
227229
],
228230
features = ["-layering_check"], # #include "../lib/CodeGen/AsmPrinter/DwarfStringPool.h"
229231
deps = [

0 commit comments

Comments
 (0)