[llvm] Disable tests due to bot setup issues (PR #165360) (PR #165983)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 1 02:29:55 PDT 2025
https://github.com/SahilPatidar created https://github.com/llvm/llvm-project/pull/165983
Some tests are failing on the build bots because of environment/setup issues rather than code changes in PR #165360.
As a temporary workaround, these tests are being disabled to allow the rest of the build to pass.
Once the bot setup is fixed, the tests will be re-enabled.
https://lab.llvm.org/buildbot/#/builders/180/builds/27660.
https://lab.llvm.org/buildbot/#/builders/160/builds/27520.
>From baaccc82befff2e85624095081a1591609efe88d Mon Sep 17 00:00:00 2001
From: SahilPatidar <patidarsahil2001 at gmail.com>
Date: Sat, 1 Nov 2025 14:25:19 +0530
Subject: [PATCH] Disable tests due to bot setup issues (PR #165360)
---
llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp b/llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp
index 31f0cce86fe8e..58be7b7bf532e 100644
--- a/llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp
+++ b/llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp
@@ -30,7 +30,7 @@
using namespace llvm;
using namespace llvm::orc;
-#if defined(__APPLE__) || defined(__linux__)
+#if 0
// TODO: Add COFF (Windows) support for these tests.
// this facility also works correctly on Windows (COFF),
// so we should eventually enable and run these tests for that platform as well.
More information about the llvm-commits
mailing list