Author: Pavel Labath Date: 2020-10-14T16:46:10+02:00 New Revision: 36f22cd28d5e57c197ea374048a06dbdc5a08214
URL: https://github.com/llvm/llvm-project/commit/36f22cd28d5e57c197ea374048a06dbdc5a08214 DIFF: https://github.com/llvm/llvm-project/commit/36f22cd28d5e57c197ea374048a06dbdc5a08214.diff LOG: [lldb] Fix TestGdbRemoteMemoryAllocation on windows It appears that memory allocation actually works on windows (but it was not fully wired up before 2c4226f8). Added: Modified: lldb/test/API/tools/lldb-server/memory-allocation/TestGdbRemoteMemoryAllocation.py Removed: ################################################################################ diff --git a/lldb/test/API/tools/lldb-server/memory-allocation/TestGdbRemoteMemoryAllocation.py b/lldb/test/API/tools/lldb-server/memory-allocation/TestGdbRemoteMemoryAllocation.py index 64e0782f4bf8..5c8e4621ce3b 100644 --- a/lldb/test/API/tools/lldb-server/memory-allocation/TestGdbRemoteMemoryAllocation.py +++ b/lldb/test/API/tools/lldb-server/memory-allocation/TestGdbRemoteMemoryAllocation.py @@ -6,7 +6,7 @@ supported_linux_archs = ["x86_64", "i386"] -supported_oses = ["linux"] +supported_oses = ["linux", "windows"] class TestGdbRemoteMemoryAllocation(gdbremote_testcase.GdbRemoteTestCaseBase): _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits