From 9c69bc9776110df35cb538d6709bf2f20a98b35c Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 5 Oct 2016 20:47:17 +0000 Subject: Fixup the xfail situation on Windows. Xfails added and/or removed to reflect the current state of Windows. llvm-svn: 283380 --- .../Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py index f08c0dcbda9..b1b7e1744f1 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py @@ -1,4 +1,4 @@ from lldbsuite.test import lldbinline from lldbsuite.test import decorators -lldbinline.MakeInlineTest(__file__, globals(), []) +lldbinline.MakeInlineTest(__file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"])) -- cgit v1.2.3