[llvm] 71978fc - [Debuginfod] Disable llvm-debuginfod test on Windows.
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 14:22:37 PDT 2023
Author: Daniel Thornburgh
Date: 2023-05-16T14:21:41-07:00
New Revision: 71978fcdc2e190998379c035a5e5489c949f4f97
URL: https://github.com/llvm/llvm-project/commit/71978fcdc2e190998379c035a5e5489c949f4f97
DIFF: https://github.com/llvm/llvm-project/commit/71978fcdc2e190998379c035a5e5489c949f4f97.diff
LOG: [Debuginfod] Disable llvm-debuginfod test on Windows.
Added:
Modified:
llvm/test/tools/llvm-debuginfod/llvm-debuginfod.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-debuginfod/llvm-debuginfod.test b/llvm/test/tools/llvm-debuginfod/llvm-debuginfod.test
index 0aa0f968fa70c..edeae375a5079 100644
--- a/llvm/test/tools/llvm-debuginfod/llvm-debuginfod.test
+++ b/llvm/test/tools/llvm-debuginfod/llvm-debuginfod.test
@@ -1,4 +1,5 @@
# REQUIRES: curl, httplib, thread_support
+# UNSUPPORTED: system-windows
#int main () {
# int x = 1;
More information about the llvm-commits
mailing list