From 7ae53e8c707dae10f2fa3ec966572e438b1a907c Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 1 Feb 2018 15:35:55 +0000 Subject: [PATCH] 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 --- .../test/functionalities/load_unload/TestLoadUnload.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py b/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py index 26fa4473fdb1..7fb1cb4b605d 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py @@ -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 -- GitLab