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"))


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to