forked from OSchip/llvm-project
Change TestBSDArchives to expectedFailureWindows.
llvm-svn: 245631
This commit is contained in:
parent
1844284403
commit
075c6ee843
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue