[llvm] Revert "[bazel] Temporarily disable a broken LookupAddressRangeWithSt… (PR #126944)
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 08:51:05 PST 2025
https://github.com/labath created https://github.com/llvm/llvm-project/pull/126944
…mtSequenceOffset debug info test"
This reverts commit 247430e9c41c61b66e2ee95c29a05de3e24c19b9.
The breakage has been fixed by 343bbda140d5a15cd7d7fbfc6041a7506da5cdae.
>From 92736db7dbd61a2d0bed71e607d9d8c62a66ad70 Mon Sep 17 00:00:00 2001
From: Pavel Labath <pavel at labath.sk>
Date: Wed, 12 Feb 2025 16:49:12 +0000
Subject: [PATCH] Revert "[bazel] Temporarily disable a broken
LookupAddressRangeWithStmtSequenceOffset debug info test"
This reverts commit 247430e9c41c61b66e2ee95c29a05de3e24c19b9.
The breakage has been fixed by 343bbda140d5a15cd7d7fbfc6041a7506da5cdae.
---
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel | 2 --
1 file changed, 2 deletions(-)
diff --git a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
index 61f4700b057ab..561f2b8f408f0 100644
--- a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
@@ -224,8 +224,6 @@ cc_test(
# Skip a test that relies on reading files in a way that doesn't easily
# work with Bazel.
"--gtest_filter=-NativeSymbolReuseTest.*",
- # TODO: this test is failing on some configs, investigate and re-enable it.
- "--gtest_filter=-DebugLineBasicFixture.LookupAddressRangeWithStmtSequenceOffset",
],
features = ["-layering_check"], # #include "../lib/CodeGen/AsmPrinter/DwarfStringPool.h"
deps = [
More information about the llvm-commits
mailing list