Extend windows->android XFAIL on TestLoadUnload

This fails regardless of the android architecture or compiler used. The
important bit is the mismatch in path separators.

llvm-svn: 323974
This commit is contained in:
Pavel Labath 2018-02-01 15:35:55 +00:00
parent eb50b6d060
commit 7ae53e8c70
1 changed files with 0 additions and 2 deletions

View File

@ -217,8 +217,6 @@ class LoadUnloadTestCase(TestBase):
@expectedFailureAll(
bugnumber="llvm.org/pr25805",
hostoslist=["windows"],
compiler="gcc",
archs=["i386"],
triple='.*-android')
@skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
@skipIfWindows # Windows doesn't have dlopen and friends, dynamic libraries work differently