diff options
| author | Zachary Turner <zturner@google.com> | 2015-08-20 22:08:57 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-08-20 22:08:57 +0000 |
| commit | 9509c356dbf3420a8f84ea1be5e4c1dd42183152 (patch) | |
| tree | e8fd1520433ecbfcd3617dd9c0f8ec7fd4aa72b5 | |
| parent | 63138849141f34f295396b97b819884199230d63 (diff) | |
| download | bcm5719-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
| -rw-r--r-- | lldb/test/functionalities/archives/TestBSDArchives.py | 1 |
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() |

