[Lldb-commits] [lldb] r323974 - Extend windows->android XFAIL on TestLoadUnload
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 1 07:35:55 PST 2018
Author: labath
Date: Thu Feb 1 07:35:55 2018
New Revision: 323974
URL: http://llvm.org/viewvc/llvm-project?rev=323974&view=rev
Log:
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.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py?rev=323974&r1=323973&r2=323974&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py Thu Feb 1 07:35:55 2018
@@ -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
More information about the lldb-commits
mailing list