We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d017042 commit 247430eCopy full SHA for 247430e
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
@@ -224,6 +224,8 @@ cc_test(
224
# Skip a test that relies on reading files in a way that doesn't easily
225
# work with Bazel.
226
"--gtest_filter=-NativeSymbolReuseTest.*",
227
+ # TODO: this test is failing on some configs, investigate and re-enable it.
228
+ "--gtest_filter=-DebugLineBasicFixture.LookupAddressRangeWithStmtSequenceOffset",
229
],
230
features = ["-layering_check"], # #include "../lib/CodeGen/AsmPrinter/DwarfStringPool.h"
231
deps = [
0 commit comments