[Lldb-commits] [lldb] r266867 - Fix xfail for test_tilde_home_directory on windows

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 20 02:54:48 PDT 2016


Author: tberghammer
Date: Wed Apr 20 04:54:47 2016
New Revision: 266867

URL: http://llvm.org/viewvc/llvm-project?rev=266867&view=rev
Log:
Fix xfail for test_tilde_home_directory on windows

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py?rev=266867&r1=266866&r2=266867&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py Wed Apr 20 04:54:47 2016
@@ -16,7 +16,7 @@ class TestHomeDirectory(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @expectedFailureAll(oslist=["windows"])
+    @expectedFailureAll(hostoslist=["windows"], bugnumber="llvm.org/pr22274: need a pexpect replacement for windows")
     @no_debug_info_test
     def test_tilde_home_directory(self):
         """Test that we can resolve "~/" in paths correctly. 




More information about the lldb-commits mailing list