[Lldb-commits] [lldb] Revert "XFAIL TestLocalVariables.py on Windows" (PR #83454)

Alexander M. via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 29 10:00:16 PST 2024


https://github.com/amordo created https://github.com/llvm/llvm-project/pull/83454

This reverts commit 3434472ed74141848634b5eb3cd625d651e22562.

Closes #43097.

>From 05d72acd675d343ad844b93a2a18e7da9c6d7980 Mon Sep 17 00:00:00 2001
From: Alexander Mordovskiy <iammorjj at gmail.com>
Date: Thu, 29 Feb 2024 18:58:28 +0100
Subject: [PATCH] Revert "XFAIL TestLocalVariables.py on Windows"

This reverts commit 3434472ed74141848634b5eb3cd625d651e22562.

Closes #43097.
---
 lldb/test/API/lang/c/local_variables/TestLocalVariables.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lldb/test/API/lang/c/local_variables/TestLocalVariables.py b/lldb/test/API/lang/c/local_variables/TestLocalVariables.py
index cccb8cac013ff2..686636119314ef 100644
--- a/lldb/test/API/lang/c/local_variables/TestLocalVariables.py
+++ b/lldb/test/API/lang/c/local_variables/TestLocalVariables.py
@@ -19,7 +19,6 @@ def setUp(self):
         self.source = "main.c"
         self.line = line_number(self.source, "// Set break point at this line.")
 
-    @skipIfWindows
     def test_c_local_variables(self):
         """Test local variable value."""
         self.build()



More information about the lldb-commits mailing list