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 --- .../test/expression_command/unwind_expression/TestUnwindExpression.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py b/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py index 09917ab3162..bfd6f4642c6 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py @@ -24,6 +24,7 @@ class UnwindFromExpressionTest(TestBase): TestBase.setUp(self) @add_test_categories(['pyapi']) + @expectedFailureAll(oslist=["windows"]) def test_unwind_expression(self): """Test unwinding from an expression.""" self.build() -- cgit v1.2.3