[llvm] [llvm] Re-enable llvm-debuginfod-find/headers-winhttp.test (PR #190161)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 07:23:39 PDT 2026


https://github.com/weliveindetail updated https://github.com/llvm/llvm-project/pull/190161

>From ed405d3a7b35b8695630b91ad7cb65eb0a6e9751 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Gr=C3=A4nitz?= <stefan.graenitz at gmail.com>
Date: Thu, 2 Apr 2026 08:21:26 -0400
Subject: [PATCH] Re-enable headers-winhttp.test to see if it fails in
 pre-merge tests

---
 llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test b/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
index 9b614790694e8..f5a59518cfccd 100644
--- a/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
+++ b/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
@@ -1,4 +1,4 @@
-REQUIRES: system-windows, http-server, disabled-temp
+REQUIRES: system-windows, http-server
 
 RUN: not llvm-debuginfod-find --debuginfo 0 2>&1 | FileCheck %s --check-prefix CHECK-STDOUT
 CHECK-STDOUT: Build ID 00 could not be found



More information about the llvm-commits mailing list