[llvm-branch-commits] [llvm] 9b44b22 - Revert "[llvm] Attempt to re-enable llvm-debuginfod-find test on Windows bots…"
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 27 02:30:22 PDT 2026
Author: Stefan Gränitz
Date: 2026-03-27T10:30:18+01:00
New Revision: 9b44b22d45fbd05202352089392beabdca7c8a96
URL: https://github.com/llvm/llvm-project/commit/9b44b22d45fbd05202352089392beabdca7c8a96
DIFF: https://github.com/llvm/llvm-project/commit/9b44b22d45fbd05202352089392beabdca7c8a96.diff
LOG: Revert "[llvm] Attempt to re-enable llvm-debuginfod-find test on Windows bots…"
This reverts commit 906912d752e5d6e53de0665df67cc40a83ca2091.
Added:
Modified:
llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test b/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
index 3251ea2c80540..9b614790694e8 100644
--- a/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
+++ b/llvm/test/tools/llvm-debuginfod-find/headers-winhttp.test
@@ -1,10 +1,16 @@
-REQUIRES: system-windows, http-server
+REQUIRES: system-windows, http-server, disabled-temp
RUN: not llvm-debuginfod-find --debuginfo 0 2>&1 | FileCheck %s --check-prefix CHECK-STDOUT
CHECK-STDOUT: Build ID 00 could not be found
RUN: rm -rf %t
RUN: mkdir -p %t/debuginfod-cache
+RUN: %python %S/Inputs/capture_req.py llvm-debuginfod-find --debuginfo 0 \
+RUN: | FileCheck --check-prefix NO-HEADERS %s
+RUN: env DEBUGINFOD_CACHE=%t/debuginfod-cache DEBUGINFOD_HEADERS_FILE=bad %python %S/Inputs/capture_req.py \
+RUN: llvm-debuginfod-find --debuginfo 0 \
+RUN: | FileCheck --check-prefix NO-HEADERS %s
+RUN: rm -rf %t/debuginfod-cache/*
RUN: env DEBUGINFOD_CACHE=%t/debuginfod-cache DEBUGINFOD_HEADERS_FILE=%S/Inputs/headers %python %S/Inputs/capture_req.py \
RUN: llvm-debuginfod-find --debuginfo 0 \
RUN: | FileCheck --check-prefix HEADERS %s
@@ -12,6 +18,9 @@ RUN: rm -rf %t/debuginfod-cache/*
RUN: env DEBUGINFOD_CACHE=%t/debuginfod-cache DEBUGINFOD_HEADERS_FILE=%S/Inputs/headers DEBUGINFOD_URLS=fake not llvm-debuginfod-find --debuginfo 0 2>&1 \
RUN: | FileCheck --check-prefix ERR -DHEADER_FILE=%S/Inputs/headers %s
+NO-HEADERS: User-Agent: LLVM-HTTPClient/1.0
+NO-HEADERS-NEXT: Host: localhost:{{[0-9]+}}
+
HEADERS: User-Agent: LLVM-HTTPClient/1.0
HEADERS-NEXT: A: B
HEADERS-NEXT: C: D
More information about the llvm-branch-commits
mailing list