From fa8c99fda926bee0ca24382aa6dc40a6fc00d0c0 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Thu, 10 Nov 2016 17:21:22 +0000 Subject: [PATCH] Un-XFail test on Windows. Has been in "unexpected success" mode for a while. llvm-svn: 286476 --- lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py b/lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py index 55e0f70..b4ea9fa 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py @@ -21,8 +21,6 @@ class EnumTypesTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number('main.c', '// Set break point at this line.') - # derefing the null pointer "works" on Windows - @expectedFailureAll(oslist=['windows']) def test(self): """Test 'image lookup -t days' and check for correct display and enum value printing.""" self.build() -- 2.7.4