summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-11-10 17:21:22 +0000
committerAdrian McCarthy <amccarth@google.com>2016-11-10 17:21:22 +0000
commitfa8c99fda926bee0ca24382aa6dc40a6fc00d0c0 (patch)
treeb01e52507ff20bf7ecf272ab78819de5158a83a2 /lldb/packages/Python/lldbsuite/test/lang/c
parenta081145ebdc1d1a424f0389b6022a01023e053de (diff)
downloadbcm5719-llvm-fa8c99fda926bee0ca24382aa6dc40a6fc00d0c0.tar.gz
bcm5719-llvm-fa8c99fda926bee0ca24382aa6dc40a6fc00d0c0.zip
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
llvm-svn: 286476
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py2
1 files changed, 0 insertions, 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 55e0f70f279..b4ea9fae043 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()
OpenPOWER on IntegriCloud