[Lldb-commits] [lldb] bb91520 - [lldb] Re-add X-Fail for Windows to TestDollarInVariable
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 26 06:25:05 PDT 2020
Author: Raphael Isemann
Date: 2020-06-26T15:24:15+02:00
New Revision: bb91520e4fe89ad35bc89578601bf1c35bd9d2fc
URL: https://github.com/llvm/llvm-project/commit/bb91520e4fe89ad35bc89578601bf1c35bd9d2fc
DIFF: https://github.com/llvm/llvm-project/commit/bb91520e4fe89ad35bc89578601bf1c35bd9d2fc.diff
LOG: [lldb] Re-add X-Fail for Windows to TestDollarInVariable
This got removed by accident in 048d11de43be087fd2fa0c5e35f20486f6094c29 when
the test was rewritten as a non-inline test.
Added:
Modified:
lldb/test/API/commands/expression/dollar-in-variable/TestDollarInVariable.py
Removed:
################################################################################
diff --git a/lldb/test/API/commands/expression/dollar-in-variable/TestDollarInVariable.py b/lldb/test/API/commands/expression/dollar-in-variable/TestDollarInVariable.py
index 13d70597aee1..d15eae304a4c 100644
--- a/lldb/test/API/commands/expression/dollar-in-variable/TestDollarInVariable.py
+++ b/lldb/test/API/commands/expression/dollar-in-variable/TestDollarInVariable.py
@@ -7,6 +7,7 @@ class TestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @expectedFailureAll(oslist=["windows"])
def test(self):
self.build()
lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec("main.c"))
More information about the lldb-commits
mailing list