summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/archives/TestBSDArchives.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-08-20 22:08:57 +0000
committerZachary Turner <zturner@google.com>2015-08-20 22:08:57 +0000
commit9509c356dbf3420a8f84ea1be5e4c1dd42183152 (patch)
treee8fd1520433ecbfcd3617dd9c0f8ec7fd4aa72b5 /lldb/test/functionalities/archives/TestBSDArchives.py
parent63138849141f34f295396b97b819884199230d63 (diff)
downloadbcm5719-llvm-9509c356dbf3420a8f84ea1be5e4c1dd42183152.tar.gz
bcm5719-llvm-9509c356dbf3420a8f84ea1be5e4c1dd42183152.zip
XFAIL TestBSDArchives.py on Windows
llvm.org/pr24527 tracks this bug. Makefile.rules does not know how to build static libraries on Windows. llvm-svn: 245628
Diffstat (limited to 'lldb/test/functionalities/archives/TestBSDArchives.py')
-rw-r--r--lldb/test/functionalities/archives/TestBSDArchives.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/archives/TestBSDArchives.py b/lldb/test/functionalities/archives/TestBSDArchives.py
index 632b9819070..9af7ae829ce 100644
--- a/lldb/test/functionalities/archives/TestBSDArchives.py
+++ b/lldb/test/functionalities/archives/TestBSDArchives.py
@@ -10,6 +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.
def test_with_dwarf(self):
"""Break inside a() and b() defined within libfoo.a."""
self.buildDwarf()
OpenPOWER on IntegriCloud