Skip to content
Snippets Groups Projects
Commit 7ae53e8c authored by Pavel Labath's avatar Pavel Labath
Browse files

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
parent eb50b6d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment