XFAIL TestLoadUnload for Windows->Android

llvm-svn: 255341
This commit is contained in:
Pavel Labath 2015-12-11 16:16:51 +00:00
parent ec2422364f
commit 734a0b3f81
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ class LoadUnloadTestCase(TestBase):
# This time, the hidden library should be picked up.
self.expect("run", substrs=["return", "12345"])
@expectedFailureAll(bugnumber="llvm.org/pr25805", hostoslist=["windows"], compiler="gcc", archs=["i386"], triple='.*-android')
@skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
@skipUnlessListedRemote(['android'])
@skipIfWindows # Windows doesn't have dlopen and friends, dynamic libraries work differently