Skip to content

Conversation

ashgti
Copy link
Contributor

@ashgti ashgti commented Aug 13, 2025

This is to unblock CI. Disabling the tests while I investigate the timeouts.

This is to unblock CI. Disabling the tests while I investigate the timeouts.
@llvmbot
Copy link
Member

llvmbot commented Aug 13, 2025

@llvm/pr-subscribers-lldb

Author: John Harrison (ashgti)

Changes

This is to unblock CI. Disabling the tests while I investigate the timeouts.


Full diff: https://github.com/llvm/llvm-project/pull/153453.diff

1 Files Affected:

  • (modified) lldb/unittests/Host/JSONTransportTest.cpp (+5)
diff --git a/lldb/unittests/Host/JSONTransportTest.cpp b/lldb/unittests/Host/JSONTransportTest.cpp
index cb6da6b1bc677..4e94582d3bc6a 100644
--- a/lldb/unittests/Host/JSONTransportTest.cpp
+++ b/lldb/unittests/Host/JSONTransportTest.cpp
@@ -132,6 +132,9 @@ class JSONRPCTransportTest : public JSONTransportTest<JSONRPCTransport> {
 
 } // namespace
 
+// Failing on Windows, see https://github.com/llvm/llvm-project/issues/153446.
+#ifndef _WIN32
+
 TEST_F(HTTPDelimitedJSONTransportTest, MalformedRequests) {
   std::string malformed_header =
       "COnTent-LenGth: -1\r\nContent-Type: text/json\r\n\r\nnotjosn";
@@ -336,3 +339,5 @@ TEST_F(JSONRPCTransportTest, NoDataTimeout) {
       RunOnce<JSONTestType>(/*timeout=*/std::chrono::milliseconds(10)),
       FailedWithMessage("timeout"));
 }
+
+#endif

@ashgti ashgti merged commit 3a36070 into llvm:main Aug 13, 2025
11 checks passed
JDevlieghere pushed a commit to swiftlang/llvm-project that referenced this pull request Oct 10, 2025
This is to unblock CI. Disabling the tests while I investigate the
timeouts.

(cherry picked from commit 3a36070)
JDevlieghere pushed a commit to swiftlang/llvm-project that referenced this pull request Oct 13, 2025
This is to unblock CI. Disabling the tests while I investigate the
timeouts.

(cherry picked from commit 3a36070)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants