[Lldb-commits] [lldb] r245631 - Change TestBSDArchives to expectedFailureWindows.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 20 15:25:45 PDT 2015
Author: zturner
Date: Thu Aug 20 17:25:45 2015
New Revision: 245631
URL: http://llvm.org/viewvc/llvm-project?rev=245631&view=rev
Log:
Change TestBSDArchives to expectedFailureWindows.
Modified:
lldb/trunk/test/functionalities/archives/TestBSDArchives.py
Modified: lldb/trunk/test/functionalities/archives/TestBSDArchives.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/archives/TestBSDArchives.py?rev=245631&r1=245630&r2=245631&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/archives/TestBSDArchives.py (original)
+++ lldb/trunk/test/functionalities/archives/TestBSDArchives.py Thu Aug 20 17:25:45 2015
@@ -10,7 +10,7 @@ class BSDArchivesTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @expectedFailureHostWindows("llvm.org/pr24527") # Makefile.rules doesn't know how to build static libs on Windows.
+ @expectedFailureWindows("llvm.org/pr24527") # Makefile.rules doesn't know how to build static libs on Windows.
def test_with_dwarf(self):
"""Break inside a() and b() defined within libfoo.a."""
self.buildDwarf()
More information about the lldb-commits
mailing list