We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a5f7e commit d200caaCopy full SHA for d200caa
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
@@ -224,8 +224,6 @@ 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